ipmitool lan print
# Set IP static ipmitool lan set 1 ipsrc static # Define IP configuration ipmitool lan set 1 ipaddr 10.1.0.99 ipmitool lan set 1 netmask 255.255.255.0 ipmitool lan set 1 defgw ipaddr 10.1.0.254
ipmitool user set password 2 xxxxx
T1:23:respawn:/sbin/getty -L ttyS1 115200n8 vt100
init q
systemctl enable serial-getty@ttyS1.service systemctl start serial-getty@ttyS1.service
# ttyS1 - getty # # This service maintains a getty on ttyS1 from the point the system is # started until it is shut down again. start on runlevel [23] and not-container stop on runlevel [!23] respawn exec /sbin/getty -L ttyS1 115200n8 vt100
initctl start ttyS1
update-grub
Vous pourrez ensuite vous connecter avec la commande suivante :
ipmitool -I lanplus -H [IP DRAC] -U [user] -P [password] sol activate
Il sera peut-être nécessaire de faire Entrer pour que le prompt vous soit afficher. Pour quitter, il faut faire la séquence de touche “~.”.