- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_net_recovery 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
03-15-2006 10:43 PM
03-15-2006 10:43 PM
make_net_recovery errors
We have 2 hosts (A-need image of & B server to store image). When we run the following cmd:
/opt/ignite/bin/make_net_recovery -s hostB -Av -a hostB:/backup
The following error is displayed:
Permission denied
ERROR: Unable to mount or write hostB:/backup
Please assist URGENTLY!
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 10:48 PM
03-15-2006 10:48 PM
Re: make_net_recovery errors
have you ensured access to hostB?
DNS, remsh,.rhosts/etc/hosts.equiv,export of /backup with wite access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 11:07 PM
03-15-2006 11:07 PM
Re: make_net_recovery errors
is the file system you try to mount exported on source ?
you should hae a line in /etc/exports with :
/backup
and after make a exportfs -av to enable all host to mount it.
If you want to restrict access try it :
/backup -anon=2,access=hostA
and exportfs -av
Regards
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 11:09 PM
03-15-2006 11:09 PM
Re: make_net_recovery errors
http://www.docs.hp.com/en/IUX/download.html
Hope this help
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 11:41 PM
03-15-2006 11:41 PM
Re: make_net_recovery errors
On hostB( where image is to be stored in /backup) the /etc/exports file looks like:
/backup -anon=2,access=hostA,ro
/var/opt/ignite/clients -anon=2
There is access from hostA to hostB.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 11:47 PM
03-15-2006 11:47 PM
Re: make_net_recovery errors
/backup is mounted ro, error message may indicate write access required?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 11:53 PM
03-15-2006 11:53 PM
Re: make_net_recovery errors
The rw=hostA was included,rexported but still the problem persist.At the bottom there is an error message stating:
ERROR: Failed to Create NFS mount Archive directory.
Thanks for the assistance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 12:54 AM
03-16-2006 12:54 AM
Re: make_net_recovery errors
Try restarting nfs client and server on both machines
Just an idea.
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 01:17 AM
03-16-2006 01:17 AM
Re: make_net_recovery errors
Why are you adding the rw option ?
/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives/hostA -anon=2,access=hostA
With this default configuration only the machine with
Look at showmount -e hostB to see what is exported.
Regards
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 01:21 AM
03-16-2006 01:21 AM
Re: make_net_recovery errors
With or without the "rw" I still get the same error. the showmount -e cmd on hostA replies that there's no exported filesystems but on hostB /Backup is exported.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 01:28 AM
03-16-2006 01:28 AM
Re: make_net_recovery errors
Is the directory you are exporting owned by bin:bin with right 755 ? It seems that it can't
create the directory hostA in /backup for storing the archives. have you try to create /backup/hostA with owner bin:bin in 755 and export it instead of exporting /backup directly ?
Regards
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 01:55 AM
03-16-2006 01:55 AM
Re: make_net_recovery errors
/opt/ignite/bin/instl_adm -T
and check network settings with :
/opt/ignite/bin/instl_adm -d
Look at the netmask of your lan cards, I've already had a pb with server which were on differents subnet.
Can you recapitulate the action you've done, please ?
Pat