User Tools

Site Tools


vmware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vmware [2011/06/02 16:23]
k2patel
vmware [2020/08/10 02:35] (current)
Line 12: Line 12:
 </​code>​ </​code>​
  
 +=== 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+<​f(x)>​
 +</​code>​
 +<note tip>f(x) could be any function key or combination with alt+ctrl in regular system.</​note>​
 ==== vmware-converter-client ==== ==== vmware-converter-client ====
 vmware-converter-client fail loading on 64 bit linux.\\ vmware-converter-client fail loading on 64 bit linux.\\
Line 35: Line 42:
  
 That should do it. That should do it.
 +
 +==== VDP ====
 +
 +=== Command line Job Control ===
 +
 +**To Cancel Running job**
 +<code bash>
 +mccli activity cancel --id=<​id>​
 +</​code>​
 +
 +**To list all running jobs**
 +<code bash>
 +mccli activity show --active
 +</​code>​
 +
 +**List all Events**
 +<code bash>
 +mccli event show
 +</​code>​
 +
 +**Read log of running job**
 +<code bash>
 +mccli activity get-log --id=<​id>​
 +</​code>​
 +
 +==== iSCSI volumes showing normal, degraded ====
 +After reboot does not join cluster.[[https://​kb.vmware.com/​s/​article/​2129058|VmWare]]
 +<code bash>
 +# On ESXi Host
 +esxcfg-advcfg -s 0 /​LVM/​DisallowSnapshotLun
 +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 /​LVM/​DisallowSnapshotLun
 +</​code>​
 +
 +==== 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
 +</​code>​
vmware.1307031784.txt.gz ยท Last modified: 2020/08/10 02:29 (external edit)