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 Both sides next revision
vmware [2017/03/15 15:58]
k2patel [VDP]
vmware [2020/06/22 20:19]
k2patel [VDP]
Line 66: Line 66:
 mccli activity get-log --id=<​id>​ mccli activity get-log --id=<​id>​
 </​code>​ </​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>​
 +
vmware.txt ยท Last modified: 2020/08/10 02:35 (external edit)