Sponsored Content
Full Discussion: Svhptdaemon
Operating Systems HP-UX Svhptdaemon Post 302988940 by bbbngowc on Thursday 5th of January 2017 11:02:13 AM
Old 01-05-2017
Svhptdaemon

Hello all and happy new year.

I have an HP-UX system running HP-UX B.11.31 U ia64 1161301486 and it has a weird process called "svhptdaemon" that's using 100% of the CPU. Anyon knows what this process is? I've tried googling the answer but even Google doesn't know Smilie

Code:
CPU TTY    PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND
 1   ?      28 root     152 20    72K    64K run   23992:09 100.40 100.23 svhptdaemon

Any help would be very much appreciated.
 
KILL(2) 							System Calls Manual							   KILL(2)

NAME
kill - send signal to a process SYNOPSIS
kill(pid, sig); DESCRIPTION
Kill sends the signal sig to the process specified by the process number in r0. See signal(2) for a list of signals. The sending and receiving processes must have the same effective user ID, otherwise this call is restricted to the super-user. If the process number is 0, the signal is sent to all other processes in the sender's process group; see tty(4). If the process number is -1, and the user is the super-user, the signal is broadcast universally except to processes 0 and 1, the scheduler and initialization processes, see init(8). Processes may send signals to themselves. SEE ALSO
signal(2), kill(1) DIAGNOSTICS
Zero is returned if the process is killed; -1 is returned if the process does not have the same effective user ID and the user is not super-user, or if the process does not exist. ASSEMBLER
(kill = 37.) (process number in r0) sys kill; sig KILL(2)
All times are GMT -4. The time now is 06:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy