changing nfs options on Solaris 10

hi

I changed nfs options in "/etc/auto_master":

/net -hosts rw,bg,hard,nointr,rsize=32768,wsize=32768,tcp,ve
rs=3,timeo=600,actimeo=0

then I did

automount -v
svcadm restart svc:/system/filesystem/autofs
svcadm restart svc:/network/nfs/server:default

When doing 'mount' command,I see
remote/read/write/nosetuid/nodevices/xattr/dev=4702d15 on Tue May 6 16:39:04 2008

for /net/remote/remoteserver9

Shouldn't I see the new options?

How to check that Solaris has the new options?

Do I need to restart other services?

thanks.

Automounts are a bit different especially on /net, to see automount changes on /net you need either to reboot or wait for the automount to timeout (15 minutes if memory serves) and then retry so that it remounts. You could unmount it manually and see if it remounts with the new options, I can't remember the behavior and I'm not in front of a Solaris box to check.

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