1833757 Members
2945 Online
110063 Solutions
New Discussion

ignite verify

 
SOLVED
Go to solution
jona_1
Frequent Advisor

ignite verify

Hi,
I have taken ignite on tapes .it has been completed with warnning ..it shows the below ...can i conside it as successful ignite backup? i fire the below command

#make_tape_recovery -a /dev/rmt/0mn -A -x inc_entire=vg00 -x exclude=/var/adm/crash -x exclude=/var/opt/backup

===============================
* Archiving contents of pel06 via tar image to local device/dev/rmt/0mn.
* Creation of system archive complete.
NOTE: The following files are in the list of files that were on the
system, but they are no longer present. These files are not
included in the backup:
/var/tmp/ign_configure/make_sys_image_flag460
/var/tmp/ign_configure/make_sys_image.log
/var/opt/dce/rpc/local/09189
/var/opt/dce/rpc/local/09189/srvr_socks
/var/opt/dce/rpc/local/09189/c-0

WARNING: Incomplete definition for the product "PHCO_34668", beginning
at line 129978. The following attributes are not defined:
filesets the filesets contained in the product
* Cleaning up old configuration file directories


======= 03/15/11 18:54:44 EDT make_tape_recovery completed with warnings

pel06(OVO8):/var/opt/ignite/recovery/latest (root)
=========================================
10 REPLIES 10
Dennis Handly
Acclaimed Contributor

Re: ignite verify

>can I consider it as successful ignite backup?
/var/tmp/ign_configure/make_sys_image_flag460
/var/tmp/ign_configure/make_sys_image.log
/var/opt/dce/rpc/local/09189
/var/opt/dce/rpc/local/09189/srvr_socks
/var/opt/dce/rpc/local/09189/c-0

The files in /var/tmp are expected to change.
I assume the same for /var/opt/dce.

Not sure why PHCO_34668 is bad.
What does "swverify PHCO_34668" show?

Jose Mosquera
Honored Contributor

Re: ignite verify

Hi,

#swlist -l fileset|grep -i PHCO_34668
# PHCO_34668 1.0 tztab(4) cumulative patch
PHCO_34668.UX-CORE 1.0 OS-Core.UX-CORE

This patch is a tztab cumulative patch.
The tztab file describes the differences between Coordinated Universal Time (UTC) and local time. Several local areas can be represented simultaneously with historical detail.
#man 4 tztab

Please check the current status of this fileset on your system:
#swlist -l fileset -a state|grep -i PHCO_34668
# PHCO_34668
PHCO_34668.UX-CORE configured

The current status must be "configured", any other state require solution.

An option is evaluate a patch upgrade at last version PHCO_39172.
http://www11.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_39172&sel={hpux:11.11,}&BC=main|search|
As you see this one do not requires system reboot and not have patch dependencies.

Rgds.
jona_1
Frequent Advisor

Re: ignite verify

Hi Dennis,
tnx for reply.

it shows some error


======= 03/16/11 04:41:17 EDT BEGIN swverify SESSION
(non-interactive) (jobid=delovo05-2707)

* Session started for user "root@delovo05".

* Beginning Selection
* Target connection succeeded for "delovo05:/".
WARNING: Incomplete definition for the product "PHCO_34668", beginning
at line 129978. The following attributes are not defined:
filesets the filesets contained in the product
ERROR: Could not apply the software selection "PHCO_34668"; it is not
available from depot or root "delovo05:/".
* Software selection failed for "delovo05:/".
ERROR: Cannot continue the "swverify" task.
* Selection had errors.

now what i need to do... as it is cumolative patch so i hope reboot is not require ..shall i install it again? if so what will be the command

Regards,
jona_1
Frequent Advisor

Re: ignite verify

Hi Josh ,
it shows the following

#swlist -l fileset -a state|grep -i PHCO_34668
WARNING: Incomplete definition for the product "PHCO_34668", beginning
at line 129978. The following attributes are not defined:
filesets the filesets contained in the product
Dennis Handly
Acclaimed Contributor
Solution

Re: ignite verify

>now what I need to do as it is cumulative patch so I hope reboot is not require. shall I install it again?

I would just just remove the corrupted patch and install the latest that Jose mentioned, PHCO_39172.

swremove PHCO_34668
swinstall -s $PWD/PHCO_39172.depot \*

Reboot is not required.
Jose Mosquera
Honored Contributor

Re: ignite verify

Hi Jona,

Glad to assist you. Please indicate if proposed solution have fixed your issue.

Rgds.
jona_1
Frequent Advisor

Re: ignite verify

HI,
Tnx for reply. Just curious to know why /* is used?

Regards,
Jose Mosquera
Honored Contributor

Re: ignite verify

Hi,

The \* software specification selects all products. In your case this specification *forces* all filesets or subfilesets included in depot file will be installed. Of course in non-interective mode, as you've seen the swinstall utility did not display any pseudo-graph screen.
This specification must be used with caution
#man swinstall

Rgds.
Steven E. Protter
Exalted Contributor

Re: ignite verify

Shalom,

\* just means install everything if there are multiple filesets.

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
Dennis Handly
Acclaimed Contributor

Re: ignite verify

>Just curious to know why \* is used?

I suppose I could have been more specific on which SD products to install:
swinstall -s $PWD/PHCO_39172.depot PHCO_39172