Operating System - HP-UX
1753802 Members
8539 Online
108805 Solutions
New Discussion юеВ

Problem with Ignite-UX-11-11 C.7.2.94

 
SOLVED
Go to solution
gugoni
Occasional Advisor

Problem with Ignite-UX-11-11 C.7.2.94

I have problems executing the backup with ignite, error message:

ERROR: list_expander returned an error.
ERROR: list_expander returned an error.
ERROR: Failed to get the archive size and the list of files which will be in
archive.

======= 09/06/07 12:07:52 SAT make_tape_recovery completed unsuccessfully

I use this command:

make_tape_recovery -Iv -x inc_entire=vg00 -a /dev/rmt/0mn

I need help.

Thanks.

14 REPLIES 14
Steven E. Protter
Exalted Contributor
Solution

Re: Problem with Ignite-UX-11-11 C.7.2.94

Shalom,

Check that the /var system has sufficient space to build the file list. Normally insufficeint /var filesystem space causes this issue.

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
gugoni
Occasional Advisor

Re: Problem with Ignite-UX-11-11 C.7.2.94

My filesystems:

# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 512000 239448 271944 47% /
/dev/vg00/lvol1 295024 76480 189040 29% /stand
/dev/vg00/lvol8 1536000 1338816 197184 87% /var
/dev/vg00/lvol7 1843200 1497400 344024 81% /usr
/dev/vg00/lvol6 1024000 699608 322400 68% /tmp
/dev/vg00/lvol5 2547712 1952280 591568 77% /opt
/dev/vg00/lvol4 512000 324456 186136 64% /home
Steven E. Protter
Exalted Contributor

Re: Problem with Ignite-UX-11-11 C.7.2.94

Okay, its probably not /var

Lets see the ignite log? You should be able to upload and post it.

Other common issues, though they generally give other error messages:

1) Consisttent LVM configuration. If there is a volume group with a disk absent or other problems, Ignite will not complete.

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

Re: Problem with Ignite-UX-11-11 C.7.2.94


Gugoni

#export INST_DEBUG=2
#/opt/ignite/lbin/list_expander > /tmp/list_expander.log


Attach the list_expander.log, see we can value add.



WK
please assign points
Problem never ends, you must know how to fix it
gugoni
Occasional Advisor

Re: Problem with Ignite-UX-11-11 C.7.2.94

Hi,
Steven E. Protter,
wheres is found ignite log?


whiteknight,
# /opt/ignite/lbin/list_expander > /tmp/list_expander.log
WARNING: '/usr/lib/libcrypto.sl' is part of a circular link.
ERROR: Circular link error encountered. Aborting.
Dennis Handly
Acclaimed Contributor

Re: Problem with Ignite-UX-11-11 C.7.2.94

WARNING: '/usr/lib/libcrypto.sl' is part of a circular link.

Try to find the bad symlink:
$ ll -a /usr/lib/libcrypto.sl

If the link was at the directory level, there would be more problems.

>wheres is found ignite log?

Not sure, have you tried searching under /var/adm/?
D Block 2
Respected Contributor

Re: Problem with Ignite-UX-11-11 C.7.2.94

Gugoni-

I wonder, have you tried something other than the -lv option ? (-l LLA, the doc has the LLA as a value to the -l flag.)

How about trying -Av and use the preview opiton -p ?

ex:

make_tape_recovery -Av -x inc_entire=vg00 -a tape_dev -p






Golf is a Good Walk Spoiled, Mark Twain.
gugoni
Occasional Advisor

Re: Problem with Ignite-UX-11-11 C.7.2.94

Dennis,

/# ll -a /usr/lib/libcrypto.sl
lrwxr-xr-x 1 root sys 12 Jul 2 11:08 /usr/lib/libcrypto.sl -> libcrypto.sl

gugoni
Occasional Advisor

Re: Problem with Ignite-UX-11-11 C.7.2.94

Tom,
I executed the command "make_tape_recovery -Av -x inc_entire=vg00 -a tape_dev -p", occurred this error;

ERROR: list_expander returned an error.
ERROR: Failed to get the archive size and the list of files which will be in
archive.