############################################################### # Sample conserver.cf file for accessing iLO Virtual consoles # ############################################################### # # Filename: /usr/local/etc/conserver.cf # # Requires conserver v8.1.9 or later from http://www.conserver.com/ # Requires ilo-vsplogin script in /usr/local/etc and 'expect'. access * { trusted localhost; } config * { daemonmode on; logfile /var/log/conserver.log; } default * { master localhost; rw *; } # # Default settings for all iLO Virtual Serial Port consoles # default ilo-vsp { type host; port 23; # The iLO Username and Password are passed as the first and # second parameters of the ilo-vsplogin script: initcmd "/usr/local/etc/ilo-vsplogin Administrator password"; } # # Default settings for all iLO Remote Console text consoles # default ilo-rc { type host; port 23; # The iLO Username and Password are passed as the first and # second parameters of the ilo-rclogin script: initcmd "/usr/local/etc/ilo-rclogin Administrator password"; idlestring " "; idletimeout 360; } console dl585 { include ilo-rc; host 16.100.xxx.xxx; } console dl380g4 { include ilo-vsp; host 16.100.xxx.xxx; } console dl380g4v { include ilo-rc; host 16.100.xxx.xxx; } console bl30p { include ilo-vsp; host 16.100.xxx.xxx; } console dl360g4 { include ilo-vsp; host 16.100.xxx.xxx; }