Well, It was a good thought to why I did this in the first place, and I hope that this is the proper start to this again. A lot has changed since 2007, numerous job/contract changes, refocus of technical skills and positioning to the virtualization space. The main focus is with VMware and with the Virtual Infrastructure.
Handy Tidbit #1
Process Kill a VM
Handy Tidbit #2
List running VMs
Handy Tidbit #3
Reset Root Password
Handy Tidbit #4
Information Gathering
Service Console Memory Resize (default ESX 3.5 = 272 Mb, recommended ESX 3.5 = 800 Mb
More to come. Kickstart, powershell and links.
Handy Tidbit #1
Process Kill a VM
- ps -auxwww | grep -i
Handy Tidbit #2
List running VMs
- vmware-cmd -l | cut -f5 -d "/"
Handy Tidbit #3
Reset Root Password
- This requires a reboot of the ESX host to perform
- When the Grub menu loads hit "A"
- Type "single"
- "passwd"
- "reboot"
Handy Tidbit #4
Information Gathering
- esxcfg-info -w --> Hardware
- esxcfg-info -s --> Software
Service Console Memory Resize (default ESX 3.5 = 272 Mb, recommended ESX 3.5 = 800 Mb
- vmware-vim-cmd hostsvc/memoryinfo
- vimsh -n -e "hostsvc/memoryinfo
- 512 MB = 536870912 Bytes
More to come. Kickstart, powershell and links.
Comments