Skip to content

Instantly share code, notes, and snippets.

@01BTC10
Created June 15, 2018 17:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 01BTC10/6fa36c55adf39bb4bdc5987ddf55597c to your computer and use it in GitHub Desktop.
Save 01BTC10/6fa36c55adf39bb4bdc5987ddf55597c to your computer and use it in GitHub Desktop.
How to enable serial port console redirection to the iDRAC6
- Enable serial console and redirection via com2 in the BIOS: https://i.imgur.com/fI9fVYx.png
- Press ctrl+r when booting to enable remote access to idrac.
- Connect to idrac via ssh and configure the serial console.
/admin1->racadm config -g cfgSerial -o cfgSerialBaudRate 9600
/admin1->racadm config -g cfgSerial -o cfgSerialCom2RedirEnable 1
/admin1->racadm config -g cfgSerial -o cfgSerialSshEnable 1
/admin1->racadm config -g cfgIpmiSol -o cfgIpmiSolEnable 1
/admin1->racadm config -g cfgIpmiSol -o cfgIpmiSolBaudRate 9600
- To connect to the console use:
/admin1->console com2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment