- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: My server is stopped work unexpectedly
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
08-10-2008 03:34 AM
08-10-2008 03:34 AM
My server is stopped work unexpectedly
and The problem had stopped the server back today on one server with the same problem.
Where I can’t pinging to my server from my pc and from the same server with using a cross cable
And the status of the network card it is UP and running.
I am solved this by reboot the server, and this Not the ideal solution
Note: I am using the top command and I am found the hpnpf process
This process has been consuming 100 % from all 8 CPU and I tried to kill the process
But it back again.
how to solve this problem and kill the hpnpf process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2008 04:35 AM
08-10-2008 04:35 AM
Re: My server is stopped work unexpectedly
Mine to.
What you do now is do some post mortem analysis.
Connect to the console and look at the GSP logs.
Take a look at /var/adm/syslog and see if the logs there provide any clue to the problem.
This process is apparently associated with the print spooler.
http://www.unix.com/sco/53261-ghost-process-cpu-consumption.html
http://unix.derkeiler.com/Newsgroups/comp.sys.hp.hpux/2003-07/0315.html
It seems associated with older versions of the OS, but of that I'm not certain.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2008 04:54 AM
08-10-2008 04:54 AM
Re: My server is stopped work unexpectedly
Sounds like you've got a runaway process with possibly an open file, for example.
Use glance to investigate and drill down for information on the process pid.
launch glance
Type "?" for a list of commands
open files by PID
wait states by PID
etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2008 11:22 AM
08-10-2008 11:22 AM
Re: My server is stopped work unexpectedly
If killing it just creates another, you may just try "renice -n 20", that way another isn't created and perhaps you can get some work done.
You might want to use "UNIX95=1 ps -Hfe" to see what the process tree that has hpnpf looks like. If init is respawning it, not much you can do except edit inittab(4).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2008 01:32 AM
08-19-2008 01:32 AM