Ask a Question related to AIX, Design and Development.
-
L #1
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
-
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... -
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... -
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... -
NFS mount timeout problems
In article <3F181825.BF70CC3C@Freezer.com>, Geezer From The Freezer <Geezer@Freezer.com> wrote: Some kind of communications problem, most... -
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... -
Dan Foster #2
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:
Try this:> 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...
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
-
L #3
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...<skilz-d-man-u-nv@msn.com> wrote:> In article <1m6db.17494$ai7.1194@newsread1.news.atl.earthlink .net>, Limmediately> > I cannot get the rpc.mountd to stay up it will start but thentyr> > dies. Everything else for nfs comes up fine except rpc.mountd, when Ionly>> > 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> needs to be done that way once.
>
> -Dan
L Guest
-
News Reader #4
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
-
Dan Foster #5
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:
Ok. Can you post the output of:> Thanks for your quick response Dan. I tried what you said but it still is
> not working.
# 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
-
L #6
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
-
Jurjen Oskam #7
Re: rpc.mount problems on 4.3.3
In article <slrnbnbomf.cbf.dsf@gaia.roc2.gblx.net>, Dan Foster wrote:
Side note: if you do something like> # ps -ef|egrep "rpc|portmap|nfsd|mountd"|grep -v egrep
> # lslpp -l bos.net.tcp.client
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
-
Bela Gazdy #8
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...L> <skilz-d-man-u-nv@msn.com> wrote:>> In article <1m6db.17494$ai7.1194@newsread1.news.atl.earthlink .net>, LL> immediately>> > I cannot get the rpc.mountd to stay up it will start but thenL> tyr>> > dies. Everything else for nfs comes up fine except rpc.mountd, when IL> only>>>> > 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, soI've seen such behavior when the file /etc/netsvc.conf was missing.>> needs to be done that way once.
>>
>> -Dan
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



Reply With Quote

