Operating System - HP-UX
1753328 Members
5028 Online
108792 Solutions
New Discussion юеВ

Re: make_sys_image problem

 
SOLVED
Go to solution

make_sys_image problem

I have a problem on IUX B4.1.
Whenever I run make_net_recovery and then kill it before completion(Ctrl-C), I cannot restart it.It says "make_sys_image process is already running", but "ps -ef" shows no such.This happens on all servers.What process is causing this and how can I kill it properly?As far as I know only the pax patch is required or IUX.

Thanx
5 REPLIES 5
Paul Sperry
Honored Contributor

Re: make_sys_image problem

You may have to reboot.
Dario_1
Trusted Contributor

Re: make_sys_image problem

Hi!

You may have to re-boot to correct the problem.

Regards,

DR
Martin Johnson
Honored Contributor
Solution

Re: make_sys_image problem

There probably is a lock file created when make_net_recovery is running. Look in /opt/ignite and /var/opt/ignite for a lock file. It may have the name RUN or PID, or something like that. You will need to delete the lock file before running make_net_recovery again.

Check the documentation for more details.

HTH
Marty
V.Tamilvanan
Honored Contributor

Re: make_sys_image problem

Hi,
There may be some child process for make_sys_image or lock file.Try by using lsof to find the process id and kill it.

You can download from:
http://hpux.tn.tudelft.nl/hppd/hpux/Sysadmin/lsof-4.67/

-Tamil

Re: make_sys_image problem

Thanks everyone for your replies.

The answer was right in front of me!When ignite reports the error, it gives you the name of the file in /var/tmp/ign_configure,eg
make_sys_image_flagxxxx.
Deleting it solved my problem.

Thanks Martin for pointing me in the right direction.I was pulling my hair out..(10 points)

Joe