Operating System - HP-UX
1833513 Members
4589 Online
110061 Solutions
New Discussion

Re: make_tape_recovery not work

 
huaxiang
Frequent Advisor

make_tape_recovery not work

1. make_tape_recovery, not succeed:
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/01/08 17:48:36 EAT make_tape_recovery completed unsuccessfully
2. /etc/fstab info:
db2#[/]more /etc/fstab
# 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 hfs defaults 0 1
/dev/vg00/lvol5 /tmp vxfs delaylog 0 2
/dev/vg00/lvol4 /opt vxfs delaylog 0 2
/dev/vg00/lvol6 /usr vxfs delaylog 0 2
/dev/vg00/lvol7 /var vxfs delaylog 0 2
/dev/vg00/lvol8 /home vxfs delaylog 0 2
/dev/vg00/ora_lv /oracle vxfs delaylog 0 2
/dev/vg01/orabak_lv /orabak vxfs delaylog 0 2
/dev/vg01/data1_lv /data1 vxfs delaylog 0 2
/dev/vg02/data2_lv /data2 vxfs delaylog 0 2
/dev/vgyzfs/lv_vgyzfs2 /arch2 vxfs delaylog 0 2
/dev/vg00/oralog_lv /oraclelog vxfs delaylog 0 2
/dev/vg00/lv_nbu /usr/openv vxfs delaylog 0 2
3. /etc/mnntab info:
db2#[/]more /etc/mnttab
/dev/vg00/lvol3 / vxfs ioerror=nodisable,log,dev=40000003 0 1 1224602757
/dev/vg00/lvol1 /stand hfs defaults,dev=40000001 0 0 1224602764
/dev/vg00/lvol7 /var vxfs ioerror=mwdisable,delaylog,dev=40000007 0 0 1224602776
/dev/vg00/lvol6 /usr vxfs ioerror=mwdisable,delaylog,dev=40000006 0 0 1224602776
/dev/vg00/lvol5 /tmp vxfs ioerror=mwdisable,delaylog,dev=40000005 0 0 1224602776
/dev/vg00/oralog_lv /oraclelog vxfs ioerror=mwdisable,delaylog,dev=4000000a 0 0 1224602777
/dev/vg00/ora_lv /oracle vxfs ioerror=mwdisable,delaylog,dev=40000009 0 0 1224602777
/dev/vg01/orabak_lv /orabak vxfs ioerror=mwdisable,delaylog,dev=40010001 0 0 1224602777
/dev/vg00/lvol4 /opt vxfs ioerror=mwdisable,delaylog,dev=40000004 0 0 1224602777
/dev/vg00/lvol8 /home vxfs ioerror=mwdisable,delaylog,dev=40000008 0 0 1224602777
/dev/vg02/data2_lv /data2 vxfs ioerror=mwdisable,delaylog,dev=40020001 0 0 1224602777
/dev/vg01/data1_lv /data1 vxfs ioerror=mwdisable,delaylog,dev=40010002 0 0 1224602778
-hosts /net autofs ignore,indirect,nosuid,soft,nobrowse,dev=1000002 0 0 1224602819
/dev/vgyzfs2/lv_vgyzfs2 /arch2 vxfs ioerror=mwdisable,delaylog,dev=400a0001 0 0 1224602860
/dev/vg00/lv_nbu /usr/openv vxfs ioerror=mwdisable,delaylog,dev=4000000b 0 0 1224660986
4. difference:

-hosts /net autofs ignore,indirect,nosuid,soft,nobrowse,dev=1000002 0 0 1224602819
5. why there is a differenet line;

7 REPLIES 7
Johnson Punniyalingam
Honored Contributor

Re: make_tape_recovery not work

Can please check your make_tape recovery command looks similar like below.?

/opt/ignite/bin/make_tape_recovery -AvI -x inc_entire=vg00 -a /dev/rmt/0mn

Thanks,
Johnson
Problems are common to all, but attitude makes the difference
Asif Sharif
Honored Contributor

Re: make_tape_recovery not work

Use the command,
make_tape_recovery -x inc_entire=vg00 /dev/rmt/0mn

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1011025

Regards,
Asif Sharif
Regards,
Asif Sharif
Andrew Rutter
Honored Contributor

Re: make_tape_recovery not work

hi,

what was the command you issued?

what did you want to include? in the backup?

difficult to know what you need to know when we dont know exactly what you did or want to achieve

Andy
Trng
Super Advisor

Re: make_tape_recovery not work

Hi,

post your command you executed ,let us try from there

regds
skr
administrator
huaxiang
Frequent Advisor

Re: make_tape_recovery not work

problem solved. question is in /etc/fstab ,there is a mistake:
'/dev/vgyzfs/lv_vgyzfs2 /arch2 vxfs delaylog 0 2'

/arch2 is not mounted automatically.
Asif Sharif
Honored Contributor

Re: make_tape_recovery not work

Thats good.

Please assign the points and close the thread.

Regards,
Asif Sharif
Regards,
Asif Sharif
huaxiang
Frequent Advisor

Re: make_tape_recovery not work

thank u