1825789 Members
2145 Online
109687 Solutions
New Discussion

make sys image

 
SOLVED
Go to solution
navin
Super Advisor

make sys image

Hello ,
I was taking System Recovery image and because of some interruption the process did not complete..Now i need to do this again but i'm getting teh error as there is some other make sys image process is running and check for PID..in make_sys_image_flag21200 ,but i do not see any process that has PID 21200 .
How can i find the process to clean it up inoreder to do the system recovery tape again.
Please help
Learning ...
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: make sys image

Shalom,

There is a lock file, which has the name of the pid in it in certain ignite versions.

Quick fix:

find /var -name *21200*

Then delete the file.

The lock file should also be in the ignite log, which is a better way to find it.

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
Robert-Jan Goossens
Honored Contributor

Re: make sys image

Hi,

# ls -la /var/tmp/ign_configure/make_sys_image_flag21200

# rm /var/tmp/ign_configure/make_sys_image_flag21200

Regards,
Robert-Jan