This post is more than 5 years old
1 Rookie
•
24 Posts
0
3557
November 2nd, 2019 07:00
Anyone know the Racadm command to toggle on the Alerts global setting? iDRAC 9
This was added to iDrac 9 in one of the more recent firmware updates and broke our alerting. All of the alerting settings are still configured as they should but this new global alert on/off setting has been added and looking through:
racadm eventfilters
I can't find a racadm command to turn this global setting on. Anyone know what this would be? I did have a good dig around.
I've attached a screenshot of the setting in the iDrac.
No Events found!


DELL-Sirisha U
1 Rookie
•
30 Posts
1
November 4th, 2019 04:00
Hi,
racadm command to toggle the alert global settings in idrac9
This command will enable the alert
racadm set iDRAC.IPMiLAN.AlertEnable Enabled
[Key=iDRAC.Embedded.1#IPMILan.1]
Object value modified successfully
command to disable the alert
racadm set iDRAC.IPMiLAN.AlertEnable Disabled
[Key=iDRAC.Embedded.1#IPMILan.1]
Object value modified successfully
This settings will reflect in GUI according to CLI command.
This is the command reference, let me know if you have any other query on the same.
Thanks
DELL- Sirisha U
#Iwork4Dell
vSwizz
1 Rookie
•
24 Posts
0
November 11th, 2019 06:00
perfect, thanks!