--- Xishan xischaune@yahoo.com wrote:
Hello... Is there any way to configure ONTAP as an NFS client...through web interface or command line...???
No.
i want to mount a SUN SOLARIS system (as NFS client) on ONTAP ABC qtree (using the mount command on SUN SOLARIS)...and then further mount the ABC volume/qtree of the filer (as NFS client) onto a UNIX system...any ideas or suggestions...
I'm intrigued. What problem are you trying to solve?
Thanx
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
.
It is important that these mounts are done in the above order.
Both NFS servers will need to export to the NFS client.
If at all possible, you would probably be better off not mounting this way and use a symbolic link for /upper/lower instead:
mount nfs-server-1:/exported/dir /upper
mount nfs-server-2:/exported/dir /upper2
ln -s /upper2 /upper/lower
Steve Losen scl@virginia.edu phone: 434-924-0640
University of Virginia ITC Unix Support