CLI Guide

Table Of Contents
delete peer-connection
Description Deletes a peer connection between two storage systems.
You can run this command on either the local or remote system.
You cannot delete a peer connection if any replication sets are using it
Minimum role manage
Syntax
delete peer-connection
[local-only]
peer-connection-ID
Parameters
local-only
Optional. Only use this parameter if you need to remove a peer connection when no network
connection is available between the systems and you do not expect to be able to reconnect them. Do
not use this parameter in normal operating conditions.
Run the command with this parameter on both systems. After the peer connection has been deleted,
if you want to re-create it with new addresses, use the create peer-connection command.
peer-connection-ID
Specifies the name or serial number of the peer connection to delete.
Examples Delete the peer connection Peer1.
# delete peer-connection Peer1
See also
create peer-connection
query peer-connection
set peer-connection
show peer-connection
delete pools
Description
Deletes specified pools
CAUTION: Deleting a pool will delete all the data it contains.
For linear storage, a pool and a disk group are logically equivalent. For a linear pool, if the pool
contains volumes, the command will prompt for confirmation to delete the volumes. If the reply is
yes, the command will unmap and delete all volumes in the pool, delete the pool and corresponding
disk group, and make all the disks available. If the reply is no, the command will be canceled.
For virtual storage, a pool can contain multiple disk groups. For a virtual pool, if the pool contains
volumes, the command will prompt for confirmation to delete the volumes. If the reply is yes, the
command will unmap and delete all volumes in the pool, and then delete each disk group in the pool
and make all the disks available. If the reply is no, the command will be canceled.
NOTE:
You cannot remove the only pool from a system that is used in a peer connection, or a pool
that contains a volume that is used in a replication set.
If you delete a quarantined disk group and its missing disks are later found, the group will
reappear as quarantined or offline and you must delete it again (to clear those disks).
Minimum role manage
Syntax
delete pools
[prompt yes|no]
Alphabetical list of commands 71