vmware
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vmware [2014/10/03 16:29] – [VmWare] k2patel | vmware [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 42: | 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=< | ||
+ | </ | ||
+ | |||
+ | **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.1412353770.txt.gz · Last modified: 2020/08/10 02:29 (external edit)