uicfg command
This command displays and configures the CMM user interface settings.
If command syntax is not correctly entered, or if a command fails to run, an error message is returned. See Common errors for a list of error messages that apply to all commands or uicfg command errors for a list of error messages that are specific to the uicfg command.
Function | What it does | Command | Target (see paths in Command targets) |
---|---|---|---|
Display CMM user interface settings | Displays the user interface settings for the CMM. Returned values indicate enabled or disabled status for the following interfaces:
| uicfg | Primary CMM:
|
Enable / disable command-line interface | Enables or disables the CMM command-line interface (using Telnet or SSH). Note The Telnet interface will not be available if the | 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:
| Primary CMM:
|
Enable / disable CIM | Enables or disables the CMM common information model (CIM) interface used by the optional Flex System Manager software. | uicfg -cim 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:
| Primary CMM:
|
Enable / disable SNMPv1 and SNMPv3 | Enables or disables SNMPv1 and SNMPv3 connections to the CMM. Note SNMPv1 connections will not be available if the | 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:
| Primary CMM:
|
Disable or set number of TCP command mode connections | Disable the TCP command mode (used by the optional Flex System Manager software) for the CMM, or explicitly set the maximum number of TCP command mode connections. Note
| uicfg -tcm port_mode where port_mode is:
This command can only be run by users who have one or more of the following command authorities:
| Primary CMM:
|
Disable or set number of secure TCP command mode connections | Disable the secure TCP command mode (used by the optional Flex System Manager software) for the CMM, or explicitly set the maximum number of secure TCP command mode connections. Note
| uicfg -stcm port_mode where port_mode is:
This command can only be run by users who have one or more of the following command authorities:
| Primary CMM:
|
Enable / disable web interface | Enables or disables the CMM 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:
| Primary CMM:
|
Example: To disable the common information model for the CMM, while the primary CMM in bay 1 is set as the persistent command environment, at the system:mm[1]> prompt, type
uicfg -cim disabled
uicfg
The following example shows the information that is returned from these two commands:
system:mm[1]> uicfg -cim disabled
Warning: Communication using the common information model
has been disabled.
OK
system:mm[1]> uicfg
-cim disabled
-cli enabled
-stcm disabled
system:mm[1]>