You can use SOL (Serial Over Lan) feature using SSH. SOL will do a serial redirection through network. This have limited functionality and need BIOS and OS configuration to work. For more details refer section "Communicating with iDRAC using IPMI SOL" on iDRAC User Guide
You can not launch iDRAC Virtual console from SSH. For http://idracip/console to work without login you need to configure Single Sign On on clinet and iDRAC.
I would refer you to the iDRAC9 CLI guide for the documentation on what parameters this command will accept. Page 41 of the guide below covers the connect command.
DELL-Shine K
4 Operator
•
3K Posts
1
June 16th, 2015 21:00
You can use SOL (Serial Over Lan) feature using SSH. SOL will do a serial redirection through network. This have limited functionality and need BIOS and OS configuration to work. For more details refer section "Communicating with iDRAC using IPMI SOL" on iDRAC User Guide
iDRAC User Guide is available at below link
http://topics-cdn.dell.com/pdf/idrac7-8-with-lc-v2.10.10.10_User's%20Guide_en-us.pdf
+ <9>
Communicating with iDRAC using IPMI SOL
skinnydoggy
4 Posts
0
June 17th, 2015 06:00
what is the command to access the virtual console? do I need to connect to COM2?
DELL-Shine K
4 Operator
•
3K Posts
0
June 17th, 2015 07:00
After login in to SSH you can run below command to access SOL
console com2
To come back to iDRAC prompt you can run below command
Ctrl + \
Note : This will be a limited console where you can see system POST and OS command prompt (If serial console is enabled on OS)
skinnydoggy
4 Posts
0
June 17th, 2015 08:00
If this isn't possible, can I pass idrac username and idrac password to http://idracip/console?
skinnydoggy
4 Posts
0
June 17th, 2015 08:00
I can do that, but how do I launch the actual Virtual Console windows console from this prompt?
DELL-Shine K
4 Operator
•
3K Posts
0
June 17th, 2015 09:00
You can not launch iDRAC Virtual console from SSH. For http://idracip/console to work without login you need to configure Single Sign On on clinet and iDRAC.
emp0001
6 Posts
0
May 14th, 2021 11:00
for iDRAC9,
how I can run from shell : connect com2
I tried: racadm serveraction connect com2
Dell-DylanJ
4 Operator
•
2.9K Posts
0
May 14th, 2021 14:00
Hello,
I would refer you to the iDRAC9 CLI guide for the documentation on what parameters this command will accept. Page 41 of the guide below covers the connect command.
https://dell.to/3w7nabf
emp0001
6 Posts
0
May 15th, 2021 12:00
it said in the manual:
Connect:
Description Allows you to connect to the switch or blade serial console.
NOTE: This subcommand is only supported on the firmware interface.
then the example is:
To connect to server 1 serial console:
racadm connect -m server-1
how I can run from shell, I tried it and it said - incorrect option
Thank you.
DELL-Shine K
4 Operator
•
3K Posts
0
May 15th, 2021 23:00
To connect SOL from SSH you can run the command "console com2". There is no need to for racadm prefix.