Installation manual

Adding a Direct Volume
Adding a Share
8-14 CLI Storage-Management Guide
For example, this command sequence sets up the filer for the “corporate” share (as
shown above), then attaches three directories to the filer:
bstnA6k(gbl)# namespace medco
bstnA6k(gbl-ns[medco])# volume /vol
bstnA6k(gbl-ns-vol[medco~/vol])# share corporate
bstnA6k(gbl-ns-vol-shr[medco~/vol~corporate])# filer nas1 nfs /vol/vol0/direct
bstnA6k(gbl-ns-vol-shr[medco~/vol~corporate])# attach vol0/corp to shr
bstnA6k(gbl-ns-vol-shr[medco~/vol~corporate])# attach vol0/notes to notes
bstnA6k(gbl-ns-vol-shr[medco~/vol~corporate])# attach conCalls
bstnA6k(gbl-ns-vol-shr[medco~/vol~corporate])# ...
This creates the following map of virtual to physical directories:
Removing an Attach Point
Use the no attach command to remove one attach point from the share:
no attach attach-point-directory
where attach-point-directory (1-1024 characters) is the path of the virtual
directory to detach.
For example, this command sequence detaches the conCalls directory from the
“corporate” share:
bstnA6k(gbl)# namespace medco
bstnA6k(gbl-ns[medco])# volume /vol
bstnA6k(gbl-ns-vol[medco~/vol])# share corporate
bstnA6k(gbl-ns-vol-shr[medco~/vol~corporate])# no attach conCalls
bstnA6k(gbl-ns-vol-shr[medco~/vol~corporate])# ...
Virtual Directories (seen by clients) Physical Directories (on filer)
/vol/vol0/corp /vol/vol0/direct/shr
/vol/vol0/notes /vol/vol0/direct/notes
/vol/conCalls /vol/vol0/direct/conCalls