RHEL7: Interrupt the boot process in order to gain access to a system. credit: CERTDEPOT Note: This is a critical RHCSA 7 exam objective (if you can’t take control of a VM through a reboot at the beginning of the exam, you will fail it entirely). Presentation In RHEL 7, the procedure to get access to a system during […]
Month: October 2017
ESXCLI – power off vm in uknown state – kill by soft hard or force
tested on ESXi 5.5 connect a console to your ESXi host (eg. SSH or ESXi Shell) To get a list of all VMs running on the host use this command: esxcli vm process list To kill / power off the virtual machine use the following command: esxcli vm process kill –type=xxxx –world-id=nnnn for -type=xxxx use: soft, […]