NAME
esfast tierpool delete - Deletion of Tier pool
SYNOPSIS
esfast tierpool delete -name tierPoolName [-mode deleteMode] [-s]
COMMAND PATH
$INS_DIR\AST\Manager\opt\FJSVssast\sbin\esfast tierpool delete
($INS_DIR is the "Program directory" when ETERNUS SF Manager has been installed.)
/opt/FJSVssast/sbin/esfast tierpool delete
DESCRIPTION
The Tier pool is deleted. In order to execute the command, the administrator privilege of the OS is required.
OPERANDS
The Tier pool is deleted.
OPTIONS
Specify the name of the Tier pool to delete.
Specify a maximum of 16 characters containing one-byte alphanumeric characters, number sign (#), hyphen (-) and underscore (_) for the name.
Non-case sensitive.
Specify the Tier pool name that has been created on Web Console.
The mode during deletion of the Tier pool is specified. The values that can be specified are as follows:
Information on the Tier pool on the ETERNUS SF Manager is deleted. The Tier pool on the device is not deleted.
The process is continued without the output of a confirmation message.
EXIT STATUS
The following end status is returned.
=0: Completed successfully
>0: Terminated abnormally
EXIT STATUS | Meaning |
---|---|
0 | Completed successfully |
1 | The specified command cannot be found |
2 | The specified command is invalid |
3 | The specified parameter is invalid |
4 | The specified option is invalid |
5 | The format of the specified parameter value is invalid |
22 | esfast tierpool command execution errors |
254 | Internal error |
255 | Unexpected error |
EXAMPLES
The Tier pool [TrPool1] on the device is deleted with the silent mode.
> C:\ETERNUS_SF\AST\Manager\opt\FJSVssast\sbin\esfast tierpool delete -name TrPool1 -s INFO:esast9000:Command terminated normally.
# /opt/FJSVssast/sbin/esfast tierpool delete -name TrPool1 -s INFO:esast9000:Command terminated normally.
The Tier pool [TrPool1] on the device is kept and only the data held by the Manager is deleted with the silent mode.
> C:\ETERNUS_SF\AST\Manager\opt\FJSVssast\sbin\esfast tierpool delete -name TrPool1 -mode file -s INFO:esast9000:Command terminated normally.
# /opt/FJSVssast/sbin/esfast tierpool delete -name TrPool1 -mode file -s INFO:esast9000:Command terminated normally.
NOTES
Refer to "8.5 Check of Start of ETERNUS SF Storage Cruiser Optimization Option Service/Daemon" to make sure that the service or daemon is started.
If not, the command terminates abnormally.
If a virtual volume (FTV) is present in the Tier pool, the Tier pool cannot be deleted. Delete the Tier pool after deleting the virtual volume (FTV) with the storageadm volume delete command.
If a Virtual Volume exists in a Tier pool, the Tier pool cannot be deleted. After deleting that VM guest that has the Virtual Volume, delete the Tier pool. For Virtual Volumes with an "Unknown" VVOL type, after deleting the Virtual Volume with the storageadm volume delete command, delete the Tier pool.
Tier pools that have configured a VVOL datastore or a Clone backup for VVOL datastores cannot be deleted. When this type of Tier pool needs to be deleted, delete the VVOL datastore or Clone backup for VVOL datastore, or delete the Tier pool from the VVOL datastore configuration or the Clone backup for VVOL datastore configuration.
When a Tier pool is deleted, the sub-pools configured to the Tier pool are deleted at the same time.
If this command is executed for Tier pools that are deleting a RAID group, the command terminates abnormally.
See
A Virtual Volume is a volume that is created with the VMware vSphere Virtual Volumes function. A Virtual Volume is created from a VVOL datastore. Refer to the ETERNUS SF Operation Guide for VMware vSphere Virtual Volumes for details of the VMware vSphere Virtual Volumes function.