Skip to content

Latest commit

 

History

History
111 lines (63 loc) · 2.85 KB

Hardware.rst

File metadata and controls

111 lines (63 loc) · 2.85 KB

Hardware

Some useful links to explain the concepts of Hardware (Dell / SuperMicro)

Dell OMSA

Concepts

Commands

  • We use 2 commands to monitor / change parameters in Dell servers
omreport - Checks the server details via specified parameters.

omconfig - Modifies the server details via specified parameters.

Examples :

  • Will list all possibly available system / chassis / storage domain commands
sudo omreport system -?  | omreport chassis -?  | omreport storage -?
  • Retrieve general system information
sudo omreport system summary | less
  • Display the Hardware logs
sudo omreport system esmlog
  • Retrieve the RAID configuration
sudo omreport storage vdisk controller=0
  • Clearing the logs
sudo omconfig system esmlog action=clear (Replace esmlog with alertlog or cmdlog, esmlog is the hardware log)

Configuration

IPMITool

MegaCLI