Operating System - HP-UX
1752795 Members
5965 Online
108789 Solutions
New Discussion юеВ

Re: make_tape_recovery error

 
SOLVED
Go to solution
Bob Manocchia
Regular Advisor

make_tape_recovery error

I have a tape device /dev/rmt/1mn that I successfully copied a tar file to. When I try the following make_tape_recovery command I get this error:
make_tape_recovery -a /dev/rmt/1mn -I -x inc_entire=vg00

The list_expander command failed. This could be due to a problem with
the -x options specified - Check the existence of the included
device(s).

I have searched for this error but cannot find any references to it. Any ideas?

Thanks
2 REPLIES 2
Fabio Ettore
Honored Contributor
Solution

Re: make_tape_recovery error

Hi Bob,
it sounds there are some filesystems not available in vg00.

A couple of things to do:

- check contents of /etc/fstab and verify by bdf if all filesystems are mounted as expected;
- run just

/opt/ignite/lbin/list_expander

and check the results for possible errors.

HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
Bob Manocchia
Regular Advisor

Re: make_tape_recovery error

Thanks Fabio that worked fine. I'll remember that one. Thanks again.