Anonymous

Changes

From Pumping Station One
930 bytes added ,  14:47, 2 August 2014
Created page with "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 ar..."
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 <code>linux ....<code> and at the end of it append <code>init=/bin/bash</code>
# press F10 to boot
# When you get dumped to a prompt run <code>mount -o remount,rw /</code>
# run <code>passwd</code> to reset the root password
# reboot
Cookies help us deliver our services. By using our services, you agree to our use of cookies.