Set VMware Multipathing via PowerCLI

Query I wanted to apply ROUND ROBIN multipathing and set IOPS to 10 (as recommended by the vendors best practices) on each datastore in my cluster using a PowerCLI command.   Command First of all you can check the current multipathing Get-Cluster {ENTER-CLUSTER-NAME} | get-vmhost | get-scsilun -CanonicalName "Naa*"   Then we can alter that Read More…

vSphere Webclient Not Redirecting After SSO Repoint

Problem: After repointing to a new SSO server (see http://www.jordansphere.co.uk/split-sso-server-in-vsphere-5-5/ ) the webclient was stil re-directing to the old login screen (for the old SSO server).   Resolution: Edit the following file: C:\ProgramData\VMware\VMware VirtualCenter\proxy.xml and change the hostName value from old to new – as shown in the example below: <e id="21"> <_type>vim.ProxyService.RedirectSpec</_type> <accessMode>httpAndHttps</accessMode> <hostName> sso02.jordansphere.co.uk </hostName> <port>9443</port> <redirectType>permanent</redirectType> <serverNamespace>/vsphere-client</serverNamespace> </e> Read More…

Find Location of SSO Server

Issue I needed to find the location of an SSO server in vCenter 5.5   Resolution In the web client go to : {VCENTER} -> Manage -> Settings –> Advacned Settings -> config.vpxd.sso.sts.url

vMotion Failing : Error 195887167

Problem New install of vSphere 6.5. When trying to vMotion a VM from one host svesx01 (192.168.131.111) to another host svesx02 (192.168.131.112) the process failed with the following error:   Failed waiting for data. Error 195887167. Connection closed by remote host, possibly due to timeout. Migration [175211275:8050715817357496887] failed to connect to remote host <192.168.131.112> from Read More…

Installing Puppet Agent on Ubuntu 16.04

Problem: When trying to install the puppet agent on an Ubuntu 16.04 server the following error appeared Command:&nbsp; ​curl -k https://puppet:8140/packages/current/install.bash | sudo bash   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current Dload  Upload   Total   Spent    Left  Speed 100 25756  100 25756    0     0   162k      0 –:–:– –:–:– –:–:–  163k Read More…