rmcloudserver
The rmcloudserver command removes a cloud that is running on the storage system.
Note: The storage system supports up to eight clouds.
- If the system has only one cloud and that cloud is removed by the user, the cloud will be automatically deactivated.
- If the system has more than one cloud and a cloud is removed by the user, then the cloud that is removed will be marked as "Remove Pending". User will have to manually deactivate such clouds using managecloudserver command.
Parameters
- -quiet
-
(Optional) Turns off the confirmation prompt for this command.
- cloud_name
-
(Required) The name of the cloud to be deleted.
Example 1
When the
system has only one cloud (the cloud is deleted and
deactivated):
The resulting output
dscli> rmcloudserver ibmcloud
CMUC00503W Are you sure you want to delete the cloud ibmcloud? [Y/N]
CMUC00504I The cloud ibmcloud was successfully deleted from node 0.
CMUC00504I The cloud ibmcloud was successfully deleted from node 1.
Example 2
When the
system has more than one cloud (the cloud changes to "Remove Pending"
state):
The resulting output
dscli> rmcloudserver ibmcloud
CMUC00503W Are you sure you want to delete the cloud ibmcloud? [Y/N]
CMUC00603W The cloud ibmcloud was successfully removed from node 0.
To update the cloud, run managecloudserver -action applypndgconfig command.
CMUC00603W The cloud ibmcloud was successfully removed from node 1.
To update the cloud, run managecloudserver -action applypndgconfig command.