Operating System - HP-UX
1830168 Members
13616 Online
109999 Solutions
New Discussion

make_net_recovery permission error

 
Eric Bakken
Regular Advisor

make_net_recovery permission error

Hello All,

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 NIS / │
││ /recovery Auto viper.cccu.com /var/opt/ignite/recovery /etc/ │
││ /viperbackup NFS viper.cccu.com /backup /etc/ │
││ │
││ │


Thanks in advance for any help,

-Eric
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: make_net_recovery permission error

Shalom Eric,

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
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Turgay Cavdar
Honored Contributor

Re: make_net_recovery permission error

1-)On ignite server create client directory:

#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
Roopesh Francis_1
Trusted Contributor

Re: make_net_recovery permission error

what is your hpux version
Ganesan R
Honored Contributor

Re: make_net_recovery permission error

Hi Eric,

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.
Best wishes,

Ganesh.
Roberto Arias
Valued Contributor

Re: make_net_recovery permission error

hi
in server maybe you must give 777 at FS of image
The man is your friend