Operating System - HP-UX
1833815 Members
2533 Online
110063 Solutions
New Discussion

Re: Where and how is this script started

 
SOLVED
Go to solution
DavidJ
Regular Advisor

Where and how is this script started

G'day Wise men,

A grep for java in the process lists displays,
root 2859 1 0 Nov 21 ? 305:03 /opt/hpservices/jre/bin/../bin/PA_RISC/native_threads/java -DRu

I have searched and cannot find where this script is started from. Can anyone please advise me, what start this process and how to restart it. I tried running it manually and it just core dumps. ;-(

btw one of my sysadmins killed the wrong process and took this out out...............

Thanks

David
Everyday I beat my own previous record for number of consecutive days I've stayed alive.
6 REPLIES 6
Wouter Jagers
Honored Contributor
Solution

Re: Where and how is this script started

Hiya,

Check out this thread:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1085635

Cheers
Wout
an engineer's aim in a discussion is not to persuade, but to clarify.
Robert-Jan Goossens_1
Honored Contributor

Re: Where and how is this script started

Hi David,

# /sbin/init.d/hpservices stop

# /sbin/init.d/hpservices start

Regards,
Robert-Jan
Peter Godron
Honored Contributor

Re: Where and how is this script started

David,
this is the java environment process, which would be started ,for example, for ServiceGuard.
Oracle10g also runs a java environment process.

Try to find the process run within java:
ps -ef | grep 2859
which should give you a clue.
Ivan Krastev
Honored Contributor

Re: Where and how is this script started

This services are part of Instant Support Enterprise Edition - see http://h20219.www2.hp.com/services/cache/10709-0-0-225-121.aspx

and installation and configuration guide - ftp://ftp.hp.com/pub/services/hardware/info/isee_client.pdf


regards,
ivan
Yogeeraj_1
Honored Contributor

Re: Where and how is this script started

hi,

you can also try:

grep -i hpservices /sbin/rc*.d/*


kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
DavidJ
Regular Advisor

Re: Where and how is this script started

Thanks Wout, you hit the nail on the head, this is started by runner.

To everyone else thanks.

David
Everyday I beat my own previous record for number of consecutive days I've stayed alive.