This command displays and configures the management module user interface settings.
Function | What it does | Command | Valid targets |
---|---|---|---|
Display management module user interface settings | Displays the user interface settings for the management
module. Returned values indicate enabled or disabled status for the
following interfaces:
|
uicfg |
where x is the primary management-module bay number. |
Enable / disable command-line interface | Enables or disables the management module command-line interface (using Telnet or SSH). |
uicfg -cli
state
where state is enabled or disabled. This command can only be run by users who have one or more
of the following command authorities:
|
where x is the primary management-module bay number. |
Enable / disable SNMPv1 and SNMPv3 | Enables or disables SNMPv1 and SNMPv3 connections to the management module. |
uicfg -snmp
state
where state is enabled or disabled. This command can only be run by users who have one or more
of the following command authorities:
|
where x is the primary management-module bay number. |
Enable / disable TCP command mode | Enables or disables TCP command mode (used by IBM Systems Director) for the management module. |
uicfg -tcm
state
where state is enabled or disabled. This command can only be run by users who have one or more
of the following command authorities:
|
where x is the primary management-module bay number. |
Set number of TCP command mode connections | Enable or disable the TCP command mode, or sets
the maximum number of connections explicitly.
Note: Any number
of connections (1 through 20) displays a status of enabled. Zero connections
displays a status of disabled.
|
uicfg -tcm
port_mode
where port_mode is enabled (1 connection), disabled (no connections), or a number between 0 and 20, inclusive, that indicates the maximum number of non-secure TCP session connections. This command
can only be run by users who have one or more of the following command
authorities:
|
where x is the primary management-module bay number. |
Enable / disable secure TCP command mode | Enables or disables secure TCP command mode (used by IBM Systems Director) for the management module. |
uicfg -stcm
state
where state is enabled or disabled. This command can only be run by users who have one or more
of the following command authorities:
|
where x is the primary management-module bay number. |
Set number of secure TCP command mode connections | Enable or disable the secure TCP command mode,
or sets the maximum number of connections explicitly.
Notes:
|
uicfg -stcm
port_mode
where port_mode is enabled (1 connection), disabled (no connections), or a number between 0 and 20, inclusive, that indicates the maximum number of secure TCP session connections. This command can
only be run by users who have one or more of the following command
authorities:
|
where x is the primary management-module bay number. |
Enable / disable web interface | Enables or disables the management module web interface. |
uicfg -web
state
where state is enabled or disabled. This command can only be run by users who have one or more
of the following command authorities:
|
where x is the primary management-module bay number. |
uicfg -stcm disabled
uicfg
The following example shows the information that is returned from these two commands:
system:mm[1]> uicfg -stcm disabled
Warning: Communication with IBM Systems Director via Secure TCP Command Mode
has been disabled.
OK
system:mm[1]> uicfg
-cli enabled (telnet only)
-snmp enabled
-stcm enabled
-tcm disabled
-web enabled
system:mm[1]>