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 [2017/03/15 14:31]
k2patel [vmware-converter-client]
vmware [2020/08/10 02:35] (current)
Line 43: Line 43:
 That should do it. That should do it.
  
-=== VDP ===+==== 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.1489588303.txt.gz · Last modified: 2020/08/10 02:29 (external edit)