Operating System - HP-UX
1753300 Members
7032 Online
108792 Solutions
New Discussion юеВ

Re: Ignite UX Errors - Trying to use Make_Net_Recovery to Clone Systems

 
SOLVED
Go to solution
S-un-B-ix-S
Advisor

Ignite UX Errors - Trying to use Make_Net_Recovery to Clone Systems

I am trying to use Make_Net_Recovery to Clone one RX8640 to another. The machines are nearly identical hardware-wise.

I took a make_net_recovery of serverA.

Using instructions I found on HP's site, I entered the Ignite GUI, added the target server (serverb) as a "new client".

I then went into /var/opt/ignite/clients/servera

and copied the CINDEX and recovery directory into /var/opt/ignite/clients/serverb.

I also exported the source of our archives, and shared it so both servera and serverb had write access to it.

When I tried to ignite, I get the following error:

* Processing the archive source (Recovery Archive).
Permission denied
NOTE: Retrying: "/sbin/fs/nfs/mount -oro 10.165.201.30:/u001/images/servera
/tmp/ign_configure/archive_nfs"
Permission denied
NOTE: Retrying: "/sbin/fs/nfs/mount -oro 10.165.201.30:/u001/images/wrlspp01
/tmp/ign_configure/archive_nfs"
Permission denied
NOTE: Retrying: "/sbin/fs/nfs/mount -oro 10.165.201.30:/u001/images/wrlspp01
/tmp/ign_configure/archive_nfs"
Permission denied
N
ERROR: Command "/sbin/fs/nfs/mount -oro 10.165.201.30:/u001/images/servera
/tmp/ign_configure/archive_nfs" failed. Ensure that
"/u001/images/servera" is properly exported on 10.165.201.30.
ERROR: Cannot load OS archive(s) (Recovery Archive)

The configuration process has incurred an error, would you like
to push a shell for debugging purposes? (y/[n]): y

Our archives are all stored under:

/u001/images/

Can anyone please help?

TIA.
3 REPLIES 3
Norman_21
Honored Contributor
Solution

Re: Ignite UX Errors - Trying to use Make_Net_Recovery to Clone Systems

Hi,

Put the archive folders "u001/images/
" in /etc/exports and run exportfs -a to export them then try again.
"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
Scot Bean
Honored Contributor

Re: Ignite UX Errors - Trying to use Make_Net_Recovery to Clone Systems

The Ignite Admin Guide provides very specific steps to use when copying the files on the server and checking the final NFS setup. These steps should prevent this permissions problem.

See http://www.docs.hp.com/en/5992-1959/ch12s02.html#bghcbdia

'find CINDEX recovery | cpio -pdvma ../target_client'
Tim Nelson
Honored Contributor

Re: Ignite UX Errors - Trying to use Make_Net_Recovery to Clone Systems

Other than configuring your /etc/exports correctly, remember to chown bin:bin on any and all files created under /var/opt/ignite/clients and /var/opt/ignite/recovery/archives

This will save you from the next error you will get during the install after the NFS mount is fixed.