vmware
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vmware [2009/10/05 20:12] – created k2patel | vmware [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| </ | </ | ||
| + | === Keyboard mapping in vsphere web client == | ||
| + | On mac i always had trouble accessing various tab on TTY while using web client. | ||
| + | Found the shortcut and recording here. | ||
| + | <code bash> | ||
| + | FN+Cntrl+Optn+< | ||
| + | </ | ||
| + | <note tip>f(x) could be any function key or combination with alt+ctrl in regular system.</ | ||
| + | ==== vmware-converter-client ==== | ||
| + | vmware-converter-client fail loading on 64 bit linux.\\ | ||
| + | I have fixed it installing following package.\\ | ||
| + | |||
| + | Listed package naming is for fedora 15. | ||
| + | |||
| + | <code bash> | ||
| + | yum install \ | ||
| + | glibc.i686 \ | ||
| + | libSM.i686 \ | ||
| + | libXi.i686 \ | ||
| + | libXrender.i686 \ | ||
| + | libXrandr.i686 \ | ||
| + | libXfixes.i686 \ | ||
| + | libXcursor.i686 \ | ||
| + | libXinerama.i686 \ | ||
| + | libpng.i686 \ | ||
| + | freetype.i686 \ | ||
| + | fontconfig.i686 \ | ||
| + | glib2.i686 \ | ||
| + | </ | ||
| + | |||
| + | That should do it. | ||
| + | |||
| + | ==== VDP ==== | ||
| + | |||
| + | === Command line Job Control === | ||
| + | |||
| + | **To Cancel Running job** | ||
| + | <code bash> | ||
| + | mccli activity cancel --id=< | ||
| + | </ | ||
| + | |||
| + | **To list all running jobs** | ||
| + | <code bash> | ||
| + | mccli activity show --active | ||
| + | </ | ||
| + | |||
| + | **List all Events** | ||
| + | <code bash> | ||
| + | mccli event show | ||
| + | </ | ||
| + | |||
| + | **Read log of running job** | ||
| + | <code bash> | ||
| + | mccli activity get-log --id=< | ||
| + | </ | ||
| + | |||
| + | ==== iSCSI volumes showing normal, degraded ==== | ||
| + | After reboot does not join cluster.[[https:// | ||
| + | <code bash> | ||
| + | # On ESXi Host | ||
| + | esxcfg-advcfg -s 0 / | ||
| + | esxcli storage core adapter rescan --all | ||
| + | vmkfstools -V | ||
| + | # Reboot ESXi host | ||
| + | # Once joined vcenter, wait for few minutes try revert changes. | ||
| + | esxcfg-advcfg -s 1 / | ||
| + | </ | ||
| + | |||
| + | ==== vCenter update issue ==== | ||
| + | While updating following error received. | ||
| + | :!: Update installation failed, vCenter is non-operational. | ||
| + | |||
| + | Please check if all partitions are good. | ||
| + | |||
| + | <code bash> | ||
| + | appliancesh | ||
| + | software-packages install --url | ||
| + | </ | ||
vmware.1254773563.txt.gz · Last modified: 2020/08/10 02:29 (external edit)
