- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_net_recovery nfs errors
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 06:28 AM
04-02-2002 06:28 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 06:33 AM
04-02-2002 06:33 AM
Re: make_net_recovery nfs errors
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 06:36 AM
04-02-2002 06:36 AM
Re: make_net_recovery nfs errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 06:47 AM
04-02-2002 06:47 AM
Solutionhttp://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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 06:59 AM
04-02-2002 06:59 AM
Re: make_net_recovery nfs errors
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 07:07 AM
04-02-2002 07:07 AM
Re: make_net_recovery nfs errors
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 04:06 AM
04-03-2002 04:06 AM
Re: make_net_recovery nfs errors
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.