Category Archives: VMware

VMware Stuff

ESXi patch install via CLI

Example of the current patch: esxcli network firewall ruleset set -e true -r httpClient esxcli software profile update -p ESXi-6.0.0-20160504001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml esxcli network firewall ruleset set -e false -r httpClient list patches: esxcli software sources list -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml [| … Continue reading

Posted in VMware | Comments Off on ESXi patch install via CLI

VMware View Certificate Stuff

VMware View does work with self-signed certificates, but it will always nag you with a warning on the admin interface. to replace it with another certificate, the following reqiurements must apply: -the appropriate root cert must be installed -the private … Continue reading

Posted in VMware | Tagged , | Comments Off on VMware View Certificate Stuff

VMware: NFS datastore handling on commandline

list nfs datastores esxcfg-nas -l restore nfs datastores esxcfg-nas -r delete nfs datastores: esxcfg-nas -d myDatastore or esxcli storage nfs remove -v myDatastore add nfs datastores: esxcfg-nas -a myDatastore -o nas-ip -s /vol/volume VMware KBs: KB1005057 KB1029301

Posted in VMware | Tagged | Comments Off on VMware: NFS datastore handling on commandline

VMware: restarting management agents

on ESXi: /sbin/services.sh restart on ESX: service mgmt-vmware stop service vmware-vpxa stop service vmware-vpxa start service mgmt-vmware start

Posted in VMware | Tagged | Comments Off on VMware: restarting management agents

always start vSphere client in English (or German)

edit the VMware vSphere Client icon and add the parameter -locale: “C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe” -locale en-US other locales are: de-DE en-GB fr-FR  

Posted in VMware | Comments Off on always start vSphere client in English (or German)