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

9.1.9 esfast relocation status (Relocation Status Display Command)

NAME

esfast relocation status - Display relocation status

SYNOPSIS

esfast relocation status -ipaddr ipAddr -csv

COMMAND PATH

Windows Environment
$INS_DIR\AST\Manager\opt\FJSVssast\sbin\esfast relocation status

($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 status

DESCRIPTION

Display a list of volume information to be relocated by Automated Storage Tiering. In order to execute the command, the administrator privilege of the OS is required.

OPERAND

status

Display a list of volume information to be relocated.

OPTIONS

-ipaddr ipAddr

Specify the IP address of the storage device for which to display a list of volume information to be relocated.

-csv

Output in CSV format.

EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally

OUTPUT INFORMATION

The following information is output.

Item

Explanation

DATE

Evaluation date and time (yyyy/mm/dd hh:mm:ss)

TIER POOL NAME

Tier pool name

FTV NUMBER

FTV number (decimal)

POLICY NAME

Tiering policy name set for Tier pool

HIGH UP

Rate of moving FTRPE to High sub-pool from Low sub-pool or Middle sub-pool (%, decimal. Round off the number at the second decimal place to one decimal place.)

MID UP

Rate of moving FTRPE to Middle sub-pool from Low sub-pool (%, decimal. Round off the number at the second decimal place to one decimal place.)

MID DOWN

Rate of moving FTRPE to Middle sub-pool from High sub-pool (%, decimal. Round off the number at the second decimal place to one decimal place.)

LOW DOWN

Rate of moving FTRPE to Low sub-pool from High sub-pool or Middle sub-pool (%, decimal. Round off the number at the second decimal place to one decimal place.)

KEEP HIGH

Rate of not moving FTRPE from High sub-pool (%, decimal. Round off the number at the second decimal place to one decimal place.)

KEEP MID

Rate of not moving FTRPE from Middle sub-pool (%, decimal. Round off the number at the second decimal place to one decimal place.)

KEEP LOW

Rate of not moving FTRPE from Low sub-pool (%, decimal. Round off the number at the second decimal place to one decimal place.)

STATUS

The running state of the following relocations are displayed:

  • EVALUATED: Evaluation finished

  • WAITING: Wait for relocation

  • REALLOCATING: Relocation in progress

  • SUSPENDED: Relocation stopped

  • ENDED: Relocation finished

TOTAL VOLUME

Total number of FTRPE to be relocated (decimal)

FINISH VOLUME

Total number of relocated FTRPE (decimal)

ERROR VOLUME

Total number of FTRPE whose relocation terminated abnormally (decimal)

EXAMPLES

Windows Environment
> C:\ETERNUS_SF\AST\Manager\opt\FJSVssast\sbin\esfast relocation status -ipaddr 192.0.2.10 -csv
DATE,TIER POOL NAME,FTV NUMBER,POLICY NAME,HIGH UP,MID UP,MID DOWN,LOW DOWN,KEEP HIGH,
KEEP MID,KEEP LOW,STATUS,TOTAL VOLUME,FINISH VOLUME,ERROR VOLUME
2014/07/11 19:20:30,TrPool01,1,Policy01,20.0,10.0,30.0,40.0,0.0,0.0,0.0,ENDED,1000,1000,0
2014/07/11 19:20:30,TrPool01,3,Policy01,5.0,30.0,0.0,5.0,20.0,0.0,40.0,REALLOCATING,2000,1200,40
2014/07/11 20:00:00,TrPool02,15,Policy02,0.0,40.0,10.0,5.0,5.0,30.0,10.0,WAITING,1500,0,0
2014/07/11 20:10:30,TrPool03,16,Policy03,0.0,0.0,10.0,20.0,20.0,50.0,0.0,SUSPENDED,1000,50,50
Solaris or Linux Environment
# /opt/FJSVssast/sbin/esfast relocation status -ipaddr 192.0.2.10 -csv
DATE,TIER POOL NAME,FTV NUMBER,POLICY NAME,HIGH UP,MID UP,MID DOWN,LOW DOWN,KEEP HIGH,
KEEP MID,KEEP LOW,STATUS,TOTAL VOLUME,FINISH VOLUME,ERROR VOLUME
2014/07/11 19:20:30,TrPool01,1,Policy01,20.0,10.0,30.0,40.0,0.0,0.0,0.0,ENDED,1000,1000,0
2014/07/11 19:20:30,TrPool01,3,Policy01,5.0,30.0,0.0,5.0,20.0,0.0,40.0,REALLOCATING,2000,1200,40
2014/07/11 20:00:00,TrPool02,15,Policy02,0.0,40.0,10.0,5.0,5.0,30.0,10.0,WAITING,1500,0,0
2014/07/11 20:10:30,TrPool03,16,Policy03,0.0,0.0,10.0,20.0,20.0,50.0,0.0,SUSPENDED,1000,50,50

NOTES