mt (media tray) command

This command sets and displays the blade server that is in control of the BladeCenter unit shared media tray.

Table 1. mt command
Function What it does Command Valid targets
Display media tray owner Displays the number of the blade server that has media tray ownership and the global local and remote media tray switching states for all blade servers. A blade server that occupies more than one blade bay is identified by the lowest bay number that it occupies. A return value of 0 indicates that no owner is set. mt
                           -T system
                        
Set media tray owner Sets a blade server as the media tray owner. mt -b blade_server

where blade_server is the blade bay that identifies the blade server. A blade server that occupies more than one blade bay is identified by the lowest bay number that it occupies. A setting of 0 sets no owner.

This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Blade remote presence
See Commands and user authority for additional information.
                           -T system
                        
Enable / disable local media tray switching globally Enable or disable local media tray switching globally for all blade servers. mt -local 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:
  • Supervisor
  • Chassis configuration
See Commands and user authority for additional information.
                           -T system
                        
Enable / disable remote media tray switching globally Enable or disable remote media tray switching globally for all blade servers. mt -remote 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:
  • Supervisor
  • Chassis configuration
See Commands and user authority for additional information.
                           -T system
                        

Example:

To set the media tray owner to the blade server in blade bay 1, while management module 1 is set as the persistent command environment, at the system:mm[1]> prompt, type
                  mt -T system -b 1
               
To display the media tray owner and the global local and remote media tray switching states for all blade servers, while management module 1 is set as the persistent command environment, at the system:mm[1]> prompt, type
                  mt -T system
               

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

               system:mm[1]> mt -T system -b 1
OK
system:mm[1]> mt -T system
-b 1
-local enabled
-remote enabled
system:mm[1]>