[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.2

mount to NFS server 'voda50' failed: RPC Error: Program not registered

Asked by LinuxDuke in NFS File Server, Unix Operating Systems, Unix Systems Programming, Linux, Linux Networking

Tags: Linux

Hi Experts,

I'm busy mount two directories from a unix sever called voda50 to my Redhat servers but after updating the /etc/fstab file and running the command mount -a I get the folloing error :
[root@fldemtra5 ~]# cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 /                       ext3    defaults        1 1
#/dev/VolGroup00/LogVol02 /apps11                 ext3    defaults        1 2
LABEL=/boot             /boot                   ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /dev/shm                tmpfs   defaults        0 0
none                    /proc                   proc    defaults        0 0
none                    /sys                    sysfs   defaults        0 0
/dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0
192.168.1.7:/apps1        /apps1     nfs     defaults        0 0
voda50:/usr/users/appsdev/claims /usr/users/appsdev/claims nfs defaults 0 0
voda50:/apps11/dfn1data /apps11/dfn1data nfs defaults 0 0
# Beginning of the block added by the VMware software
.host:/                 /mnt/hgfs               vmhgfs  defaults,ttl=5     0 0
# End of the block added by the VMware software
/dev/hda                /media/cdrom            auto    pamconsole,exec,noauto,m               anaged 0 0
/dev/fd0                /media/floppy           auto    pamconsole,exec,noauto,m               anaged 0 0
[root@server1 ~]#
[root@server1 ~]# mount -a
mount: mount to NFS server 'voda50' failed: RPC Error: Program not registered.
mount: mount to NFS server 'voda50' failed: RPC Error: Program not registered.
Error: cannot mount filesystem: Protocol error

Then nothing is mounted any Idea what might be causing this error this is the out put from the /var/log/massages.

[root@server1 appsdev]# tail -f /var/log/messages
Feb  2 19:05:26 server1 mountd[25422]: Caught signal 15, un-registering and exiting.
Feb  2 19:05:26 server1 nfs: rpc.mountd shutdown succeeded
Feb  2 19:05:31 server1 kernel: nfsd: last server has exited
Feb  2 19:05:31 server1 kernel: nfsd: unexporting all filesystems
Feb  2 19:05:31 server1 nfs: nfsd shutdown succeeded
Feb  2 19:05:31 server1 nfs: rpc.rquotad shutdown succeeded
Feb  2 19:05:31 server1 nfs: Shutting down NFS services:  succeeded
Feb  2 19:05:41 server1 kernel: VMware hgfs: HGFS is disabled in the host
Feb  2 19:08:56 server1 kernel: VMware hgfs: HGFS is disabled in the host
Feb  2 19:14:46 server1 kernel: VMware hgfs: HGFS is disabled in the host
Feb  2 19:15:56 server1 sshd(pam_unix)[27390]: session opened for user root by root(uid=0)
Feb  2 19:16:25 server1 kernel: VMware hgfs: HGFS is disabled in the host
Feb  2 19:32:08 server1 kernel: VMware hgfs: HGFS is disabled in the host

Thanks a lot
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:
[root@server1 appsdev]# /etc/init.d/netfs status
Configured NFS mountpoints:
/apps1
/usr/users/appsdev/claims
/apps11/dfn1data
Active NFS mountpoints:
/apps1
[root@server1 ~]# rpcinfo -p voda50
   program vers proto   port
    100000    4   udp    111  portmapper
    100000    3   udp    111  portmapper
    100000    2   udp    111  portmapper
    100000    4   tcp    111  portmapper
    100000    3   tcp    111  portmapper
    100000    2   tcp    111  portmapper
    400003    1   udp  55302
    100024    1   tcp  62974  status
    100024    1   udp  55310  status
    100133    1   tcp  62974
    100133    1   udp  55310
    200001    1   tcp  62974
    200001    1   udp  55310
    200001    2   tcp  62974
    200001    2   udp  55310
    100021    1   udp  55447  nlockmgr
    100021    2   udp  55447  nlockmgr
    100021    3   udp  55447  nlockmgr
    100021    4   udp  55447  nlockmgr
    100021    1   tcp  63034  nlockmgr
    100021    2   tcp  63034  nlockmgr
    100021    3   tcp  63034  nlockmgr
    100021    4   tcp  63034  nlockmgr
[root@server1 ~]#
[root@server1 appsdev]#
[root@server1 appsdev]# /etc/init.d/netfs restart
Unmounting NFS filesystems:                                [  OK  ]
Mounting NFS filesystems:  mount: mount to NFS server 'voda50' failed: RPC Error: Program not registered.
mount: mount to NFS server 'voda50' failed: RPC Error: Program not registered.
                                                           [FAILED]
Mounting other filesystems:  Error: cannot mount filesystem: Protocol error
                                                           [FAILED]
[root@server1 appsdev]# /etc/init.d/netfs status
Configured NFS mountpoints:
/apps1
/usr/users/appsdev/claims
/apps11/dfn1data
Active NFS mountpoints:
/apps1
[root@server1 appsdev]#
[+][-]02/03/09 02:55 PM, ID: 23543288Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]02/03/09 02:56 PM, ID: 23543289Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]02/03/09 03:35 PM, ID: 23543574Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/03/09 04:49 PM, ID: 23544009Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: NFS File Server, Unix Operating Systems, Unix Systems Programming, Linux, Linux Networking
Tags: Linux
Sign Up Now!
Solution Provided By: arnold
Participating Experts: 3
Solution Grade: A
 
[+][-]02/03/09 11:53 PM, ID: 23545730Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/04/09 02:50 AM, ID: 23546616Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/04/09 03:15 AM, ID: 23546758Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625