Operating System - HP-UX
1836636 Members
1686 Online
110102 Solutions
New Discussion

Re: make_teape_recovery fails due to swap partition

 
Sagar Sirdesai
Trusted Contributor

make_teape_recovery fails due to swap partition

Hi All
I am takinga tape ignite of root disk using the below command
/opt/ignite/bin/make_tape_recovery -A -a /dev/rmt/c3t3d0BESTn

But this commands fails with the below error

* Creating local directories for configuration files and archive.

======= 06/15/06 10:52:45 IST Started /opt/ignite/bin/make_tape_recovery.
(Thu Jun 15 10:52:45 IST 2006)
@(#) Ignite-UX Revision C.6.1.44
@(#) net_recovery (opt) $Revision: 10.672 $

* Testing for necessary pax patch.
* Passed pax tests.
* Checking Versions of Ignite-UX filesets
* Creating System Configuration.
* /opt/ignite/bin/save_config -f
/var/opt/ignite/recovery/2006-06-15,10:52/system_cfg vgroot
save_config: Error - cannot determine lv "/dev/vgroot/lvol2" usage via fstyp
ERROR: /opt/ignite/bin/save_config failed

======= 06/15/06 10:52:53 IST make_tape_recovery completed unsuccessfully


Also I checked /dev/vgroot/lvol2 is swap volume .
Please assist

Regards

Sagar
10 REPLIES 10
Steven E. Protter
Exalted Contributor

Re: make_teape_recovery fails due to swap partition

Shalom Sagar,

Is the swap partition working?

swapinfo -tam

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ludovic Derlyn
Esteemed Contributor

Re: make_teape_recovery fails due to swap partition

hi,

I have this problem on server itanium 11iV2
I have created a call, and solution is presence of a structur of filesystem on lvol swap !
if you execute fstyp or other you have a core

For resolve this problem, execute :

dd if=/dev/zero of=/dev/vg00/rlvol2 bs=8192 count=10

Regards

L-DERLYN
Albert_31
Trusted Contributor

Re: make_teape_recovery fails due to swap partition

hello sagar,

what are the entries in the /etc/fstab file for the /dev/vgroot/lvol2 ..and make sure that the entry is made in the file if required.

if it does not help then try the -x exclude option ..

regards
Ludovic Derlyn
Esteemed Contributor

Re: make_teape_recovery fails due to swap partition

hi again,

For analyse, Hp will be executed

# tusc -a -e -f -v -o /tmp/fstyp.out fstyp /dev/vg00/rlvol2

regards

L-DERLYN
Robert-Jan Goossens_1
Honored Contributor

Re: make_teape_recovery fails due to swap partition

Hi Sagar,

Title: ERROR: /opt/ignite/bin/save_config failed
Document ID: KBRC00017822
Last Modified Date: 5/30/06

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000083049354

advice is to upgrade to the latest Ignite version ( > C.6.6 ).

Best regards,
Robert-Jan
Sagar Sirdesai
Trusted Contributor

Re: make_teape_recovery fails due to swap partition

Hi All
Thanks for the prompt answer
Steven : Below is my swapinfo -tam output
which show /dev/vgroot/lvol2 is not used.

Does this means my swap device has a problem .?


L-DERLYN : Do you mean to I need to execute teh command
dd if=/dev/null of=/dev/vgroot/rvol2

Thanks again
Michael Steele_2
Honored Contributor

Re: make_teape_recovery fails due to swap partition

Doesn't sound like it ever got configured. What does

lvlnboot -v show?

Support Fatherhood - Stop Family Law
Sagar Sirdesai
Trusted Contributor

Re: make_teape_recovery fails due to swap partition

Hi Michael .
lvlnboot -v output id as below.

It does show swap
Boot Definitions for Volume .So it means it is defined

Group /dev/vgroot:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t0d0 (0/1/1/0.0.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c2t0d0
Root: lvol3 on: /dev/dsk/c2t0d0
Swap: lvol2 on: /dev/dsk/c2t0d0
Dump: lvol2 on: /dev/dsk/c2t0d0, 0

Thank you

Sagar
Ludovic Derlyn
Esteemed Contributor

Re: make_teape_recovery fails due to swap partition

hi,

execute this command only is fstyp /dev/vg00/lvol2 create a core

for me, i have this problem onserver itanioum, i have coorected this problem by this command , and i have a new problem on a server a few time.
On this server, i have tried and completed some save ignite , before have again this problem...

Very strange, I have received my server installed in manufactury, and i think that it's a problem with ignite installation ?

regards

L-DERLYN
Sagar Sirdesai
Trusted Contributor

Re: make_teape_recovery fails due to swap partition

Hi All

As suggest by Robert I upgrade my ignite to
C.6.7.79 . And the problem is resolved .

Thanks to all for your suggestion

Regards

Sagar Sirdesai