Difference between revisions of "Marsepein node type details"

From PDP/Grid Wiki
Jump to navigationJump to search
(Replaced content with "This page [https://wiki.nikhef.nl/nikhef/ctb/NDPF:Marsepein_node_type_detail has been moved] to the internal wiki.")
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
+
This page [https://wiki.nikhef.nl/nikhef/ctb/NDPF:Marsepein_node_type_detail has been moved] to the internal wiki.
 
 
{| class="wikitable"
 
|-
 
! Vendor
 
| Dell
 
|-
 
! Type
 
| PowerEdge R630
 
|-
 
! CPU
 
| 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
 

Latest revision as of 11:32, 13 April 2018

This page has been moved to the internal wiki.