Unable to export DISPLAY or mount an NFS partition on RHEL5
Hello,
We got a new machine in our lab and we installed RHEL5(Red Hat Enterprise Linux. We have our home directories on our cluster which I would like to mount on my new red hat machine. But, when I issue the following command
mount -t nfs cluster:home_dir mount_location
the mount command just hangs.
Similarly, I cannot export DISPLAY to my screen. I unable to open a simple gui application like xemacs.
But, I am able to ssh to the cluster and to my machine from the cluster. Is there any catch over here?
I made all the required changes for NFS client configuraton and server configuration.
Here is the output of rpcinfo:
#/usr/sbin/rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100011 1 udp 610 rquotad
100011 2 udp 610 rquotad
100011 1 tcp 613 rquotad
100011 2 tcp 613 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100021 1 udp 32776 nlockmgr
100021 3 udp 32776 nlockmgr
100021 4 udp 32776 nlockmgr
100021 1 tcp 48530 nlockmgr
100021 3 tcp 48530 nlockmgr
100021 4 tcp 48530 nlockmgr
100005 1 udp 626 mountd
100005 1 tcp 629 mountd
100005 2 udp 626 mountd
100005 2 tcp 629 mountd
100005 3 udp 626 mountd
100005 3 tcp 629 mountd
100024 1 udp 665 status
100024 1 tcp 668 status
Please let me know if anything else is required.
Thanks for your time.
Regards,
Sudheer.
|