Operating System - HP-UX
1833752 Members
2588 Online
110063 Solutions
New Discussion

make_net_recovery nfs errors

 
SOLVED
Go to solution
ITeam
Super Advisor

make_net_recovery nfs errors

Probably missing something obvious here, but;
I am trying to use make_net_recovery from a 10.20 system onto a 11i system running ignite.
On the 10.20 I issue command;
make_net_recovery -i -s dr
and I get back ...

* Creating NFS mount directories for configuration files.
dr:: RPC_PROG_NOT_REGISTERED

ERROR: Could not NFS mount directory /var/opt/ignite/clients on dr. The
exports file on dr should contain the entry "/var/opt/ignite/clients
-anon=2". Ensure that /var/opt/ignite/clients has been exported using
the "exportfs -av" command.
ERROR: Failed mounting directory
/var/opt/ignite/recovery/client_mnt:/Connection refused (errno = 239)
ERROR: Failed to creaet NFS mount directories for configuration files.

======= 04/02/02 14:57:26 GMT make_net_recovery completed unsuccessfully

I think the RPC PROG NOT REGISTERED may have something to do with this ... ?

Any help much appreciated.
6 REPLIES 6
Paula J Frazer-Campbell
Honored Contributor

Re: make_net_recovery nfs errors

Hi

Your answer is here:-

ERROR: Could not NFS mount directory /var/opt/ignite/clients on dr. The
exports file on dr should contain the entry "/var/opt/ignite/clients
-anon=2". Ensure that /var/opt/ignite/clients has been exported using
the "exportfs -av" command.


On the ignite server ( the server you are sending to )do as this error suggests.

Paula
If you can spell SysAdmin then you is one - anon
ITeam
Super Advisor

Re: make_net_recovery nfs errors

Sorry Paula - have done that bit as well and still get same error!
Steve Steel
Honored Contributor
Solution

Re: make_net_recovery nfs errors

Hi


http://forums1-it1.mayfield.hp.com/cm/QuestionAnswer/1,,0xdb89663ce855d511abcd0090277a778c,00.html

Look at

/etc/rc.config.d/nfsconf

#
# rpc.mountd configuration. See mountd(1m)
#
# START_MOUNTD: 1 if rpc.mountd should be started by a system startup script.
# 0 if /etc/inetd.conf has an entry for mountd.
# Note: rpc.mountd should be started from a system startup script,
# however, it can be started from either nfs.server or inetd, and
# MUST only be configured in one place.
#
START_MOUNTD=1



May need to be 0


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Paula J Frazer-Campbell
Honored Contributor

Re: make_net_recovery nfs errors

Hi

Have you got the correct version of ignite on each machine?

If yes then a re-install of ignite is quick - requires no reboot and might fix the problem.

It is here:-


http://www.software.hp.com/products/IUX/download.html


Paula

If you can spell SysAdmin then you is one - anon
Martin Burnett_2
Trusted Contributor

Re: make_net_recovery nfs errors

Hello ASD,

Please check the following document in the knowledge base to make sure your Ignite server is setup correctly:

How to verify the Ignite Server Setup
KBRC00000785

Thanks for participating in the forums.

Martin
ITeam
Super Advisor

Re: make_net_recovery nfs errors

Thank you all very much for the various suggestions - now being followed and I just need to get some free disk space to hold the files.

I did do a re-install on both machines (just in case), and have now changed the nfs daemon settings as well. The document about checking the config is quite useful also.

Again - Many thanks! Long live the forums.