Installation manual

Adding a Direct Volume
Showing the Volume
8-34 CLI Storage-Management Guide
Showing Filer Shares Behind One Volume
You can use the show namespace mapping command to show the filer shares behind
a particular namespace, as described in the namespace chapter. This shows all attach
points in a direct volume and the physical directories behind them. Add the
volume
clause to show only the shares behind a particular volume:
show namespace mapping name volume volume
where:
name (1-30 characters) is the name of the namespace, and
volume (1-1024 characters) is the path name of the volume.
The output shows every attach point in the volume, along with the physical directory
to which it connects.
For example, this shows the filer shares behind the “medco~/vol” volume:
bstnA6k# show namespace mapping medco volume /vol
Namespace Physical Server
-------------------- ---------------------
medco:/vol
vol0/corp nas1:/vol/vol0/direct/shr
vol0/notes nas1:/vol/vol0/direct/notes
vol1/mtgMinutes nas2:/vol/vol1/direct/mtgs
vol1/sales nas2:/vol/vol1/direct/export
vol2 nas3:/vol/vol2/direct/data
Where * denotes metadata only physical server.
bstnA6k# ...