Browse Community
Help
Log In
This post is more than 5 years old
Solved!
bradje1
2 Intern
•
743 Posts
0
1184
April 5th, 2016 16:00
Hi,
Can someone pls tell me the racadm command to turn off the checkbox in the following?
I have tried
racadm config -g cfgipmilan -o cfgipmilanalertenable 0
but it won't work.
Thx,
John Bradshaw
Responses(1)
TechnicalEngineeringKLM
70 Posts
April 6th, 2016 00:00
Hi John,
Have you tried this:
racadm get iDRAC.IPMILanracadm set iDRAC.IPMILan.AlertEnable Enabled
or remote
racadm -r -u root -p get iDRAC.IPMILan
racadm -r -u root -p set iDRAC.IPMILan.AlertEnable Enabled
is the new syntax . as i said earlier, we don't have m1000e so i can not try this myself but perhaps this will wrok anyway.
greetz Peter
Dell Support Resources
View All
Top
TechnicalEngineeringKLM
70 Posts
0
April 6th, 2016 00:00
Hi John,
Have you tried this:
racadm get iDRAC.IPMILan
racadm set iDRAC.IPMILan.AlertEnable Enabled
or remote
racadm -r -u root -p get iDRAC.IPMILan
racadm -r -u root -p set iDRAC.IPMILan.AlertEnable Enabled
is the new syntax . as i said earlier, we don't have m1000e so i can not try this myself but perhaps this will wrok anyway.
greetz Peter