Chapter 7. Management 223
3. Unpack the utility:
– For Windows, double-click ibm_utl_asu_asutXXX_windows_yyyy.exe, which
decompresses the following files into the ASU folder.
– For Linux, open a terminal session and run the following command from the
ASU directory:
tar -zxf ibm_utl_asu_asutXXX_linux_yyyy.tgz
4. Run a command, such as the asu show command, either in-band or out-of-band, using
the commands that are listed in Table 7-4. This command confirms that the connection
and utility work.
Table 7-4 Steps to run ASU both in-band and out-of-band
7.6.2 Command examples
In this section, we provide a brief overview for the most commonly used ASU commands. See
the Advanced Settings Utility User’s Guide at the following website for all the ASU
commands:
http://ibm.com/support/entry/portal/docdisplay?lndocid=TOOL-ASU
Show all settings
On the command line, enter asu show. See Example 7-1.
Example 7-1 Output of the asu show command
IMM2.SSH_SERVER_KEY=Installed
IMM2.SSL_HTTPS_SERVER_CERT=Private Key and Cert/CSR not available.
IMM2.SSL_HTTPS_SERVER_CSR=Private Key and Cert/CSR not available.
IMM2.SSL_LDAP_CLIENT_CERT=Private Key and Cert/CSR not available.
IMM2.SSL_LDAP_CLIENT_CSR=Private Key and Cert/CSR not available.
IMM2.SSL_SERVER_DIRECTOR_CERT=Private Key and Cert/CSR not available.
IMM2.SSL_SERVER_DIRECTOR_CSR=Private Key and Cert/CSR not available.
IMM2.SSL_CLIENT_TRUSTED_CERT1=Not-Installed
IMM2.SSL_CLIENT_TRUSTED_CERT2=Not-Installed
IMM2.SSL_CLIENT_TRUSTED_CERT3=Not-Installed
IMM2.PowerRestorePolicy=Restore
IMM2.ThermalModePolicy=Normal
In-band Out-of-band
Run the following command:
- For 32 bit: asu show
- For 64 bit: asu64 show
1. Ping the IMM2 to ensure that you have a network connection to
the IMM2. The default IP address is 192.168.70.125.
Note: You might need to change your IP address.
2. Run the following command:
- For 32 bit: asu show --host IPADRESS
- For 64 bit: asu64 show --host IPADRESS
Default IMM2 user and password parameters: When you change the default user and
password of IMM2, you must specify the --user and --password parameters, for example:
asu show --user USER --password PASSWORD