You can use the ASU to reboot the CMM.
asu cmmcfg reboot <setting name> [options] [connection options]
<setting name>
Setting name takes the format CMM<0x>.xx.xx, which can be shown by either the list or showtree command.
Option | Description |
---|---|
--help | Display help for this command in the console window and exit. |
Connection option | Description |
---|---|
--host<ip> | Address of the CMM server to operate on. |
--user<userid> | CMM user name to authenticate. The default is USERID. |
--password<password> | CMM password to authenticate. The default is PASSWORD. |
--port<port> | Port for the CIM interface. The default is 5989. |
C:\asu>asu.exe cmmcfg reboot cmm01 --host 10.10.10.1 --user USERID --password PASSW0RD Lenovo Advanced Settings Utility version 10.0.87F Licensed Materials - Property of Lenovo (C) Copyright Lenovo Corp. 2007-20xx All Rights Reserved Connected to CIMOM at IP address:10.10.10.1 on Port:5989 Issuing reboot command to CMM. Checking if the CMM has reboot yet. (attempt 0) CMM has started the reboot. Disconnect from CMM Wait for about x mins to let the CMM complete reboots. Checking if CMM CIM interface is ready. (attempt 0) Connected to CMM at IP address 10.10.10.1 Reboot completed successfully.