Yeah, I already checked the firewalls and routes. the VNX and the RHEL client are in the same LAN.
I enabled debug param for nfs to 7 but do not see any thing in the log. where is the debug log located? Though I am having persistent DNS errors as in the lab I cannot connect to DNS. I also added the client and pushed the hosts file on server_2
At this point I am trying to re-init everything (is there a KB for this) as it is a new setup
True, if you need all the users in the network to access the export, just export without mentioning the IPs. It should look something like the following from your VNX/Celerra CLI:
# server_export server_2 -P nfs /NFS
# server_export server_2
server_2 :
export "/NFS"
From the client/host side when you check for the availability of the network export over the interface, it should look like the following:
dynamox
9 Legend
•
20.4K Posts
0
April 20th, 2014 20:00
check firewalls, routes
ravi_g
2 Posts
0
April 20th, 2014 21:00
Yeah, I already checked the firewalls and routes. the VNX and the RHEL client are in the same LAN.
I enabled debug param for nfs to 7 but do not see any thing in the log. where is the debug log located? Though I am having persistent DNS errors as in the lab I cannot connect to DNS. I also added the client and pushed the hosts file on server_2
At this point I am trying to re-init everything (is there a KB for this) as it is a new setup
Rainer_EMC
4 Operator
•
8.6K Posts
0
April 21st, 2014 07:00
Take a network trace
bergec
275 Posts
0
April 22nd, 2014 00:00
You should not use "" in the export options (rw= etc...)
Use IP addresses or subnets
Claude
Rainer_EMC
4 Operator
•
8.6K Posts
1
April 22nd, 2014 14:00
Claude is right – an asterix wildcard (*) is not a valid syntax for exporting a NFS share
Please check the VNX NFS manual or at least take a look at “man server_export”
What does a “showmount –e ” issued from your NFS client report ?
VivekSoni
24 Posts
0
October 14th, 2014 03:00
True, if you need all the users in the network to access the export, just export without mentioning the IPs. It should look something like the following from your VNX/Celerra CLI:
# server_export server_2 -P nfs /NFS
# server_export server_2
server_2 :
export "/NFS"
From the client/host side when you check for the availability of the network export over the interface, it should look like the following:
[root@nfstest ~]# showmount -e xx.xx.xx.xx
Export list for xx.xx.xx.xx:
/NFS (everyone)
Just go ahead and mount it then.
Hope this helps.