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

9.1.7 esfast heatmapsync status (Access Status Data Synchronization Configuration Status Display Command)

NAME

esfast heatmapsync status - Displays the access status data synchronization configuration status

SYNOPSIS

esfast heatmapsync status -csv

COMMAND PATH

Windows Environment
$INS_DIR\AST\Manager\opt\FJSVssast\sbin\esfast heatmapsync 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 heatmapsync status

DESCRIPTION

Displays the configuration status (Enabled/Disabled) of the access status data synchronization function for Automated Storage Tiering and the configuration status between Tier pools in the access status data synchronization process.

OPERANDS

status

The synchronization configuration status of the access status data is displayed in a list.

OPTIONS

-csv

Output in CSV format.

EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally

OUTPUT INFORMATION

The following information is output:

Item

Explanation

HEATMAPSYNC

Displays the configuration status of the access status data synchronization function.

  • enable: Enable

  • disable: Disable

IP ADDRESS

Displays the IP address of the storage device that is to be the synchronization target for the access status data. (*1)

TIER POOL

Displays the Tier pool name of the storage device that is to be the synchronization target for the access status data. (*1)

PAIR IP ADDRESS

Displays the IP address of the other storage device that is to be the synchronization target for the access status data. (*1)

PAIR TIER POOL

Displays the Tier pool name of the other storage device that is to be the synchronization target for the access status data. (*1)

SYNC STATUS

Displays the configuration status between Tier pools in a synchronization process for the access status data. (*1, *2)

  • NORMAL: The synchronization target Tier pools are properly configured.

  • MULTIPLE PAIR ERROR: The synchronization source/destination Tier pool where the access status data synchronization is performed does not have a one-to-one relationship.

  • PAIR CHANGE ERROR: The configuration between Tier pools where the access status data synchronization is performed is changed.

  • NO SYNC(CHUNK SIZE UNMATCH): The chunk size is different between the Tier pools that synchronize the access status data.

*1: When the access status data synchronization is disabled, or the Tier pool of the access status data that has synchronized does not exist, it is not displayed.

*2: In this item, the status of the TFO group to where the FTV that synchronizes the access status data belongs cannot be checked. Refer to "Operation Method" in "Storage Cluster Function" in the ETERNUS SF Storage Cruiser Operation Guide for the method to check the status of TFO groups.

EXAMPLES

Windows Environment
  • When the access status data synchronization function is enabled and Tier pools for synchronization exist:

    > C:\ETERNUS_SF\AST\Manager\opt\FJSVssast\sbin\esfast heatmapsync status -csv
    HEATMAPSYNC,IP ADDRESS,TIER POOL,PAIR IP ADDRESS,PAIR TIER POOL,SYNC STATUS
    enable,192.0.2.10,TrPool1,192.0.2.11,TrPool3,NORMAL
    enable,192.0.2.12,TrPool2,192.0.2.11,TrPool4,MULTIPLE PAIR ERROR
    enable,192.0.2.12,TrPool2,192.0.2.11,TrPool5,MULTIPLE PAIR ERROR
    enable,192.0.2.13,TrPool6,192.0.2.14,TrPool7,PAIR CHANGE ERROR
    enable,192.0.2.15,TrPool8,192.0.2.16,TrPool9,NO SYNC(CHUNK SIZE UNMATCH)
Solaris or Linux Environment
  • When the access status data synchronization function is enabled and Tier pools for synchronization do not exist:

    # /opt/FJSVssast/sbin/esfast heatmapsync status -csv
    HEATMAPSYNC,IP ADDRESS,TIER POOL,PAIR IP ADDRESS,PAIR TIER POOL,SYNC STATUS
    enable,,,,,
  • When the access status data synchronization function is disabled:

    # /opt/FJSVssast/sbin/esfast heatmapsync status -csv
    HEATMAPSYNC,IP ADDRESS,TIER POOL,PAIR IP ADDRESS,PAIR TIER POOL,SYNC STATUS
    disable,,,,,

NOTES