Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I have set up a NFS on 3 Computer systems and i encountered some problems.When i mount only one NFS Client Server to the NFS Server,it works!!but when i try to mount 2 NFS Client Servers to the NFS Server,i encountered Permission Denied by the Server on one of my NFS Client Servers with the other one working!These are the following steps i have done:
Solaris OS,version 8(64 bit) as my Master Host(NFS Server), HostName:BIGSVR004
Two Linux 7.3 OS as my Client Hosts(NFS Client server),
HostName:BIGCPU017 and BIGCPU015
i created a directory called /export/home/sge in all the hosts and i change the permission of this directory to 777
On my master host and Client host i edit the /etc/hosts file and add the follwin info:
127.0.0.1 Localhost
172.19.174.11 BIGSVR004
172.19.172.66 BIGCPU015
172.19.174.68 BIGCPU017
On my master host,i edit the /etc/dfs/dfstab file and add the followin info regardin which file i would like to share and to which host:
share -F nfs -o rw=BIGCPU017 /export/home/sge
share -F nfs -o rw=BIGCPU015 /export/home/sge
after tt i start my nfs server and nfs client server,which is successful..
After which i edit the /etc/fstab in both the NFS Client Server(LINUX OS) to mount the NFS parition tt has been shared
BIGSVR004:/export/home/sge /export/home/sge nfs rw 0 0
But when i type the command to manually mount the system:mount -t nfs -o rw BIGSVR004:/export/home/sge /export/home/sge in the command prompt in Linux but it displayedermission Denied by Server.
What may be the problem that disable mounting of two NFS client server to the NFS Server??Anyone can help solving my problem??
Thanks in advance
I have set up a NFS on 3 Computer systems and i encountered some problems.When i mount only one NFS Client Server to the NFS Server,it works!!but when i try to mount 2 NFS Client Servers to the NFS Server,i encountered Permission Denied by the Server on one of my NFS Client Servers with the other one working!These are the following steps i have done:
Solaris OS,version 8(64 bit) as my Master Host(NFS Server), HostName:BIGSVR004
Two Linux 7.3 OS as my Client Hosts(NFS Client server),
HostName:BIGCPU017 and BIGCPU015
i created a directory called /export/home/sge in all the hosts and i change the permission of this directory to 777
On my master host and Client host i edit the /etc/hosts file and add the follwin info:
127.0.0.1 Localhost
172.19.174.11 BIGSVR004
172.19.172.66 BIGCPU015
172.19.174.68 BIGCPU017
On my master host,i edit the /etc/dfs/dfstab file and add the followin info regardin which file i would like to share and to which host:
share -F nfs -o rw=BIGCPU017 /export/home/sge
share -F nfs -o rw=BIGCPU015 /export/home/sge
after tt i start my nfs server and nfs client server,which is successful..
After which i edit the /etc/fstab in both the NFS Client Server(LINUX OS) to mount the NFS parition tt has been shared
BIGSVR004:/export/home/sge /export/home/sge nfs rw 0 0
But when i type the command to manually mount the system:mount -t nfs -o rw BIGSVR004:/export/home/sge /export/home/sge in the command prompt in Linux but it displayedermission Denied by Server.
What may be the problem that disable mounting of two NFS client server to the NFS Server??Anyone can help solving my problem??
Thanks in advance