Proxmox VE/IBM-306m

From OCARC
< Proxmox VE
Revision as of 17:36, 16 June 2018 by Va7stv (talk | contribs)
Jump to navigation Jump to search

Installing PVE 5.2 on ibm 306m

Install Debian squeeze
use lvm
disable X desktop, print
enable ssh + "standard"


if you forgot to deselect X desktop during install, then disable gdm, this is best done by: systemctl set-default multi-user.target

enable non-free package source:

apt-get install software-properties-common
add-apt-repository non-free

update the packages

 apt-get update

Install a few management packages:

 apt-get install sudo snmpd snmp-mibs-downloader

Make it so that snmpd listens on all interfaces (edit /etc/snmp/snmpd.conf)

 ###############################################################################
 #
 #  AGENT BEHAVIOUR
 #
 
 #  Listen for connections from the local system only
 #agentAddress  udp:127.0.0.1:161
 #  Listen for connections on all interfaces (both IPv4 *and* IPv6)
 agentAddress udp:161,udp6:[::1]:161

Install the librenms agent for Proxxmox VE host monitoring:

 wget https://raw.githubusercontent.com/librenms/librenms-agent/master/agent-local/proxmox -O /usr/local/bin/librenms-agent-proxmox
 chmod +x /usr/local/bin/librenms-agent-proxmox
 echo "extend proxmox /usr/local/bin/librenms-agent-proxmox" >> /etc/snmp/snmpd.conf
 service snmpd restart

follow the instructions here:
https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch

remove the PVE subscription source

 rm /etc/apt/sources.list.d/pve-enterprise.list

setup ceph:
https://pve.proxmox.com/wiki/Ceph_Server#Installation_of_Proxmox_VE