On a new MPX/SDX 9100/16000 appliance, LOM Access works fine via the CLI shell; however, while LOM Access and login via GUI are functional, the settings menu is disabled (grayed out), preventing any changes from being made.
It behaves as if there is read-only access even when logged in as the admin user (nsroot).
Steps for SDX appliances:
To enable write access for SDX 9100/16000, run the following command in the XS/Dom0 shell:
1. Login to the XenServer IP using the root account and the password for nsroot and then execute the below command,
/usr/sbin/sdx_bmc_unlock.sh
Steps for MPX appliances:
To enable write access for MPX 9100/16000, run the following command in the shell:
1. To check the system lockdown status
root@ns# ipmicfg133.bsd -lockdown System Lockdown Mode: Locked
2. To unlock the managed system
root@ns# ipmicfg133.bsd -lockdown off Done.
3. To confirm the system lockdown status is unlocked
root@ns# ipmicfg133.bsd -lockdown System Lockdown Mode: Unlocked
System lockdown is a new security feature that Citrix purposely designed and implemented for NetScaler MPX/SDX 9100/16000 in X12 ADC generation that prevents unintentional system configuration changes while the system is running.
When the system lockdown is activated, all changes to the system configuration, including firmware updates for BMC and BIOS, will be prevented and displayed as read-only. Other LOM features such as network configuration, user configuration, FRU, and SSL will also display as read-only for out-of-band access. As a result, some features in the LOM GUI will appear grayed out and read-only when the system is under lockdown mode.
The following scenarios will activate system lockdown by default in 9100/16000 HW generation:
For new MPX/SDX models 9100 / 16000, LOM is locked for external out-of-band access by default on power reset.