Operating System - HP-UX
1824942 Members
3581 Online
109678 Solutions
New Discussion юеВ

Re: make_tape_recovery failed

 
lin.chen
Frequent Advisor

make_tape_recovery failed

Dear all,
I just to do "make_tape_recovery -Av",But I failed!
======= 11/21/07 13:56:38 EAT Started make_tape_recovery. (Wed Nov 21
13:56:38 EAT 2007)
@(#)Ignite-UX Revision C.7.2.94
@(#)ignite/net_recovery (opt) $Revision: 10.882 $ $Date: 2007/02/28
17:10:48 $


* Testing for necessary pax patch.
* Recovery Archive Description = Recovery Archive

* Recovery Archive Location = /dev/rmt/0mn

* Number of Archives to Save = 2

* Pax type = tar


** 0 - The Volume Group or Filesystem is Not included in the
System Recovery Archive
** 1 - The Volume Group or Filesystem is Partially included in the
System Recovery Archive
** 2 - The Volume Group or Filesystem is Fully included in the
System Recovery Archive

* Checking Versions of Ignite-UX filesets
ERROR: The list_expander command failed. This could be due to a problem with
parsing /etc/fstab or /etc/mnttab file - see messages above.


======= 11/21/07 13:56:59 EAT make_tape_recovery completed unsuccessfully

# System /etc/fstab file. Static information about the file systems
# See fstab(4) and sam(1M) for further details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand vxfs tranflush 0 1
/dev/vg00/lvol4 /tmp vxfs delaylog 0 2
/dev/vg00/lvol5 /home vxfs delaylog 0 2
/dev/vg00/lvol6 /opt vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
/dev/vg00/lvol9 /oracle vxfs delaylog,largefiles 0 2
/dev/vx/dsk/oracledg/oracle_vol /oracle/oradata/oeeprod vxfs suid 0 2
#/dev/vx/dsk/ntcfabdg/ntcfab_vol /ntcfab3a vxfs suid 0 2
#/dev/vx/dsk/admoeedg/admoee_vol /home/admoee vxfs suid 0 2
#/dev/vx/dsk/usroeedg/usroee_vol /home/usroee vxfs suid 0 2
#/dev/vx/dsk/oeedevdg/oeedev_vol /home/oeedev vxfs suid 0 2
#/dev/vx/dsk/redodg/redo_vol /oracle/oradata/oeeprod/redo vxfs suid 0 2
#/dev/vx/dsk/archivedg/archive_vol /oracle/oradata/oeeprod/archive vxfs suid 0 2


tardb3a2:/oracle/source /tardb3a2 nfs rw,suid 0 0

Could you give me some suggestion?
Thanks a lot!
Louis

4 REPLIES 4
Srikanth Arunachalam
Trusted Contributor

Re: make_tape_recovery failed

Hi Lin,

There is a discrepency between what is mounted and what the /etc/fstab has entry on it.

copy the current /etc/fstab to a different filename like /etc/fstab_temp

comment out the unmounted filesystem (including nfs)from /etc/fstab

and then restart the make_tape_recovery.

Thanks,
Srikanth
Rita C Workman
Honored Contributor

Re: make_tape_recovery failed

How about trying the following command:

make_tape_recovery -a /dev/rmt/c-t-d- -x inc_entire=vg00 -t "Ignite $(uname -n) Date $(date)"


Rgrds,
Rita
Jaime Bolanos Rojas.
Honored Contributor

Re: make_tape_recovery failed

Also compare the output of your /etc/fstab file with the ouptup of the /etc/lvmtab, make sure that you do not have invalid vg├В┬┤s listed there.

Regards,

Jaime.
Work hard when the need comes out.
Asep Somantri
New Member

Re: make_tape_recovery failed

Hi Lin,

I'd experienced this a couple month ago & Suggestion from Srikant is exactly.

You can try.


Rgds
Asep