cancel
Showing results forΒ 
Search instead forΒ 
Did you mean:Β 

NFS Share readonly in VCS

Fugitive
Level 4
I have created a new SG for home directories of users in VCS the share is not writeable and m unable to write in it once mounted on other servers. What could be the issue ?


Following are the resources 



nfsDG                   Node1
nfsDG                   Node2
nfsIP                   Node1
nfsIP                   Node2
nfsMNT                  Node1
nfsMNT                  Node2
nfsNIC                  Node1
nfsNIC                  Node2
nfsSER                  Node1
nfsSER                  Node2
nfsShare                Node1
nfsShare                Node2
nfsVOL                  Node1
nfsVOL                  Node2




Node1:/>hares -display nfsShare
#Resource    Attribute        System         Value
nfsShare     Group            global         nfsSG
nfsShare     Type             global         Share
nfsShare     AutoStart        global         1
nfsShare     Critical         global         1
nfsShare     Enabled          global         1
nfsShare     LastOnline       global         Node1
nfsShare     MonitorOnly      global         0
nfsShare     ResourceOwner    global         unknown
nfsShare     TriggerEvent     global         0
nfsShare     ArgListValues    Node1 PathName   1       /nfs    Options 1       rw      NFSRes:State    1       ""
nfsShare     ArgListValues    Node2 PathName   1       /nfs    Options 1       rw      NFSRes:State    1       ""
nfsShare     ConfidenceLevel  Node1 100
nfsShare     ConfidenceLevel  Node2 0
nfsShare     ConfidenceMsg    Node1
nfsShare     ConfidenceMsg    Node2
nfsShare     Flags            Node1
nfsShare     Flags            Node2
nfsShare     IState           Node1 not waiting
nfsShare     IState           Node2 not waiting
nfsShare     MonitorMethod    Node1 Traditional
nfsShare     MonitorMethod    Node2 Traditional
nfsShare     Probed           Node1 1
nfsShare     Probed           Node2 1
nfsShare     Start            Node1 1
nfsShare     Start            Node2 0
nfsShare     State            Node1 ONLINE
nfsShare     State            Node2 OFFLINE
nfsShare     ComputeStats     global         0
nfsShare     ContainerInfo    global         Type               Name            Enabled
nfsShare     NFSRes           global
nfsShare     Options          global         rw
nfsShare     PathName         global         /nfs
nfsShare     ResourceInfo     global         State      Stale   Msg             TS
nfsShare     MonitorTimeStats Node1 Avg        0       TS
nfsShare     MonitorTimeStats Node2 Avg        0       TS
1 ACCEPTED SOLUTION

Accepted Solutions

Fugitive
Level 4
ls -ld /nfs
drwxrwxrwx   2 root     root           2 Aug 17 06:13 /nfs
 

And Gaurav the which you are referring was a question in which i asked if its possible to use NAS/NFS as shared storage instead of SAN storage and Dev Roy
instead pointed me to steps to configure NFS service group ..


And i remove the rw flag in nfsShare resource and added it again  and it worked fine do not know y..

#hares -modify nfsShare Options " -o rw" 

Anywaz thanx for your help 

View solution in original post

5 REPLIES 5

Marianne
Level 6
Partner    VIP    Accredited Certified

Please post output of
# ls -l /nfs

Gaurav_S
Moderator
Moderator
   VIP    Certified

yep, post the permissions of /nfs directory....

Have you configured NFS group manually or using hawizard ? One of the old post you raised explains the steps to create NFS group..

https://www-secure.symantec.com/connect/forums/vcs-nfs-share


Gaurav

Gaurav_S
Moderator
Moderator
   VIP    Certified

Also can you post the details of resource configuration from main.cf

Gaurav

Fugitive
Level 4
ls -ld /nfs
drwxrwxrwx   2 root     root           2 Aug 17 06:13 /nfs
 

And Gaurav the which you are referring was a question in which i asked if its possible to use NAS/NFS as shared storage instead of SAN storage and Dev Roy
instead pointed me to steps to configure NFS service group ..


And i remove the rw flag in nfsShare resource and added it again  and it worked fine do not know y..

#hares -modify nfsShare Options " -o rw" 

Anywaz thanx for your help 

Marianne
Level 6
Partner    VIP    Accredited Certified
Glad to hear it's working now.

You did not mention your O/S or VCS version?

There have been major NFS improvements with recent SH/HA updates.