1833464 Members
2875 Online
110052 Solutions
New Discussion

make_tape_recovery error

 
SOLVED
Go to solution
RAC_1
Honored Contributor

make_tape_recovery error

I used to use make_recovery as follows
make_recovery -ACvd /dev/rmt/0m

I tried make_tape_recovery -Av -a /dev/rmt/0mn

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

======= 07/09/02 19:01:24 IST make_tape_recovery completed unsuccessfully
This is A class running 11.00 version

One more thing that I did not get is why it asked for no rewind device?

Thanks in Advance
There is no substitute to HARDWORK
5 REPLIES 5
Steve Steel
Honored Contributor
Solution

Re: make_tape_recovery error

Hi

1)No rewind is because it builds in stages.

2)The list expander

Try

/opt/ignite/lbin/list_expander 1>/dev/null 2>/tmp/error.msg


look in /tmp/error.msg

Probably a bad link

Post it if you need more help.


steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Daimian Woznick
Trusted Contributor

Re: make_tape_recovery error

The -A option tells the utility to look at the file, /opt/ignite/recovery/mnr_essentials. The user defined file /var/opt/ignite/recovery/mnr_essentials can be used to override the default file. Take a look at these two files to ensure they are correct.

As a note the default tape drive is /dev/rmt/0mn so the -a option is not required.

Hope this helps.
Christopher McCray_1
Honored Contributor

Re: make_tape_recovery error

Hello

Use the following:

# make_tape_recovery -v -x inc_entire=vg00


Hope this helps

Chris
It wasn't me!!!!
Bill Hassell
Honored Contributor

Re: make_tape_recovery error

Probably due to a large user ID (value > 60k). Use make_tape_recovery instead as make_recovery is obsolete. Download the latest version from http://www.software.hp.com/products/IUX/. NOTE: the command line options change:

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

Add options such as -t (for title) for more readability. Note that -A can produce unexpected results (data from other VGs)


Bill Hassell, sysadmin
RAC_1
Honored Contributor

Re: make_tape_recovery error

Steev's reply solved my problem.

There was a cicular link for /var/adm/btmp.

How do I remove the link without loosing the file?

Regards,
There is no substitute to HARDWORK