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:35]
k2patel [vmware-converter-client]
vmware [2020/06/22 21:51]
k2patel [iSCSI volumes showing normal, degraded]
Line 60: Line 60:
 <code bash> <code bash>
 mccli event show 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>​ </​code>​
vmware.txt ยท Last modified: 2020/08/10 02:35 (external edit)