- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_net_recovery permission error
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
07-12-2009 06:01 PM
07-12-2009 06:01 PM
make_net_recovery permission error
I'm having a problem where I get this error message:
# make_net_recovery -s viper
* Creating NFS mount directories for configuration files.
ERROR: Could not make directory: /var/opt/ignite/recovery/client_mnt/0x001E0BFC0E28:
Permission denied (errno = 13)
ERROR: Failed creating the directory
/var/opt/ignite/recovery/client_mnt/0x001E0BFC0E28:Permission denied (errno = 13)
ERROR: Failed to create NFS mount directories for configuration files.
======= 07/12/09 19:50:17 MDT make_net_recovery completed unsuccessfully
This is what it shows for NFS mounts. I'm just figuring this out so I'm sorry if this isn't enough information.
Mounted Remote File Systems 0 of 4 selected│
│──────────────────────────────────────────────────────────────────────────────│
│ Mount Remote Remote Wher │
│ Directory Type Server Directory Conf │
│┌───────────────────────────────────────────────────────────────────────────┐ │
││ /ignite NFS viper.cccu.com /var/opt/ignite/clients /etc/ ^ │
││ /net Auto
││ /recovery Auto viper.cccu.com /var/opt/ignite/recovery /etc/ │
││ /viperbackup NFS viper.cccu.com /backup /etc/ │
││ │
││ │
Thanks in advance for any help,
-Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2009 09:41 PM
07-12-2009 09:41 PM
Re: make_net_recovery permission error
To write an ignite backup, you need read-write permission to an NFS share on another system.
There appears to be no specific PATH specified for this backup that has a read-write NFS path on it.
You don't have permission to write to the default PATH that has been defined by the command line issued.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2009 10:01 PM
07-12-2009 10:01 PM
Re: make_net_recovery permission error
#mkdir /var/opt/ignite/recovery/archives/client_name
#chown bin:bin /var/opt/ignite/recovery/archives/client_name
2-)On ignite server also add ip address of the client to /etc/hosts file.
3-)On ignite server export the share:
#vi /etc/exports
/var/opt/ignite/recovery/archives/client_name -anon=2,access=client_name
#exportfs -av
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 12:16 AM
07-13-2009 12:16 AM
Re: make_net_recovery permission error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 12:54 AM
07-13-2009 12:54 AM
Re: make_net_recovery permission error
On ignite server "showmount -e" should show that /var/opt/ignite/recovery/archives/client_name is exported to the client with write permission.
Otherwise follow the Turgay steps to export it and take the backup.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 04:26 AM
07-13-2009 04:26 AM
Re: make_net_recovery permission error
in server maybe you must give 777 at FS of image