Conserver
Conserver is a server/client program enabling to pool console connections. The upstream page is at
http://www.conserver.com/, in Debian the packages are named conserver-server and conserver-client.
Using the files from
this tutorial and modifying the expect script slightly
--- solsession 2004-07-19 16:43:14.000000000 +0200
+++ /usr/local/bin/solsession 2008-08-20 14:13:57.686206387 +0200
@@ -31,7 +31,7 @@
exit 1
}
-if {[catch {exec ipmitool -I lan -H $hostname -E sol setup} msg]} {
+if {[catch {exec ipmitool -I lanplus -H $hostname -U root -E sol activate} msg]} {
puts stderr "Whilst enabling SOL on $hostname - got error:\r"
puts stderr "$msg"
exit 1
the consoles can easily be set-up with the attached configuration file (bottom of this page).
- attach to consoles (encryption support?)
- generate events on nodes/make them appear in log files?
--
CarstenAulbert - 20 Aug 2008