That's good news, I was told by another EMC engineer, that I will need to create 3 seperate nested file systems and 3 seperate mount points if I have 3 DataMovers....... it didn't make sense to me, this sounds more like it. -thanks again for the help
TCat2
17 Posts
0
August 14th, 2008 13:00
-thanks again for the help
dynamox
9 Legend
•
20.4K Posts
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
9 Legend
•
20.4K Posts
0
August 14th, 2008 13:00
dynamox
9 Legend
•
20.4K Posts
0
August 14th, 2008 13:00
TCat2
17 Posts
0
August 14th, 2008 13:00