Top
ETERNUS SF Storage Cruiser V16.5 Operation Guide for Optimization Function
FUJITSU Storage

9.1.8 esfast relocation history (Relocation History Information Display Command)

NAME

esfast relocation history - Display relocation history information

SYNOPSIS

esfast relocation history -name tierPoolName -csv

COMMAND PATH

Windows Environment
$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.)

Solaris or Linux 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

history

Display a list of relocation history information.

OPTIONS

-name tierPoolName

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.

-csv

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.

  • NORMAL_FINISHED: Relocation completed

  • ERROR_FINISHED: Relocation completed (Error occurred)

  • NORMAL_SUSPENDED: Relocation stopped

  • ERROR_SUSPENDED: Relocation stopped (Error occurred)

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.

  • NORMAL_FINISHED: Relocation completed

  • ERROR_FINISHED: Relocation completed (Error occurred)

  • NORMAL_SUSPENDED: Relocation stopped

  • ERROR_SUSPENDED: Relocation stopped (Error occurred)

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

Windows Environment
> 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
Solaris or Linux Environment
# /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