1753320 Members
6094 Online
108792 Solutions
New Discussion юеВ

Re: Ignite Issue

 
Waqar Razi
Regular Advisor

Ignite Issue

I am taking ignite of L3000, HPUX 11.00 based server. The ignite process stales at this point and doesnt go beyond this:

Checking Versions of Ignite-UX filesets
* Creating System Configuration.
WARNING: The volume group /dev/vg00 will be only partially included in the
System Recovery Archive. This means that not all files and
directories on this volume group will be restored when the archive is
installed. This message can be suppressed using the "-P s" option for
make_tape_recovery. See make_tape_recovery(1M) for more details.

* /opt/ignite/bin/save_config -f
/var/opt/ignite/recovery/2009-02-03,11:46/system_cfg vg00

Can some one give me some clue please?

6 REPLIES 6
Pete Randall
Outstanding Contributor

Re: Ignite Issue

Did you use the -x inc_entire=vg00 option of the make_tape_recovery command?


Pete

Pete
Avinash20
Honored Contributor

Re: Ignite Issue

This hangs before it go for Archieving on tape

Please check with the preview mode

# make_tape_recovery -v -x inc_entire=vg00 -p

Please post the output here..
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Waqar Razi
Regular Advisor

Re: Ignite Issue

No we are excluding some file systems from the vg00:

Here is the command we are using:

/opt/ignite/bin/make_tape_recovery -Ava /dev/rmt/0mn \
-x exclude=/opt/wment41 \
-x exclude=/opt/webMethods6 \
-x exclude=/opt/app/oracle/product/9.2.0 \
-x exclude=/opt/app/oracle/admin/wmrepo \
-x exclude=/opt/webMethods6/IntegrationServer/pipeline \
-x exclude=/var/opt/webmethods \
-x exclude=/var/opt/activesw

It always work but this time it stops at this point and never go beyond it.
Avinash20
Honored Contributor

Re: Ignite Issue

To see exactly where save_config is failing, this command can be used:

# sh -x /opt/ignite/bin/save_config > /tmp/save_config.out 2>&1

Check the /tmp/save_config.out
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: Ignite Issue

Also save_config normally scans all disk at this stage. Check for any paths with NO_HW.
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
skt_skt
Honored Contributor

Re: Ignite Issue

check for paths with NO_HW and remove with rmsf once you confirm u no longer need them