Proxmox: Difference between revisions

From Pumping Station One
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..."
 
No edit summary
Line 10: Line 10:


User creation is not automatic, but password are checked against ldap, so member credentials work.
User creation is not automatic, but password are checked against ldap, so member credentials work.
== Quick setup guides ==
* [[Provision_Arch]]
== VM Creation ==
Press the "Create VM" Button and use the following settings.  Don't use the defaults, bad things happen.
{|class="wikitable"
!Section
!Name
!Value
|-
|General
|Name
|${name}
|-
|OS
|Linux/Other
|Linux 3.X/2.6 Kernel (l26)
|-
|CD/DVD
|ISO image
| Select your iso from the dropdown
|-
|Hard Disk
|Bus/Device
|VIRTIO
|-
|Hard Disk
|Bus/Device
|vm-storage-lvm
|-
|Hard Disk
|Cache
|Write Back
|-
|Network
|Network Model
|VirtIO (paravirtualized)
|}
Double click the <code>VM >> Hardware >> Display >> Standard VGA (std)</code>
The default works, but on my many monitors, the VNC client window is large enough that the terminal goes past the bottom of the monitor.
* Press Start
* Press Console
== Configure ip addresses ==
*  Log into the router
*  go to IP > DHCP Server > Leases
*  Find the leases corresponding to the new box and hit "Make Static"
*  Set the ip address to be 10.100.0.id where id is the proxmox id of the vm


== Resetting the Root Password ==
== Resetting the Root Password ==