Operating System - HP-UX
1834499 Members
2686 Online
110068 Solutions
New Discussion

How does process Ignite-ux running to stop?

 
Alissa_2
Occasional Contributor

How does process Ignite-ux running to stop?

Good day!
On the ignite-ux server runs a golden image creation. This is result in cpu utilization 97%.
Process has error "Unsuccessful run the UI", but anything continue to do.
How can I stop ignite-ux work on this server?
11 REPLIES 11
Safarali
Valued Contributor

Re: How does process Ignite-ux running to stop?

if you want to stop the process you can kill the process by login another terminal

Regards
safar
Alissa_2
Occasional Contributor

Re: How does process Ignite-ux running to stop?

What is the name of process which i must to kill?
Safarali
Valued Contributor

Re: How does process Ignite-ux running to stop?

ps -eaf | grep -i ignite

kill process id or you can do ctrl c it will also stop
please let me know the result

Regards
Safar
Alissa_2
Occasional Contributor

Re: How does process Ignite-ux running to stop?

There is no such process. What does it means?
Dennis Handly
Acclaimed Contributor

Re: How does process Ignite-ux running to stop?

>There is no such process. What does it means?

What is the process taking 97%?
Alissa_2
Occasional Contributor

Re: How does process Ignite-ux running to stop?

>>What is the process taking 97%?

How can I know this?
Sajjad Sahir
Honored Contributor

Re: How does process Ignite-ux running to stop?

Dear alissa

just use top command u can see which process is taking 97%

thanks and regards

sajjad
Sajjad Sahir
Honored Contributor

Re: How does process Ignite-ux running to stop?


Dear Alissa

If you do not know the PID of a process, you can learn it by is uing a process status command ps. If a process is running at a terminal that has becomeunresponsive or is displaying nothing but garbage, its PID can be learned by logging in at another ter- minal and typing "ps". This command sometimes takes quite a while to complete, but eventually it will give you the PID and associated terminal, or TTY, for all of your active processes.The TTY name is used to identify which processes are running at which terminal, incase you are logged-in more than once. The command, "who", can be helpful in determining on which TTY the doomed process is running.
once identified the process then u kill easily without any mercy

thanks and regards

sajjad

Sajjad Sahir
Honored Contributor

Re: How does process Ignite-ux running to stop?


Dear Alissa

man kill killing (actually, sending signals to) a process
man ps process status
in u case u can take easily an action
use
data1 # ps -exf | grep -i ignite
u will get pid from there

thanks and regards

sajjad
Sajjad Sahir
Honored Contributor

Re: How does process Ignite-ux running to stop?


Dear Alissa

once u got answer u have to give us points then only next time onwards u will get answers ASAP,otherwise peoples will be hesitate to answer u thread, take care, wihtout giving points nobodey will answer u thread, co-operate with team always.

thanks and regards

Sajjad Sahir
Dennis Handly
Acclaimed Contributor

Re: How does process Ignite-ux running to stop?

>Sajjad: once you got answer you have to give us points... otherwise peoples will be hesitate to answer your thread

You might want to take your own advice. You have 98 responses you need to assign points to: assigned points to 100 of 198
http://forums.itrc.hp.com/service/forums/pageList.do?userId=WW3681&listType=unassigned&forumId=1

You are going to have to reopen a bunch of your threads and assign points to EVERY reply.