Operating System - HP-UX
1838576 Members
4097 Online
110128 Solutions
New Discussion

Re: Verification of make_net_recovery

 
Elif Gius
Valued Contributor

Verification of make_net_recovery

Hi all,

how is an easy way to verify that a make_net_recovery was successfully finished or had an error.
We have an ignite server and sometimes it happens, that some of our ignite backup finished with badly errors, so that we could not use these backup.

I'm glad for any suggestions.

Thanks in advance.

Bye
Elif
2 REPLIES 2
G. Vrijhoeven
Honored Contributor

Re: Verification of make_net_recovery

Hi,

logging is stored:

/var/opt/ignite/clients/0x{LLA}/recovery//recovery.log

HTH,

Gideon
Ermin Borovac
Honored Contributor

Re: Verification of make_net_recovery

As already mentioned you could check second last line in /var/opt/ignite/clients//recovery/latest/recovery.log. Here are some examples.

======= 09/03/04 02:34:42 GMT make_net_recovery completed unsuccessfully

======= 09/03/04 02:39:39 GMT make_net_recovery completed successfully!

======= 05/04/04 20:56:02 GMT make_net_recovery completed with warnings

In addition you could check the following file on the ignite server. It's all ok it will have 'DONE Complete' on the last line.

/var/opt/ignite/clients//recovery/client_status

Prepare_Client Active
Prepare_Client Complete
Save_System_Configuration Active
Save_System_Configuration Complete
Prepare_Archive_Configs Active
Prepare_Archive_Configs Complete
Build_Archive Active
Build_Archive Complete
Update_CINDEX_File Active
Update_CINDEX_File Complete
DONE Complete

Ignite archives are stored in /var/opt/ignite/recovery/archives//--
,: as tar.gz files, so you could maybe try to get file listing from the archive.

$ gzip -cd /var/opt/ignite/recovery/archives//--
,: | tar tvf -