Difference between revisions of "BXadmin:Conserver"

From CCGB
Jump to: navigation, search
(Created page with 'conserver runs on kaylee Main configuration is /etc/opt/bx/conserver.cf, which should be under RCS Other scripts and such are in /etc/opt/bx/conserver/ To restart: <code>svcad…')
 
 
Line 1: Line 1:
 
conserver runs on kaylee
 
conserver runs on kaylee
  
Main configuration is /etc/opt/bx/conserver.cf, which should be under RCS
+
<strike>Main configuration is /etc/opt/bx/conserver.cf, which should be under RCS
  
 
Other scripts and such are in /etc/opt/bx/conserver/
 
Other scripts and such are in /etc/opt/bx/conserver/
  
To restart: <code>svcadm restart conserver</code>
+
To restart: <code>svcadm restart conserver</code></strike>
  
 
SMF manifest is here: [http://github.com/phalenor/conserver-smf http://github.com/phalenor/conserver-smf]
 
SMF manifest is here: [http://github.com/phalenor/conserver-smf http://github.com/phalenor/conserver-smf]
 +
 +
See kaylee:/etc/conserver.*.  The usernames and passwords are useful for using ipmitool manually.
 +
 +
Remote ipmitool operations that are useful:
 +
 +
<pre>
 +
ipmitool -I lanplus -H foo-ipmi.net.bx.psu.edu -U root -P <pass> chassis power reset|off|on
 +
ipmitool -I lanplus -H foo-ipmi.net.bx.psu.edu -U root -P <pass> chassis bootdev pxe
 +
</pre>

Latest revision as of 13:33, 25 May 2012

conserver runs on kaylee

Main configuration is /etc/opt/bx/conserver.cf, which should be under RCS

Other scripts and such are in /etc/opt/bx/conserver/

To restart: svcadm restart conserver

SMF manifest is here: http://github.com/phalenor/conserver-smf

See kaylee:/etc/conserver.*. The usernames and passwords are useful for using ipmitool manually.

Remote ipmitool operations that are useful:

ipmitool -I lanplus -H foo-ipmi.net.bx.psu.edu -U root -P <pass> chassis power reset|off|on
ipmitool -I lanplus -H foo-ipmi.net.bx.psu.edu -U root -P <pass> chassis bootdev pxe