rmCentrallyManagedChassis command

Use the rmCentrallyManagedChassis command to remove a chassis from centralized management. The chassis will still be managed when this command completes.

Synopsis

smcli [-c] [-prompt] [-user user_name] [-pw password] rmCentrallyManagedChassis options

smcli rmCentrallyManagedChassis [-u uuid | --uuid uuid]

smcli rmCentrallyManagedChassis [-h | -? | --help]

Description

The rmCentrallyManagedChassis command removes a chassis from centralized management. The universal ID (UUID) of the chassis is given to identify which chassis to remove from centralized management.

Tip: Use the lsCentrallyManagedChassis command to find the UUID of a centrally managed chassis.

When the rmCentrallyManagedChassis command completes, the chassis is still managed. The chassis no longer uses the management node user registry, so when the command completes, you must request access to the chassis again, with the chassis credentials instead of the FSM credentials.

Options

-h | -?
Displays the syntax and a brief description of the command.
Tip: If you specify additional options other than -h | -? | --help, the options are ignored.
--help
Displays detailed information about the command, including the syntax, a description of the command, a description of the options and operands, error codes, and examples.
Tips:
  • If you specify additional options other than -h | -? | --help, the options are ignored.
  • You can also display detailed help in the form of man pages using the man command_name command.
-u | -- uuid uuid
The universal identifier (UUID) of the chassis to remove from centralized management

Exit status

The following codes are returned by this command.
  • 0: The operation completed.
  • 81: An internal acquisition error occurred.

Examples

  1. Remove the chassis with a UUID of 1234 from centralized management.
    smcli rmCentrallyManagedChassis -u 1234
    smcli rmCentrallyManagedChassis --uuid 1234