All public logs

Jump to navigation Jump to search

Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:28, 14 April 2025 Kenneth talk contribs created page Vim-cmd (Created page with "== vim-cmd == ESXi SSH Command Line [http://www.petri.co.il/vmware-esxi4-console-secret-commands.htm ESXi 4 Console - Secret Commands for Emergency Maintenance] The command 'vim-cmd' has several extensions: vim-cmd help == Get VIM by Name == VMID=`vim-cmd vmsvc/getallvms | grep "[NAME]" | awk '{print $1'}` VMID=`vim-cmd vmsvc/getallvms | grep "[0-9]*[ ]*MY_VM_NAME" | awk '{print $1'}` # more exact === Revert a set of VMs === <pre> if true ; then VMLIST="vum5...")