Operating System - HP-UX
1829446 Members
1210 Online
109992 Solutions
New Discussion

Re: Problem with vxrestore

 

Problem with vxrestore

I'm facing to a problem running vxrestore on a hp-ux 11.00.

The error is:

vxrestore > extract
Extract requested files
vxfs vxrestore: You have not read any tapes yet.
Unless you know which volume your file(s) are on you should start
with the last volume and work towards the first.
Specify next volume #: 1
extract file
./mnta4/ecrs2/files/consolidado1/recuperacao/Normal80/ARO.LR.1/200403/ARO.LR
.1#20040316#bmpa#ARO01#Normal80.gz
Pid 5649 received a SIGSEGV for stack growth failure.
Possible causes: insufficient memory or swap space,
or stack size exceeded maxssiz.
vxfs vxrestore: write error extracting inode 15479, name
./mnta4/ecrs2/files/consolidado1/recuperacao/Normal80/ARO.LR.1/200403/ARO.LR
.1#20040316#bmpa#ARO01#Normal80.gz
write: Bad address

Memory & swap usage is absolutely under control.
The kernel parameters are:
maxssiz 209715200
maxssiz_64bit 1073741824
maxdsiz 2097152000
maxdsiz_64bit 4294967296

Has anybody seen this problem ?

Batista
4 REPLIES 4
Geoff Wild
Honored Contributor

Re: Problem with vxrestore

How are you running vxrestore?

Try with the -i option...

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.

Re: Problem with vxrestore

Hi Geoff,

I'm running vxrestore with -i option.


Regards,

Batista
Geoff Wild
Honored Contributor

Re: Problem with vxrestore

A couple of things to check - how much ram on the system and what is max_dbc_pct kernel parameter set to?

Also, what is output of
swapinfo -tam

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.

Re: Problem with vxrestore

Hello,

dbc_max_pct 10

# swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1024 0 1024 0% 0 - 1 /dev/vg00/lvol2
dev 34720 0 34720 0% 0 - 0 /dev/vg00/lvol9
reserve - 12477 -12477
memory 26693 5370 21323 20%
total 62437 17847 44590 29% - 0 -

Regards

Batista