Browse Community
Help
Log In
Responses(4)
Solutions(1)
DELL-Shine K
4 Operator
•
3K Posts
1
April 17th, 2017 21:00
JB,
You can try below command
racadm -r %1 -u %2 -p %3 set iDRAC.VirtualConsole.MaxSessions 2
config option is not required when you use set option
bradje1
2 Intern
743 Posts
0
April 12th, 2017 15:00
Thx Robert.
So I tried this:
racadm -r %1 -u %2 -p %3 config –g set iDRAC.VirtualConsole.MaxSessions 2
Unfortunately, it didn't work on an R820 I was targeting. Other racadm commands were working fine against the same server.
How should the line be written?
Cheers,
John
April 17th, 2017 19:00
Hi Robert,
The command works when I Putty in to the box (racadm set iDRAC.VirtualConsole.MaxSessions 2)
but I can't get the command line correct for OME.(as above). Can u pls try running this on OME and see what your system returns?
Thx,
JB
April 18th, 2017 13:00
Thx Shine! That worked.
Easy when u know how.
Dell Support Resources
View All
Top
DELL-Shine K
4 Operator
•
3K Posts
1
April 17th, 2017 21:00
JB,
You can try below command
racadm -r %1 -u %2 -p %3 set iDRAC.VirtualConsole.MaxSessions 2
config option is not required when you use set option
bradje1
2 Intern
•
743 Posts
0
April 12th, 2017 15:00
Thx Robert.
So I tried this:
racadm -r %1 -u %2 -p %3 config –g set iDRAC.VirtualConsole.MaxSessions 2
Unfortunately, it didn't work on an R820 I was targeting. Other racadm commands were working fine against the same server.
How should the line be written?
Cheers,
John
bradje1
2 Intern
•
743 Posts
0
April 17th, 2017 19:00
Hi Robert,
The command works when I Putty in to the box (racadm set iDRAC.VirtualConsole.MaxSessions 2)
but I can't get the command line correct for OME.(as above). Can u pls try running this on OME and see what your system returns?
racadm -r %1 -u %2 -p %3 config –g set iDRAC.VirtualConsole.MaxSessions 2
Thx,
JB
bradje1
2 Intern
•
743 Posts
0
April 18th, 2017 13:00
Thx Shine! That worked.
Easy when u know how.
JB