1752571 Members
5127 Online
108788 Solutions
New Discussion юеВ

Beginner of hp-ux

 
SOLVED
Go to solution
Renz Malabanan
Frequent Advisor

Beginner of hp-ux

hi to all masters..

I have a problem in making a tape recovery

I use this command..

make_tape_recovery -a /dev/rmt/3mn

And an error occur..

ERROR: The list_expander command failed. This could be due to a problem with
parsing /etc/fstab or /etc/mnttab file - see messages above.

======= 03/15/11 07:57:27 EAT make_tape_recovery completed unsuccessfully


How can i solve this??pls help..ty
2 REPLIES 2
Bill Hassell
Honored Contributor
Solution

Re: Beginner of hp-ux

The errors were not listed so we can't really help. The list_expander is verifying files and directories with a number of tests. The part about: see messages above is important. Please copy those to this thread.

> make_tape_recovery -a /dev/rmt/3mn

The defaults are not very useful. Use this command:

make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/3mn

And look at the man page to see why each option is used.


Bill Hassell, sysadmin
Renz Malabanan
Frequent Advisor

Re: Beginner of hp-ux

Thanks for the command it really help a lot..