Proxmox
From Pumping Station One
Proxmox is the name of the software running the vm hosting software.
There are 4 server in the rack running proxmox, 2 of them are turned on.
The management interface is are:
- https://10.100.200.51:8006/#v1:0:=node%2Fvm01:4::::::
- https://10.100.200.52:8006/#v1:0:=node%2Fvm01:4::::::
User creation is not automatic, but password are checked against ldap, so member credentials work.
Resetting the Root Password
Sometimes something goes wrong with ldap auth and logging in as a pam user becomes necessary.
- Reboot the hypervisor, cleanly if possible. ctrl+alt+del works.
- while the machine is booting, watch from grub.
- when grub comes up press 'e'
- find the line that starts
linux ....and at the end of it appendinit=/bin/bash - press F10 to boot
- When you get dumped to a prompt run
mount -o remount,rw / - run
passwdto reset the root password - reboot