Installation manual

Adding a Managed Volume
Adding a Share
9-26 CLI Storage-Management Guide
For example, this command set adds a share called “bills” to the “/acct” volume in the
“wwmed” namespace:
bstnA6k(gbl)# namespace wwmed
bstnA6k(gbl-ns[wwmed])# volume /acct
bstnA6k(gbl-ns-vol[wwmed~/acct])# share bills
This will create a new share.
Create share 'bills'? [yes/no] yes
bstnA6k(gbl-ns-vol-shr[wwmed~/acct~bills])# ...
Showing Available Filer Shares
You need to know the names and protocols of your configured filer shares to import
one into your managed volume. Use the
show exports external-filer ... shares
command to show a filers shares (recall “Listing Filer Shares” on page 8-8), or use
the
show exports host ... shares command described in Chapter 5, Examining Filers.
The first syntax identifies the filer by its external-filer name, the second uses the
filers IP address.
For example, the following command shows that there is only one share on the “das8”
external filer:
bstnA6k(gbl)# show exports external-filer das8 shares
Export probe of filer “das8” at 192.168.25.25
% INFO: Filer 192.168.25.25 does not support CIFS or is unreachable.
CIFS Credentials: [anonymous]
Shares:
NFS
Path (Owner) Access (Status)
---------------------------------- ---------------------------
/work1 * (Mounted,rsize=32768,wsize=32768)
bstnA6k(gbl)# ...