The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM
Home Forums Register Rules & FAQ Members List Arcade Search Today's Posts Mark Forums Read


SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .


Other UNIX.COM Threads You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
changing ip and hostname on solaris murad.jaber SUN Solaris 10 02-23-2008 07:04 AM
changing root menu options on Redaht larry UNIX for Dummies Questions & Answers 3 12-19-2002 09:24 AM
TimeZone changing in Solaris nikk UNIX for Advanced & Expert Users 2 12-17-2002 10:10 PM
Changing TCP/IP Options in SunOS S.P.Prasad High Level Programming 2 11-13-2002 08:45 PM
changing Hash printing options for FTP jyotipg UNIX for Advanced & Expert Users 1 05-29-2002 12:47 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-06-2008
Registered User
 

Join Date: Nov 2006
Posts: 146
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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.
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 05-06-2008
reborg's Avatar
Administrator
 
Join Date: Mar 2005
Location: Ireland
Posts: 3,320
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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.
Reply With Quote
  #3 (permalink)  
Old 05-07-2008
Registered User
 

Join Date: Nov 2006
Posts: 146
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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
Google UNIX.COM
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 04:11 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102