Difference between revisions of "OpenHPC: Setup SOL though IPMI in OpenHPC"
Jump to navigation
Jump to search
(Created page with "* Edit the kernel args line to enable within warewulf * Note; This assumes the hardware is setup correclly and enabled (BIOS default on recent SM servers) == Enable conman f...") |
(No difference)
|
Revision as of 11:32, 25 August 2016
- Edit the kernel args line to enable within warewulf
- Note; This assumes the hardware is setup correclly and enabled (BIOS default on recent SM servers)
Enable conman for SOL sessions
# on headnode
yum -y install conman-ohpc
# setup /etc/conman.conf
[root@head ~]# tail -n 2 /etc/conman.conf
CONSOLE name="node001" dev="ipmi:10.10.10.155" ipmiopts="U:ADMIN,P:ADMIN,W:solpayloadsize"
CONSOLE name="node002" dev="ipmi:10.10.10.102" ipmiopts="U:ADMIN,P:ADMIN,W:solpayloadsize"
# restart the conman service
systemctl restart conman
# connect to a system
conman node001
# then to disconnect hit &. (ampersand / dot)Configure the kernel args for the nodes
wwsh -y provision set node0[01-52] --kargs "console=ttyS1,115200"
# reboot and connect to conman