NAME
esfast relocation history - Display relocation history information
SYNOPSIS
esfast relocation history -name tierPoolName -csv
COMMAND PATH
$INS_DIR\AST\Manager\opt\FJSVssast\sbin\esfast relocation history
($INS_DIR is the "Program directory" of when ETERNUS SF Manager has been installed to a new environment.)
/opt/FJSVssast/sbin/esfast relocation history
DESCRIPTION
Display a list of relocation history information of Automated Storage Tiering. In order to execute the command, the administrator privilege of the OS is required.
OPERAND
Display a list of relocation history information.
OPTIONS
Specify the Tier pool name for which to display the relocation history information of Automated Storage Tiering.
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 the Web Console.
Output in CSV format.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
OUTPUT INFORMATION
The following information is output.
Item | Explanation |
---|---|
VOLNO | FTV number (decimal) |
LATESTUPDATE | Latest date and time of relocation completion (yyyy/mm/dd hh:mm:ss) |
LATESTSTATUS | Status of the latest relocation is displayed.
For action for each execution result, refer to "4.11.1 Action for Execution Result of Relocation". |
LATESTLOW | Quota share (%, decimal number) of Low sub-pool, of the physical capacity allocated to the target volume when the latest relocation was completed. |
LATESTMIDDLE | Quota share (%, decimal number) of Middle sub-pool, of the physical capacity allocated to the target volume when the latest relocation was completed. |
LATESTHIGH | Quota share (%, decimal number) of High sub-pool, of the physical capacity allocated to the target volume when the latest relocation was completed. |
PREVIOUSUPDATE | Relocation date and time before last (yyyy/mm/dd hh:mm:ss) |
PREVIOUSSTATUS | Status of the relocation completed before last is displayed.
|
PREVIOUSLOW | Quota share (%, decimal number) of Low sub-pool, of the physical capacity allocated to the target volume when the relocation before last was completed. |
PREVIOUSMIDDLE | Quota share (%, decimal number) of Middle sub-pool, of the physical capacity allocated to the target volume when the relocation before last was completed. |
PREVIOUSHIGH | Quota share (%, decimal number) of High sub-pool, of the physical capacity allocated to the target volume when the relocation before last was completed. |
EXAMPLES
> C:\ETERNUS_SF\AST\Manager\opt\FJSVssast\sbin\esfast relocation history -name TrPool -csv VOLNO,LATESTUPDATE,LATESTSTATUS,LATESTLOW,LATESTMIDDLE,LATESTHIGH, PREVIOUSUPDATE,PREVIOUSSTATUS,PREVIOUSLOW,PREVIOUSMIDDLE,PREVIOUSHIGH 1,2014/07/11 08:05:05, NORMAL_FINISHED,42.1,31.6,26.3,2014/07/10 00:08:00, NORMAL_FINISHED,44.4,22.2,33.3 2,2014/07/06 04:05:10, NORMAL_SUSPENDED,20.8,62.5,16.7,-,-,-,-,- 3,2014/07/10 00:07:12,ERROR_FINISHED,40.0,60.0,0.0,2014/07/08 12:05:10,ERROR_FINISHED, 33.9,57.6,8.5 32,2014/07/10 04:02:25,ERROR_SUSPENDED,45.7,47.1,7.1,2014/07/09 20:02:15, ERROR_FINISHED,35.3,64.7,0.0
# /opt/FJSVssast/sbin/esfast relocation history -name TrPool -csv VOLNO,LATESTUPDATE,LATESTSTATUS,LATESTLOW,LATESTMIDDLE,LATESTHIGH, PREVIOUSUPDATE,PREVIOUSSTATUS,PREVIOUSLOW,PREVIOUSMIDDLE,PREVIOUSHIGH 1,2014/07/11 08:05:05, NORMAL_FINISHED,42.1,31.6,26.3,2014/07/10 00:08:00, NORMAL_FINISHED,44.4,22.2,33.3 2,2014/07/06 04:05:10, NORMAL_SUSPENDED,20.8,62.5,16.7,-,-,-,-,- 3,2014/07/10 00:07:12,ERROR_FINISHED,40.0,60.0,0.0,2014/07/08 12:05:10,ERROR_FINISHED, 33.9,57.6,8.5 32,2014/07/10 04:02:25,ERROR_SUSPENDED,45.7,47.1,7.1,2014/07/09 20:02:15, ERROR_FINISHED,35.3,64.7,0.0
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.