Esx: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 45: Line 45:


  lsscsi
  lsscsi


== Check if vmdk is in use ==
== Check if vmdk is in use ==
Line 50: Line 51:
  grep vmdk some.vmx
  grep vmdk some.vmx


   vmkfstools -D foo.vmdk ?
https://blah.cloud/infrastructure/safely-checkremove-orphaned-vmdk-files-from-esxi/
   vmkfstools -D foo.vmdk
 
 


 
 

Revision as of 10:13, 28 September 2021


Links

Tools

esxtop

Links



FAQ

start VM

List all vms

vim-cmd vmsvc/getallvms
vim-cmd vmsvc/power.getstate [vmid]
vim-cmd vmsvc/power.off [vmid]
vim-cmd vmsvc/power.on [vmid]

root account locked

pam_tally2 --user root --reset

show hardware info

esxcfg-info
      

Identify disks in Linux

lsscsi


Check if vmdk is in use

grep vmdk some.vmx

https://blah.cloud/infrastructure/safely-checkremove-orphaned-vmdk-files-from-esxi/

 vmkfstools -D foo.vmdk


 

list modules

esxcli system module list