1836682 Members
2701 Online
110108 Solutions
New Discussion

Re: net_recovery issues

 
lawrenzo_1
Super Advisor

net_recovery issues

Please help - I am trying to run a net recovery and getting the below error's


mbna_makerecover.ksh:10/28/04 10:11:10: Archive area selected is spdm828a
mbna_makerecover.ksh:10/28/04 10:11:10: Checking that archive area for spbe895a exists on spdm828a
mbna_makerecover.ksh:10/28/04 10:11:10: Mounted /var/opt/ignite/recovery/arch_mnt - continue....
mbna_makerecover.ksh:10/28/04 10:11:10: Archive area exists - unmount and continue with recovery creation
mbna_makerecover.ksh:10/28/04 10:11:12: Unmounted /var/opt/ignite/recovery/arch_mnt - continue....
mbna_makerecover.ksh:10/28/04 10:11:12: Starting Net Recovery archive creation....
mbna_makerecover.ksh:10/28/04 13:32:50: Net Recovery creation failed - trying alternate master....
mbna_makerecover.ksh:10/28/04 13:32:50: Net Recovery creation failed - please investigate....
mbna_makerecover.ksh:10/28/04 13:32:50: Failed to unmount /var/opt/ignite/recovery/arch_mnt - please investigate....
hello
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: net_recovery issues

make_net_recovery ???

Can I see the command line?

Check that NFS access is possible on the target folder.

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
Sanjay_6
Honored Contributor

Re: net_recovery issues

Hi,

These verbose error messages that you are posting are from the script "mbna_makerecover.ksh" that you are running for the net recovery and are custom error messages from the script. these are probably different from what are being generated by ignite.

Hope this helps.

Regds
Sundar_7
Honored Contributor

Re: net_recovery issues

From the output posted, I guess make_net_recovery is called by your mbna_makerecover.ksh, which I understand is performing some tests before and after the recovery creation.

Apparently,make_net_recovery failed for whatever reason, but it seems to be that your mbna_makerecover.sh tries to unmount the /var/opt/ignite/recovery/arch_mt while ignite is still tring to perform some cleanup operation.

run make_net_recovery from the command line. That can tell you why net recovery creation is failing or refer the script mbna_makerecover.ksh if it is redirecting the output from make_net_recovery somewhere
Learn What to do ,How to do and more importantly When to do ?
lawrenzo_1
Super Advisor

Re: net_recovery issues

thanks all - checked the /var/opt/ignite/recovery/ logs and display errors with some ignite patches so will go down this avenue.

Thanks
hello