Difference between revisions of "Dell Server"

From AlphaBook
Jump to: navigation, search
(RAID 1)
Line 13: Line 13:
  
 
== RAID 1 ==
 
== RAID 1 ==
 +
* RAID 1 consists of an exact copy (or mirror) of a set of data on two or more disks; a classic RAID 1 mirrored pair contains two disks.
  
 
== RAID 5 ==
 
== RAID 5 ==
  
 
== RAID 5 + Hotspare ==
 
== RAID 5 + Hotspare ==

Revision as of 13:00, 18 September 2018

Lost package when ping iDRAC IP address

  • iDRAC may not work properly on 10/100/1000M Auto mode
  • Set 100M on switch port manually

racadm

  • racadm -r 192.168.0.20 -u root -p xxx get BIOS.SysInformation.SystemServiceTag
  • racadm -r 192.168.0.20 -u root -p xxx get BIOS.SysInformation. SystemModelName
  • racadm -r 192.168.0.20 -u root -p xxx get System.LCD.CurrentDisplay
  • racadm -r 192.168.0.20 -u root -p xxx serveraction powerup
  • racadm -r 192.168.0.20 -u root -p xxx serveraction powerdown
  • racadm -r 192.168.0.20 -u root -p xxx serveraction powercycle
  • racadm -r 192.168.0.20 -u root -p xxx serveraction powerstatus

RAID 1

  • RAID 1 consists of an exact copy (or mirror) of a set of data on two or more disks; a classic RAID 1 mirrored pair contains two disks.

RAID 5

RAID 5 + Hotspare