service command

This command configures and displays the management-module service setting.

Table 1. service command
Function What it does Command Valid targets
Display service setting Displays the service setting for technician debug of the advanced management module with a USB key (enable or disable). service
                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Enable technician debug Configure service setting to enable technician debug of the advanced management module with a USB key. service -enable
This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Chassis configuration
See Commands and user authority for additional information.
                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Disable technician debug Configure service setting to disable (default setting) technician debug of the advanced management module with a USB key. service -disable
This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Chassis configuration
See Commands and user authority for additional information.
                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Example:

To enable technician debug of the advanced management module with a USB key, while management module 1 is set as the persistent command environment, at the system:mm[1]> prompt, type
                  service -enable
               
To display the service setting of the advanced management module, while management module 1 is set as the persistent command environment, at the system:mm[1]> prompt, type
                  service
               

The following example shows the information that is returned from these two commands:

               system:mm[1]> service -enable
OK
system:mm[1]> service
Debug with USB key: Enabled
system:mm[1]>