Difference between revisions of "Marsepein node type details"

From PDP/Grid Wiki
Jump to navigationJump to search
(Created page with "The 'marsepein' nodes are Dell R630 boxes with 2×12 core Haswell CPUs; {| class="wikitable" |- ! Vendor | Dell |- ! Type | PowerEdge R630 |- ! CPU | Intel(R) Xeon(R) CPU E5-...")
 
Line 12: Line 12:
 
| Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz
 
| Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz
 
|}
 
|}
 +
 +
 +
=== Remote administration (racadm) ===
 +
 +
The DELL remote administration utilities are installed on stal (several generations).
 +
To use with the R630s, you need to use version
 +
 +
export IPMIPASS=<the usual IPMI password>
 +
/opt/dell/srvadmin/bin/idracadm7 -r wn-mars-001.ipmi.nikhef.nl  -u root -p $IPMIPASS help
 +
 +
There are many things that can be set with this tool. The <code>get</code> command
 +
lists the possible items that can be set.
 +
 +
* Bios settings
 +
* Device boot order
 +
* Hyperthreading (called virtual CPUs)
 +
* iDRAC root password
 +
* iDRAC timezone
 +
 +
For some settings, a change is not immediate. In order to commit the pending
 +
change, a commit job needs to be queued. This can be done with a soft shutdown/reboot
 +
or a forced power cycle.
 +
 +
/opt/dell/srvadmin/bin/idracadm7 -r wn-mars-002.ipmi.nikhef.nl  -u root -p $IPMIPASS jobqueue create BIOS.Setup.1-1 -r graceful -s TIME_NOW
 +
 +
or
 +
 +
/opt/dell/srvadmin/bin/idracadm7 -r wn-mars-002.ipmi.nikhef.nl  -u root -p $IPMIPASS jobqueue create BIOS.Setup.1-1 -r pwrcycle -s TIME_NOW

Revision as of 16:23, 9 April 2015