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.")
 
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 [http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=90NCT&fileId=3398429574&osCode=RH60&productCode=poweredge-r630&languageCode=EN&categoryId=SM Dell OpenManage Linux Remote Access Utilities,v8.0.1] are installed on stal. Some usage examples:
 
 
 
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.
 
 
 
* iDRAC root password
 
* Device boot order
 
* Getting a readout of the front panel display
 
* Hyperthreading (called Logical processors)
 
* iDRAC timezone
 
 
 
/opt/dell/srvadmin/bin/idracadm7 -r wn-mars-058.ipmi.nikhef.nl -u root -p calvin set iDRAC.Users.2.Password $IPMIPASS
 
/opt/dell/srvadmin/bin/idracadm7 -r wn-mars-001.ipmi.nikhef.nl  -u root -p $IPMIPASS set BIOS.BiosBootSettings.BootSeq "NIC.Integrated.1-1-1,HardDisk.List.1-1
 
/opt/dell/srvadmin/bin/idracadm7 -r wn-mars-001.ipmi.nikhef.nl  -u root -p $IPMIPASS  get system.LCD.CurrentDisplay
 
/opt/dell/srvadmin/bin/idracadm7 -r wn-mars-001.ipmi.nikhef.nl  -u root -p $IPMIPASS  set iDRAC.Time.Timezone Europe/Amsterdam
 
/opt/dell/srvadmin/bin/idracadm7 -r wn-mars-001.ipmi.nikhef.nl  -u root -p $IPMIPASS set system.LCD.UserDefinedString wn-mars-001
 
/opt/dell/srvadmin/bin/idracadm7 -r wn-mars-001.ipmi.nikhef.nl  -u root -p $IPMIPASS set system.LCD.Configuration "User Defined"
 
/opt/dell/srvadmin/bin/idracadm7 -r wn-mars-001.ipmi.nikhef.nl  -u root -p $IPMIPASS set BIOS.ProcSettings.LogicalProc Disabled
 
/opt/dell/srvadmin/bin/idracadm7 -r wn-mars-001.ipmi.nikhef.nl  -u root -p $IPMIPASS set BIOS.ProcSettings.ProcVirtualization Disabled
 
 
 
For BIOS 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.