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

9.1.5 esfast ftvshare set (Volume Quota Share Set Command)

NAME

esfast ftvshare set - Set volume quota share

SYNOPSIS

esfast ftvshare set -ipaddr ipAddr -name tierPoolName -volume volumeNumber[,volumeNumber,..]
                    -share lowshare:middleshare:highshare [-s]

COMMAND PATH

Windows Environment
$INS_DIR\AST\Manager\opt\FJSVssast\sbin\esfast ftvshare set

($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 ftvshare set

DESCRIPTION

For the specified volume, register or delete the quota share (%) of each sub-pool. In order to execute the command, the administrator privilege of the OS is required.

OPERAND

set

For the specified volume, register or delete the quota share (%) of each sub-pool.

OPTIONS

-ipaddr ipAddr

Specify the IP address of the storage device.

-name tierPoolName

Specify the Tier pool name.
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.

-volume volumeNumber[,volumeNumber,..]

Specify the FTV number for which to register or delete quota shares.

  • Set a decimal value.

  • Specify the FTV number that has been created on the Web Console.

-share lowshare:middleshare:highshare

Specify the quota share (%) set to each sub-pool

  • Set a decimal value so that the total amount of quota shares (%) of all the sup-pools is 100.

  • Specify in the colon-separated form of Low sub-pool quota share (%): Middle sub-pool quota share (%): High sub-pool quota share (%).

  • If it is a two layer Tier pool, specify a hyphen (-) in the Middle sub-pool quota share field.

  • When deleting the volume quota share (%), specify a dotted line like "-:-:-".

-s

No confirmation message is output but the processing continues.

EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally

EXAMPLES

Windows Environment
> C:\ETERNUS_SF\AST\Manager\opt\FJSVssast\sbin\esfast ftvshare set -ipaddr 192.0.2.10 -name Trpool1 -volume 0 -share 0:0:100 -s
INFO:esast9000:Command terminated normally.
Solaris or Linux Environment
# /opt/FJSVssast/sbin/esfast ftvshare set -ipaddr 192.0.2.10 -name Trpool1 -volume 0 -share 0:0:100
Are you sure? [y/n]: y
INFO:esast9000:Command terminated normally.
When setting quota shares to the volume existing in a two layer Tier pool:
> C:\ETERNUS_SF\AST\Manager\opt\FJSVssast\sbin\esfast ftvshare set -ipaddr 192.0.2.10 -name Trpool1 -volume 0 -share 30:-:70 -s
INFO:esast9000:Command terminated normally.
When setting quota shares to the volume existing in a three layer Tier pool:
> C:\ETERNUS_SF\AST\Manager\opt\FJSVssast\sbin\esfast ftvshare set -ipaddr 192.0.2.10 -name Trpool1 -volume 0 -share 20:30:50 -s
INFO:esast9000:Command terminated normally.
When deleting quota shares set to the volume:
> C:\ETERNUS_SF\AST\Manager\opt\FJSVssast\sbin\esfast ftvshare set -ipaddr 192.0.2.10 -name Trpool1 -volume 0 -share -:-:- -s
INFO:esast9000:Command terminated normally.

NOTES