rpc.mount problems on 4.3.3

Ask a Question related to AIX, Design and Development.

  1. #1

    Default rpc.mount problems on 4.3.3

    I cannot get the rpc.mountd to stay up it will start but then immediately
    dies. Everything else for nfs comes up fine except rpc.mountd, when I tyr
    to do a showmount command I get:
    RPC: 1832-019 Program not registered
    I can't find specific info on this error. Can someone please help me...


    L Guest

  2. Similar Questions and Discussions

    1. mount vcr
      Is there a way to secure a vcr to a desktop in a way to be able to use it for editing so that it can't be knocked off by pets or dragged off if...
    2. How to mount SCO 3.2v4.2/ODT 3.0 CD
      Could you please explain how to mount SCO 3.2v4.2/ODT 3.0 Installation CD out of any SCO Unix? I ask for exact mount statement, or, if there is a...
    3. Mount Point Problems
      The number 1,2 (or 3,4 etc... if you want) is the fsck pass. System use it to determinate the order of fsck at boot. Now for your problem, i think...
    4. NFS mount timeout problems
      In article <3F181825.BF70CC3C@Freezer.com>, Geezer From The Freezer <Geezer@Freezer.com> wrote: Some kind of communications problem, most...
    5. Mount it
      Hello, I'm trying to run a job off of CD that will ask for multiple cd's. So far, when I mount /cdrom and the job ask for the 2nd cd, I have to...
  3. #2

    Default Re: rpc.mount problems on 4.3.3

    In article <1m6db.17494$ai7.1194@newsread1.news.atl.earthlink .net>, L <skilz-d-man-u-nv@msn.com> wrote:
    > I cannot get the rpc.mountd to stay up it will start but then immediately
    > dies. Everything else for nfs comes up fine except rpc.mountd, when I tyr
    > to do a showmount command I get:
    > RPC: 1832-019 Program not registered
    > I can't find specific info on this error. Can someone please help me...
    Try this:

    1. uncomment portmap in /etc/rc.tcpip
    2. make sure rc.nfs is not commented out in /etc/inittab
    3. # stopsrc -g nfs
    4. # startsrc -s portmap
    5. # /etc/rc.nfs

    That should take care of it for that boot and for subsequent boots, so only
    needs to be done that way once.

    -Dan
    Dan Foster Guest

  4. #3

    Default Re: rpc.mount problems on 4.3.3

    Thanks for your quick response Dan. I tried what you said but it still is
    not working.
    "Dan Foster" <dsf@globalcrossing.net> wrote in message
    news:slrnbn9t8l.cbf.dsf@gaia.roc2.gblx.net...
    > In article <1m6db.17494$ai7.1194@newsread1.news.atl.earthlink .net>, L
    <skilz-d-man-u-nv@msn.com> wrote:
    > > I cannot get the rpc.mountd to stay up it will start but then
    immediately
    > > dies. Everything else for nfs comes up fine except rpc.mountd, when I
    tyr
    > > to do a showmount command I get:
    > > RPC: 1832-019 Program not registered
    > > I can't find specific info on this error. Can someone please help me...
    >
    > Try this:
    >
    > 1. uncomment portmap in /etc/rc.tcpip
    > 2. make sure rc.nfs is not commented out in /etc/inittab
    > 3. # stopsrc -g nfs
    > 4. # startsrc -s portmap
    > 5. # /etc/rc.nfs
    >
    > That should take care of it for that boot and for subsequent boots, so
    only
    > needs to be done that way once.
    >
    > -Dan

    L Guest

  5. #4

    Default Re: rpc.mount problems on 4.3.3

    You did not indicate you maintenance level, and there was a bug at the earlier levels.
    If you are at an early maintenance level, do you have any alias IP's?
    If so, set up your scripts to add the alias IP's after nfs is started.

    Dennis


    "L" <skilz-d-man-u-nv@msn.com> wrote in message news:1m6db.17494$ai7.1194@newsread1.news.atl.earth link.net...
    > I cannot get the rpc.mountd to stay up it will start but then immediately
    > dies. Everything else for nfs comes up fine except rpc.mountd, when I tyr
    > to do a showmount command I get:
    > RPC: 1832-019 Program not registered
    > I can't find specific info on this error. Can someone please help me...
    >
    >
    News Reader Guest

  6. #5

    Default Re: rpc.mount problems on 4.3.3

    In article <o7ldb.27910$ai7.24027@newsread1.news.atl.earthlin k.net>, L <skilz-d-man-u-nv@msn.com> wrote:
    > Thanks for your quick response Dan. I tried what you said but it still is
    > not working.
    Ok. Can you post the output of:

    # ps -ef|egrep "rpc|portmap|nfsd|mountd"|grep -v egrep
    # lssrc -s portmap
    # grep portmap /etc/rc.tcpip|grep start|grep -v background
    # lslpp -l bos.net.tcp.client
    # rpcinfo -p

    -Dan
    Dan Foster Guest

  7. #6

    Default Re: rpc.mount problems on 4.3.3

    I called IBM it was an issue with the maintenance level of nfs they are
    shipping out the APAR I need to fix it.
    Thanks,
    Lamont
    "News Reader" <NewsReader@nowhere1else.con> wrote in message
    news:poldb.4519$Hd6.2413384@newssvr28.news.prodigy .com...
    You did not indicate you maintenance level, and there was a bug at the
    earlier levels.
    If you are at an early maintenance level, do you have any alias IP's?
    If so, set up your scripts to add the alias IP's after nfs is started.

    Dennis


    "L" <skilz-d-man-u-nv@msn.com> wrote in message
    news:1m6db.17494$ai7.1194@newsread1.news.atl.earth link.net...
    > I cannot get the rpc.mountd to stay up it will start but then immediately
    > dies. Everything else for nfs comes up fine except rpc.mountd, when I tyr
    > to do a showmount command I get:
    > RPC: 1832-019 Program not registered
    > I can't find specific info on this error. Can someone please help me...
    >
    >

    L Guest

  8. #7

    Default Re: rpc.mount problems on 4.3.3

    In article <slrnbnbomf.cbf.dsf@gaia.roc2.gblx.net>, Dan Foster wrote:
    > # ps -ef|egrep "rpc|portmap|nfsd|mountd"|grep -v egrep
    > # lslpp -l bos.net.tcp.client
    Side note: if you do something like

    ps -ef | egrep "[r]pc|portmap|nfsd|mountd"

    you don't need the "grep -v". (The command line contains the literal
    characters [ and ], while the resulting expressing doesn't match those
    characters.)

    --
    Jurjen Oskam

    PGP Key available at [url]http://www.stupendous.org/[/url]
    Jurjen Oskam Guest

  9. #8

    Default Re: rpc.mount problems on 4.3.3

    L <skilz-d-man-u-nv@msn.com> wrote:
    L> Thanks for your quick response Dan. I tried what you said but it still is
    L> not working.
    L> "Dan Foster" <dsf@globalcrossing.net> wrote in message
    L> news:slrnbn9t8l.cbf.dsf@gaia.roc2.gblx.net...
    >> In article <1m6db.17494$ai7.1194@newsread1.news.atl.earthlink .net>, L
    L> <skilz-d-man-u-nv@msn.com> wrote:
    >> > I cannot get the rpc.mountd to stay up it will start but then
    L> immediately
    >> > dies. Everything else for nfs comes up fine except rpc.mountd, when I
    L> tyr
    >> > to do a showmount command I get:
    >> > RPC: 1832-019 Program not registered
    >> > I can't find specific info on this error. Can someone please help me...
    >>
    >> Try this:
    >>
    >> 1. uncomment portmap in /etc/rc.tcpip
    >> 2. make sure rc.nfs is not commented out in /etc/inittab
    >> 3. # stopsrc -g nfs
    >> 4. # startsrc -s portmap
    >> 5. # /etc/rc.nfs
    >>
    >> That should take care of it for that boot and for subsequent boots, so
    L> only
    >> needs to be done that way once.
    >>
    >> -Dan
    I've seen such behavior when the file /etc/netsvc.conf was missing.
    If you use DNS, make sure that file has the following line:

    hosts=local,bind4

    and the first non-commented out line in /etc/hosts is:

    127.0.0.1 loopback localhost

    --
    Bela Gazdy, EUCLID/AIX Systems Support
    Bela Gazdy Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139