The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-07-2008
melanie_pfefer melanie_pfefer is offline
Registered User
 

Join Date: Nov 2006
Posts: 166
Hi,

To give you more details on the issue I have:

HostA (solaris 10)
REMOTESERVER (solaris 10)

I can set nfs options if I use mount (not through /net)

mount -F nfs -o rw,bg,hard,nointr,rsize=32768,wsize=32768,vers=3,timeo=600,actimeo=0 -O REMOTESERVER:/REMOTESERVER9 /mnt/REMOTESERVER9

What needs to be done on REMOTESERVER to have these options set when I access /net/REMOTESERVER/REMOTESERVER9?

thanks
Reply With Quote