LOM card reset via CLI
If LOM card is not responding on HTTPS or even ping do following in expert mode:
service ipmi start
ipmitool mc reset cold
service ipmi stop
Anti-Spoofing enable/disable via CLI
In some cases Anti-Spoofing may be useful to enable or disable via CLI, for example when connection from SmartConsole is broken. Do following in expert mode:
To disable Anti-Spoofing:
fw ctl set int fw_antispoofing_enabled 0
sim feature anti_spoofing off ; fwaccel off ; fwaccel on
To enable Anti-Spoofing:
fw ctl set int fw_antispoofing_enabled 1
sim feature anti_spoofing on ; fwaccel off ; fwaccel on