Unsolved
This post is more than 5 years old
17 Posts
0
565
August 14th, 2008 13:00
Another Nested filesystem question
If I have 3 active data-movers..... Do I need to create a nested file system for each?
0 events found
No Events found!
Unsolved
This post is more than 5 years old
17 Posts
0
565
August 14th, 2008 13:00
0 events found
Top
TCat2
17 Posts
0
August 14th, 2008 13:00
-thanks again for the help
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
August 14th, 2008 13:00
nas_fs -name nmfs1 -type nmfs -create
then create a mount point in the root of the designated Data Mover for the new file system.
step 2 is to mount it:
server_mount server_3 -option ro nmfs1/nmfs1
step 3 is to create component file systems:
nas_fs -name ufs1 -create mtv1
repeat as many times as many file systems you need
step 4 is to mount them:
server_mount server_2 ufs1 /nmfs1/ufs1
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
August 14th, 2008 13:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
August 14th, 2008 13:00
TCat2
17 Posts
0
August 14th, 2008 13:00