(cas:72) Google Analyticator was unable to authenticate you with Google using the Auth Token you pasted into the input box on the previous step.

This could mean either you pasted the token wrong, or the time/date on your server is wrong, or an SSL issue preventing Google from Authenticating.

Try Deauthorizing & Resetting Google Analyticator.

Tech Info 400:Error fetching OAuth2 access token, message: 'invalid_grant'
Unique
Visitors
Powered By Google Analytics
Comments for Long White Virtual Cloudsu by http://longwhiteclouds.com all things Nutanix, VMware, cloud and virtualizing business critical applications Wed, 09 Oct 2024 07:59:03 +0000 hourly 1 https://wordpress.org/?v=6.7.6 Comment on Windows Script for Marking All Disks Online by Rob http://longwhiteclouds.com/2017/08/15/windows-script-for-marking-all-disks-online/comment-page-1/#comment-434038 Wed, 09 Oct 2024 07:59:03 +0000 http://longwhiteclouds.com/?p=11974#comment-434038 Corrected version

$offlinedisks = Get-Disk | Where-Object OperationalStatus -EQ ‘Offline’
foreach ($disk in $offlinedisks)
{
Set-Disk -Number $disk.Number -IsOffline $false
Set-Disk -Number $disk.Number -IsReadOnly $false
}

]]>
Comment on Simplified Sizing for Virtualizing SAP Environments by vcdxnz001 http://longwhiteclouds.com/2017/06/11/simplified-sizing-for-virtualizing-sap-environments/comment-page-1/#comment-405801 Fri, 09 Dec 2022 20:46:27 +0000 http://longwhiteclouds.com/?p=11886#comment-405801 It really depends on which SAP products are used and what the usage plan is for the company. End users like employees and managers using ESS/MSS might be considered low users as their use is brief and infrequent, whereas finance department users would likely be heavy, as would SAP admins. It\’s usually a good idea to get an SAP sizing analysis done by a suitably qualified SAP partner. It goes into a lot of details around how the system will be used when implemented.

]]>
Comment on Default Maximum IO Size Change in Linux Kernel by I/O Block Size Best Practice on EMC All Flash/Hybrid Flash Array and Linux (Physical And Virtual) - Davoud Teimouri - Virtualization and Data Center http://longwhiteclouds.com/2016/03/06/default-io-size-change-in-linux-kernel/comment-page-1/#comment-389579 Fri, 13 May 2022 11:45:35 +0000 http://longwhiteclouds.com/?p=11551#comment-389579 […] Default Maximum IO Size Change in Linux Kernel […]

]]>
Comment on HP Critical Advisory – NC522 and NC523 10Gb/s Server Adapters by vcdxnz001 http://longwhiteclouds.com/2011/08/31/hp-critical-advisory-nc522-and-nc523-10gbs-server-adapters/comment-page-1/#comment-367662 Mon, 22 Mar 2021 21:25:26 +0000 http://longwhiteclouds.com/?p=95#comment-367662 In reply to Spine.

It’s a seriously old problem and article, so maybe HP thought they’d got it well and truly fixed years ago. But thanks for the heads up. I’ll take a look.

]]>
Comment on HP Critical Advisory – NC522 and NC523 10Gb/s Server Adapters by Spine http://longwhiteclouds.com/2011/08/31/hp-critical-advisory-nc522-and-nc523-10gbs-server-adapters/comment-page-1/#comment-367661 Mon, 22 Mar 2021 21:24:10 +0000 http://longwhiteclouds.com/?p=95#comment-367661 Where the ‘F’ are the current firmware files for this ‘D-M’ thing? HP seems to have “LOST” all info on this card…(none of the above links work anymore).

]]>
Comment on Simple Guest OS Clustering Without Complex Config by vcdxnz001 http://longwhiteclouds.com/2020/11/09/simple-guest-os-clustering-without-complex-config/comment-page-1/#comment-365933 Fri, 04 Dec 2020 10:39:02 +0000 http://longwhiteclouds.com/?p=12273#comment-365933 In reply to Martin Edelius.

Ok. Thanks. That’s a supported configuration. I tested it in fact. Please log support request. This should be working. If you follow what I did it should pass all tests.

]]>
Comment on Simple Guest OS Clustering Without Complex Config by Martin Edelius http://longwhiteclouds.com/2020/11/09/simple-guest-os-clustering-without-complex-config/comment-page-1/#comment-365932 Fri, 04 Dec 2020 10:38:16 +0000 http://longwhiteclouds.com/?p=12273#comment-365932 In reply to vcdxnz001.

I’ll check with my Nutanix SE so no need to spend more time on this unless you want to figure it out for yourself. I just wanted to make sure that I’m not missing anything obvious.

When I have it resolved I’ll post my findings in this thread.

]]>
Comment on Simple Guest OS Clustering Without Complex Config by Martin Edelius http://longwhiteclouds.com/2020/11/09/simple-guest-os-clustering-without-complex-config/comment-page-1/#comment-365931 Fri, 04 Dec 2020 10:24:50 +0000 http://longwhiteclouds.com/?p=12273#comment-365931 In reply to vcdxnz001.

Ah, yes that’s SCSI. Nutanix-VirtIO-11.3. I remember having to dig around a bit to find drivers that worked for WS2019. AOS 5.17.1.1.

]]>
Comment on Simple Guest OS Clustering Without Complex Config by vcdxnz001 http://longwhiteclouds.com/2020/11/09/simple-guest-os-clustering-without-complex-config/comment-page-1/#comment-365930 Fri, 04 Dec 2020 10:20:30 +0000 http://longwhiteclouds.com/?p=12273#comment-365930 In reply to Martin Edelius.

The VM config sets the disk type. Did you use the open source VirtIO driver or Nutanix version? Which AOS version?

]]>
Comment on Simple Guest OS Clustering Without Complex Config by Martin Edelius http://longwhiteclouds.com/2020/11/09/simple-guest-os-clustering-without-complex-config/comment-page-1/#comment-365929 Fri, 04 Dec 2020 10:17:57 +0000 http://longwhiteclouds.com/?p=12273#comment-365929 In reply to vcdxnz001.

Thanks for a very quick reply. 🙂

I have the VirtIO drivers installed. Scsi disks where? The guests only see what the VirtIo drivers present to them, or am I missing something here?

]]>