Operating System - HP-UX
1748065 Members
5503 Online
108758 Solutions
New Discussion юеВ

Core dump while executing archive_impact

 
suria
Occasional Contributor

Core dump while executing archive_impact

I have created an image of my system using make_sys_image. Now i'm trying to restore the image. For which i'm trying to create impact lines by executing the following command:

/opt/ignite/lbin/archive_impact -c -g (image was created using cpio,gzip was the compression method used).

This is giving me coredump by throwing the following error:

generate_sizes_for_cpio[61]: 18761 Memory fault(coredump)

Can anyone tell me what is the problem and solution for this?

Thanks in Advance,
Suriya
2 REPLIES 2
Al Miller_1
Valued Contributor

Re: Core dump while executing archive_impact

archive_impact is a shell script, so some command that it is calling is what is aborting.

In the past, there was a problem with cpio where it could coredump when run by archive_impact. You may want to check for patches to cpio and see if that fixes the problem.

suria
Occasional Contributor

Re: Core dump while executing archive_impact

Thanks Miller for your inputs.
Can you please tell me what is the patch required for it if you know?
I somwhere found that PHCO_22020 is required but i didn't get a valid depot of this patch.