Installation manual

Policy for Balancing Capacity
Adding a Share Farm
CLI Storage-Management Guide 12-17
The default weight is 1. From gbl-ns-vol-sfarm mode, use the weight clause with the
share command to set the share’s weight:
share name weight weight
where
name (1-64 characters) identifies the share, and
weight (0-100) is the weight of the share, relative to the weights you set for
other shares in the same farm. A 0 (zero) makes the share ineligible for new
files.
For example, the following command sequence sets the weight for two shares,
“budget” and “bills,” in the share farm named “fm1:”
bstnA6k(gbl)# namespace wwmed
bstnA6k(gbl-ns[wwmed])# volume /acct
bstnA6k(gbl-ns-vol[wwmed~/acct])# share-farm fm1
bstnA6k(gbl-ns-vol-sfarm[wwmed~/acct~fm1])# share bills weight 2
bstnA6k(gbl-ns-vol-sfarm[wwmed~/acct~fm1])# share budget weight 6
bstnA6k(gbl-ns-vol-sfarm[wwmed~/acct~fm1])# ...
Removing a Share from a Share Farm
Use the no form of the share command to remove a share from the current share farm:
no share name
where name (1-64 characters) identifies the share to be removed.
For example, the following command sequence removes the “accounts-payable”
share from the share farm named “fm1:”
bstnA6k(gbl)# namespace wwmed
bstnA6k(gbl-ns[wwmed])# volume /acct
bstnA6k(gbl-ns-vol[wwmed~/acct])# share-farm fm1
bstnA6k(gbl-ns-vol-sfarm[wwmed~/acct~fm1])# no share accounts-payable
bstnA6k(gbl-ns-vol-sfarm[wwmed~/acct~fm1])# ...