- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Where and how is this script started
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 07:16 PM
02-14-2007 07:16 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 07:24 PM
02-14-2007 07:24 PM
SolutionCheck out this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1085635
Cheers
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 07:25 PM
02-14-2007 07:25 PM
Re: Where and how is this script started
# /sbin/init.d/hpservices stop
# /sbin/init.d/hpservices start
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 07:25 PM
02-14-2007 07:25 PM
Re: Where and how is this script started
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 07:30 PM
02-14-2007 07:30 PM
Re: Where and how is this script started
and installation and configuration guide - ftp://ftp.hp.com/pub/services/hardware/info/isee_client.pdf
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 07:35 PM
02-14-2007 07:35 PM
Re: Where and how is this script started
you can also try:
grep -i hpservices /sbin/rc*.d/*
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 07:42 PM
02-14-2007 07:42 PM
Re: Where and how is this script started
To everyone else thanks.
David