Installation manual

Policy for Balancing Capacity
Draining One or More Shares
CLI Storage-Management Guide 12-41
bstnA6k(gbl-ns-vol[wwmed~/acct])# place-rule emptyRH
bstnA6k(gbl-ns-vol-plc[wwmed~/acct~emptyRH])# report emptyRH_
bstnA6k(gbl-ns-vol-plc[wwmed~/acct~emptyRH])# ...
Generating a Verbose Report
The placement report is terse by default. You should make the file verbose to give the
best-possible chance of diagnosing any problems. To accomplish this, use the optional
verbose flag at the end of the report command:
report prefix verbose
where prefix is explained above.
For example, the following command resets “emptyRH” to produce a verbose report:
bstnA6k(gbl)# namespace wwmed
bstnA6k(gbl-ns[wwmed])# volume /acct
bstnA6k(gbl-ns-vol[wwmed~/acct])# place-rule emptyRH
bstnA6k(gbl-ns-vol-plc[wwmed~/acct~emptyRH])# report emptyRH_ verbose
bstnA6k(gbl-ns-vol-plc[wwmed~/acct~emptyRH])# ...
Deleting Empty Reports
By default, the placement rule creates a report even if no files are migrated. To avoid
the empty report file, use the optional
delete-empty flag at the end of the report
command:
report prefix [verbose] delete-empty
where prefix and [verbose] are explained above.
For example, the following command resets “emptyRH” to delete the report if it is
empty:
bstnA6k(gbl)# namespace wwmed
bstnA6k(gbl-ns[wwmed])# volume /acct
bstnA6k(gbl-ns-vol[wwmed~/acct])# place-rule emptyRH
bstnA6k(gbl-ns-vol-plc[wwmed~/acct~emptyRH])# report emptyRH_ verbose delete-empty
bstnA6k(gbl-ns-vol-plc[wwmed~/acct~emptyRH])# ...