How to Enable SSH on vMA 5
If you have deployed vMA 5 in your environment you may have noticed that, unlike with vMA 4, you cannot SSH to it by default. To get SSH working you…
If you have deployed vMA 5 in your environment you may have noticed that, unlike with vMA 4, you cannot SSH to it by default. To get SSH working you…
Well, I’ve been here before. Came to use the vMA I have set up in my lab environment earlier, and got the following when trying to log in… The procedure…
I’ve been working a lot with the web client recently, and came across this, so thought I’d do a quick post. When you are looking at the DRS resource utilization…
As an alternative to vicfg-cfgbackup.pl as a way to backup and restore ESXi host configuration you may want to consider PowerCLI. As a quick review, vicfg-cfgbackup is a script that…
[flv:https://buildvirtual.net/wp-content/uploads/2012/11/vc.mp4 360 580]
I just came up against this issue, in that you cannot register a vCenter server with the vSphere web client, using your browser, when Adobe Flash Player isn’t installed. You…
To export a list of virtual machine attributes, using a text file for input, we can use the following PowerCli code: Get-VM -Name (Get-Content c:\vmnames.txt) | Select Name,NumCpu,MemoryMB | Export-Csv…
VMFSTOOLS is something I perhaps don’t use as regularly as I’d like and as a result find myself having to refer to the documentation pretty much anytime I do anything…
The VM namespace in esxcli is the place to go to carry out operations on running virtual machine processes. There aren’t a lot of options here, so this will be…
If you have used esxcfg-info before you’ll know it was a convenient way to gather detailed information on a ESXi(i) host, but did you know you can also access the…
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Read More