DRAC/RMM: Difference between revisions
Line 1: | Line 1: | ||
= DRAC = | = DRAC = | ||
A list of all the DRAC cards and their IPs can be seen in the [[ | A list of all the DRAC cards and their IPs can be seen in the [[Private_IP_Mapping|ipmap]] | ||
To ssh in, login as root. | To ssh in, login as root. | ||
Common commands: | |||
racadm serveraction hardreset | |||
performs a reset | |||
racadm serveraction powerdown | |||
power off server | |||
racadm serveraction powerup | |||
power on server | |||
racadm racreset | |||
reset the DRAC card (if kvm console becomes frozen) | |||
To get virtual media plugin to install, add site to trusted list and make security low | To get virtual media plugin to install, add site to trusted list and make security low | ||
Installing openmanage on CEOS4: | Installing openmanage on CEOS4: | ||
Line 20: | Line 25: | ||
Mount install cd from local drive | Mount install cd from local drive | ||
mount /dev/scd0 /mnt | <pre>mount /dev/scd0 /mnt | ||
cd /mnt/srvadmin/linux/RPMS/RHEL4 | cd /mnt/srvadmin/linux/RPMS/RHEL4 | ||
cd /mnt/srvadmin/linux/supportscripts/ | cd /mnt/srvadmin/linux/supportscripts/ | ||
./srvadmin-install.sh --express | ./srvadmin-install.sh --express</pre> | ||
Copy linux to disk | Copy linux to disk | ||
Edit the script to make it think the os is RHEL4 | Edit the script to make it think the os is RHEL4 | ||
BIOS settings to enable serial: | |||
Serial comm.: <tt>on with cons. Redir via com1</tt> | |||
Failsafe: <tt>115200</tt> | |||
Redir after boot: <tt>enabled</tt> | |||
To boot to usb, switch hd sequence in bios. | |||
After removing usb it will have to reorder boot seq to get virtual cd back | After removing usb it will have to reorder boot seq to get virtual cd back | ||
Line 45: | Line 45: | ||
Latest f/w as of 2/16/09: | Latest f/w as of 2/16/09: | ||
Bios: 2.5.0 | <pre>Bios: 2.5.0 | ||
Perc 6/i: 6.1.1-0047 | Perc 6/i: 6.1.1-0047 | ||
Drac: 1.4 | Drac: 1.4 | ||
BMC: 2.37 | BMC: 2.37</pre> | ||
= RMM = | = RMM = |
Revision as of 17:06, 11 March 2013
DRAC
A list of all the DRAC cards and their IPs can be seen in the ipmap
To ssh in, login as root.
Common commands:
racadm serveraction hardreset
performs a reset
racadm serveraction powerdown
power off server
racadm serveraction powerup
power on server
racadm racreset
reset the DRAC card (if kvm console becomes frozen)
To get virtual media plugin to install, add site to trusted list and make security low
Installing openmanage on CEOS4:
Mount install cd from local drive
mount /dev/scd0 /mnt cd /mnt/srvadmin/linux/RPMS/RHEL4 cd /mnt/srvadmin/linux/supportscripts/ ./srvadmin-install.sh --express
Copy linux to disk Edit the script to make it think the os is RHEL4
BIOS settings to enable serial: Serial comm.: on with cons. Redir via com1 Failsafe: 115200 Redir after boot: enabled
To boot to usb, switch hd sequence in bios.
After removing usb it will have to reorder boot seq to get virtual cd back
Can’t get floppy/iso to boot- need to use thumb drive
Latest f/w as of 2/16/09:
Bios: 2.5.0 Perc 6/i: 6.1.1-0047 Drac: 1.4 BMC: 2.37