remove_storage

Removes a storage registered in Enterprise Manager.

Format

Standard Mode

emcli remove_storage
        -storage_name="<storage name>"

Interactive or Script Mode

remove_storage(
        storage_name="<storage name>"
)

[ ]  indicates that the parameter is optional. 

Options

  • storage_name

    Name of the storage.

Exit Codes

0 if successful. A non-zero value indicates that verb processing was unsuccessful.

Example

The following example removes the storage server:

emcli remove_storage
                -storage_name="sunzfs1"