HPUX 系统进程说明
更新时间:2023-11-16 11:06:01 阅读量: 教育文库 文档下载
- hpux系统推荐度:
- 相关推荐
常见的进程
swapper 管理用于换入和换出的内存 init 是系统中所有进程的父进程
vhand 扫描 Kernel 中的所有进程表,查找尚未使用过的数据页发现了任何 \非活动\页,vhand 就会将这些页移动到 swap 区statdaemon 确定空闲核心系统映像空间(kern_vm_pct)的百分比临界值时,就会显示一个警告信息 unhashdaemon 从页从缓存中删除
supsched the UP(uniprocessor) Streams scheduler strmem Streams/UX product 中的一部份,底层驱动 strweld Streams/UX product 中的一部份,底层驱动 strfreebd Streams/UX product 中的一部份,底层驱动 ttisr handles nfs/asyncio (asyncronous io),polls mux cards, andcalls for pty's and tty's lvmkd 监视进程队列
lvmschedd 阶段性重排 I/O 队列,避免出现死锁
smpsched Determines the number of streams schedu(smpsched) running on a MP system sblksched I/O 同步程序
getty 登陆 Unix 主机时处理 tty 的程序
nktl_daemon nettl(网络追踪和日志系统)的子程序,守护进程 ntl_reader nettl(网络追踪和日志系统)的子程序,读取信息 netfmt nettl(网络追踪和日志系统)的子程序,格式化输出 vxfsd 一个内核守护进程,用于建立长周期的内核线程 nfskd NFS Kernel thread daemon
rpcbind 允许rpc请求和rpc服务之间相互连接的程序 sendmail 著名的 Sendmail SMTP 守护进程 syslogd 系统日志服务器
hp_unixagt HP-UX 上的 SNMP Agent xntpd 网络时间服务器
cmclconfd 与 cluster 相关的应用进程,Configuration Daemoncmcld 与 cluster 相关的应用进程,Cluster Daemon
cmlogd 与 cluster 相关的应用进程,Cluster System Log Daemcmlvmd 与 cluster 相关的应用进程
cmsrvassistd 与 cluster 相关的应用进程,Service Assistant Dcmtaped 与 cluster 相关的应用进程 cmsnmpd 与 cluster 相关的应用进程 ptydaemon 接受 pty 请求的守护进程 nfsd NFS 守护进程
syncer periodically sync for file system integrity biod 完成在 NFS 中运行着多实例的客户端的性能优化 automount 自动挂载设备
The supsched process belongs to the Streams scheduler.
pwgrd Password and Group Hashing and Caching daemon the STREAMS subsystem, it is
psmctd Peripheral Status Monitor client/target inetd 超级守护进程
snmpdm Then SNMP Master Agent mib2agt the SNMP MIB-2 subAgent trapdestagt 设置 SNMP trap 的工具
rbootd 使用以前为 “DUX” 群集环境设计的引导 ROM 来为 7端提供无盘 NFS 群集支持 lcfd Tivoli 的一个进程 registrar 程序注册管理 lpmc_em CPU 监控 dtlogin CDE 登陆管理工具
AM60Srvr disk array server daemon fc60mon Disk Array FC60 Monitor envd 处理日志信息的守护进程 psmond 监控程序
SLSd_daemon X11图形系统发布中的一个守护进程 nsrexecd Legato 备份软件的守护进程 sysstat_em 系统状态监测 swagentd 软件仓库后台服务 cclogd chassis code logging daemon memlogd CSTM 硬件监视程序 diagmond CSTM 硬件监视程序 diaglogd CSTM 硬件监视程序 emsagent EMS 的客户端
dm_memory ServiceControl网络管理套件中的一个工具Monitoring System 用来监控硬件的进程 dm_core_hw EMS用来监控硬件的进程 dm_ep_engine EMS用来监控硬件的进程 dm_stape EMS用来监控硬件的进程 dm_TL_adapter EMS用来监控硬件的进程 dm_FCMS_adapter EMS用来监控硬件的进程 p_client EMS 客户端程序
rpc.ttdbserver CDE ToolTalk 文件名数据库服务器
rpc.statd rpc.statd是运行在多种UNIX操作系统下的操作NFS使用NSM(Network Status Monitor)协议,文件服务状态同步子进rpc.lockd NFS 中负责文件的加锁 rpc.mountd 负责 NFS 的档案系统 telnetd telnet 协议守护进程 crontab 定时任务 cron 定时任务 supsched strmem strweld
the memory handler for streams has todo with streams , but not sure what it does strfreebd same
statdaemon
unhashdaemon
ttisr
ioconfigd
lvmkd
lvmschedd
smpsched
story
statdaemon is the process which keeps track of processes ( virtual )
memory states , for example it keeps track of memory locks.
unhashdaemon has todo with the memory page cache , it removes
pages from the cache providing space for new pages. The
ttisr
daemon
handles
nfs/asyncio
(asyncronous
io),
polls mux cards, and handles ioctl calls for pty's and tty's.
ioconfigd probes the hardware for any changes. The
lvmkd's
are
daemon
processes that watch a queue assignend for lvm operations. When a job arrives in the queue an lvmkd launches the job as a process, which is now managed by the kernel and is subject to the normal priority
and
CPU
constraints as other processes.
It is the scheduler for the LVM processes , which LVM process to run next on the processor. A special \created to make periodic calls to reschedule LVM I/Os. This eliminates the potential deadlock.
smpsched is the streams Multi processor daemon, note that single processer systems don't have
smpsched
but
only supsched
daemon. Multi
processor systems have besides
sblksched
vxfsd
vxiod
ptydaemon
the supsched deamon at least 1 or more smpsched daemons. So again this daemon has todo with streams.
streams_blk_sync , it is the syncer
for streams io for example NFS
At 10.20, VxFS had several threads that ran in a 1 by 1 thread model. The threads are as follows: DAEMON ------
vx_attrsync_thread vx_delxwri_thread vx_iflush_thread
vx_ifree_thread
vx_inactive_cache_thread vx_inactive_thread vx_logflush_thread vx_sched_thread
With 11.0, the 1 by n thread model was implemented. So the daemon 'vxfsd' combines all the above listed threads into one process.
It is needed when you use Vxvm. The vxiod utility starts, stops, or reports on VERITAS Volume Manager (VxVM) I/O daemons. An I/O daemon provides a process context for performing I/O in VxVM. VERITAS Volume
Manager I/O daemons are not required for correct operation, but not having I/O daemons can adversely
affect
system
performance. If you don't use vxvm and you don't want to start it automatic touch the following file : /etc/vx/reconfig.d/state.d/install-db
ptydaemon allocates pty's to various processes, pty is the
nktl_daemon
nfskd
hp_unixagt
dmisp
pseudo terminal for example used by telnet
This daemon is needed for network traces and logging ( nettl uses it ). The following processes together with this one are needed for this logging :
root 527 1 0 Oct 14 ?
0:00 /usr/lbin/ntl_reader 0 1 1 1 1000
2
/var/adm/nettl
/var/adm/con
root 528 527 0 Oct 14 ? 2:23 /usr/sbin/netfmt -C -F -f /var/adm/nettl.LOG000 -c
/var/adm/con
The NFS Kernel thread daemon Is needed for SNMP Simple Network Management Protocol agent,
hp_unixagt
The other Snmp processes are : root 1119 1 0 Oct 14 ? 7:51
/usr/sbin/snmpdm
root 1138 1 0 Oct 14 ? 439:18 /usr/sbin/mib2agt
root 1146 1 0 Oct 14 ? 0:00 /usr/sbin/trapdestagt
root 1169 1 0 Oct 14 ? 0:00 /usr/sbin/fddi4subagt
This is part of the 11.11 standard Service Control manager DMI comes
with
SCR
(System
Configuration Repository) inside a larger bundle (SCM Service Control Manager) included with 11i automatically. If SCR or SCM is not being used, then DMI is
envd
scrdaemon
pwgrd
probably not needed. Check www.software.hp.com for SCR and SCM descriptions. This product can be used to assign specific tasks to operators so that they don't need su anymore to become root, also it can be used for assigning specific tasks which then can be deligated across different systems.
Other processes which belong to SCM are :
root 1213 1 0 Oct 14 ? 0:23 /var/dmi/bin/hpuxci
root 1226 1 0 Oct 14 ? 0:01 /var/dmi/bin/swci
The envd daemon provides a means for the system to respond to
environmental
conditions
detected by hardware. Such responses are typically designed
to maintain file system integrity and prevent data loss. The environmental conditions currently recognized by
envd
are
over-temperature and chassis fan
failure.
System Inventory daemon the scrdaemon is part of SCR+DMI product which in turn is part of a
larger bundle named Service Control Manager(SCM). you are not using SCM or SCR then it can be disabled. pwgrd
provides
accelerated
lookup of password and group information for libc routines like
getpwuid and getgrname. pwgrd implements per request type caches
and
hashtables as appropriate.
When
the
/opt/prm/bin/prm3d
/usr/sbin/stm/uut/bin/tools/monitor/dm_core_hw /usr/sbin/stm/uut/bin/sys/diagmond /etc/opt/resmon/lbin/emsagent
/opt/hpservices/contrib/emsListener/bin/rstlistener /etc/opt/resmon/lbin/p_client /etc/opt/resmon/lbin/registrar
/usr/sbin/stm/uut/bin/tools/monitor/dm_TL_adapter /usr/sbin/stm/uut/bin/tools/monitor/disk_em
/usr/sbin/stm/uut/bin/tools/monitor/dm_FCMS_adapter /usr/sbin/stm/uut/bin/tools/monitor/dm_memory /usr/sbin/stm/uut/bin/tools/monitor/dm_stape /usr/sbin/stm/uut/bin/tools/monitor/lpmc_em /usr/sbin/stm/uut/bin/tools/monitor/sysstat_em diaglogd
corresponding routine in libc is called, a request is issued to pwgrd via a Unix domain socket connection. pwgrd determines whether it can satisfy the request, returning the appropriate results to the requesting process.
What is /opt/prm/bin/prm3d ??? This process belongs to the process resource manager, in your config scripts you have the following
enabled :PRM_RMTCONF=1 , if you don't run PRM and you don't because other variables aren't set , then you don't need this process.
all
belong
to EMS.These processes
are
purely
for
monitoring and will give alarms when there are problems with the Hardware, however they are not needed for running HPUX, they are purely for indicating HW problems.
They are needed for STM which is memlogd
/sbin/krsd
opcacta opcctla -start opcle opcmsga opcmona opcmsgi opcuisrv
/sbin/sfd
cclogd
psmctd
yttest[/]#ps -ef
UID PID root 0 root 1 root 81 root 78 root 70 root 51 root 24 root 20 PPID C STIME TTY 0 0 Nov 17 ? 0 0 Nov 17 ? 0 0 Nov 17 ? 0 0 Nov 17 ? 0 0 Nov 17 ? 0 0 Nov 17 ? 0 0 Nov 17 ? 0 0 Nov 17 ? a part of EMS ( hardware monitoring )
They are needed for STM which is
a part of EMS ( hardware monitoring )
kernel registry services daemon. Writes kernel persistent data to files on disk , Normally, krsd is
executed in daemon mode by init(1M). The /etc/inittab entry for krsd will cause krsd to be respawned automatically if it is terminated.
OPCACTA = OPC action agent, ITO/OPC process
ITO/OPC processes needed for monitoring the system
sfd (special file daemon) is ONLY
used to manage the creation of device file for remote devices (like a SAN environment).
Chassis Log logging daemon.
This again is part of the EMS subsystem stm , purely needed for monitoring of the hardware. Peripheral Status Client/Target
daemon. Also part of STM , needed for HW monitoring TIME COMMAND 0:37 swapper 0:02 init
0:09 pagetableinit_daemon 0:01 lvmdevd
0:00 lvmp_wk_th_d 0:00 lvmschedd 0:00 net_str_cached 0:00 net_str_cached
root 16 0 0 Nov 17 ? 0:00 net_str_cached root 15 0 0 Nov 17 ? 0:00 net_str_cached root 5 0 0 Nov 17 ? 0:00 signald
root 6 0 0 Nov 17 ? 0:00 kmemdaemon root 44 0 0 Nov 17 ? 0:02 kevm
root 39 0 0 Nov 17 ? 0:00 net_str_cached root 32 0 0 Nov 17 ? 0:00 net_str_cached root 25 0 0 Nov 17 ? 0:00 net_str_cached root 21 0 0 Nov 17 ? 0:00 net_str_cached root 17 root 12 root 10 root 9 root 7 root 57 root 56 root 45 root 40 root 33 root 26 root 22 root 18 root 13 root 8 root 133 root 126 root 114 root 103 root 85 root 68 root 49 root 37 root 30 root 11 root 65 root 58 root 46 root 41 root 34 root 27 root 23 root 19 root 14 root 28 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 ? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:01 escsid ? 0:00 ttisr
? 0:00 ioconfigd ? 0:00 nfs_async_io ? 0:00 krpckd ? 0:00 lvmkd
? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:00 net_str_cached ? 2:43 ksyncer_daemon ? 0:00 kend ? 0:00 smpsched ? 0:00 smpsched ? 0:00 smpsched
? 0:13 progressdaemon ? 0:00 lvmp_kd ? 0:00 lvmkd
? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:00 usbhubd ? 0:00 lvmp_kd ? 0:00 nfs_failover ? 0:00 lvmkd
? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:00 net_str_cached
root 124 0 0 Nov 17 ? 0:00 smpsched root 119 0 0 Nov 17 ? 0:00 smpsched root 112 0 0 Nov 17 ? 0:00 smpsched root 83 0 0 Nov 17 ? 0:00 awd root 66 0 0 Nov 17 ? 0:00 lvmp_kd root 59 0 0 Nov 17 ? 0:00 nfs4clntkd root 47 0 0 Nov 17 ? 0:00 lvmkd
root 42 0 0 Nov 17 ? 0:00 net_str_cached root 35 0 0 Nov 17 ? 0:00 net_str_cached root 29 root 120 root 107 root 102 root 84 root 67 root 60 root 48 root 43 root 36 root 31 root 127 root 110 root 109 root 108 root 104 root 86 root 69 root 50 root 38 root 52 root 79 root 76 root 73 root 71 root 63 root 61 root 55 root 54 root 53 root 62 root 117 root 113 root 100 root 89 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 0 0 Nov 17 ? 0:00 net_str_cached ? 0:00 smpsched ? 0:00 smpsched ? 0:00 smpsched ? 0:00 awd ? 0:00 lvmp_kd
? 0:00 nfs4_async_io ? 0:00 lvmkd
? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:00 net_str_cached ? 0:00 smpsched ? 0:00 smpsched ? 0:00 smpsched ? 0:00 smpsched ? 0:00 smpsched ? 0:00 dcda_daemon ? 0:00 lvmp_schedd ? 0:00 lvmkd
? 0:00 net_str_cached ? 0:00 usbmsd ? 0:00 lvmattachd ? 0:00 strfreebd ? 0:00 smpsched ? 0:00 afinet_strout ? 0:00 lvmp_kd ? 0:01 autofskd ? 0:00 nfs_reclaim
? 0:00 sendfile_vn_rele_daemon ? 0:00 side_daemon ? 0:00 cachefskd ? 0:00 smpsched ? 0:00 smpsched ? 0:00 sblksched ? 0:00 evacd
root 3 0 0 Nov 17 ? 2:29 statdaemon root 77 0 0 Nov 17 ? 0:00 OlstarMdep root 74 0 0 Nov 17 ? 0:00 strmem
root 72 0 0 Nov 17 ? 0:00 inet_areset_daemon root 64 0 0 Nov 17 ? 0:00 lvmp_kd root 75 0 0 Nov 17 ? 0:00 strweld
root 1581 1 0 Nov 17 ? 1:12 /usr/sbin/automountd root 2642 1 0 Nov 17 ? 0:02 /usr/lbin/icapd root 130 0 0 Nov 17 ? 0:00 smpsched root 123 0 0 Nov 17 ? root 118 0 0 Nov 17 ? root 106 0 0 Nov 17 ? root 101 0 0 Nov 17 ? root 4 0 0 Nov 17 ? root 80 0 0 Nov 17 ? root 134 0 0 Nov 17 ? root 128 0 0 Nov 17 ? root 122 0 0 Nov 17 ? root 116 0 0 Nov 17 ? root 105 0 0 Nov 17 ? root 99 0 0 Nov 17 ? root 88 0 0 Nov 17 ? root 2 0 0 Nov 17 ? root 82 0 0 Nov 17 ? root 87 0 0 Nov 17 ? root 623 1 0 Nov 17 ? root 1319 1318 0 Nov 17 ? /var/adm/nettl.LOG000 -c /var/adm/conslog.opts
root 584 1 0 Nov 17 ? root 1275 1 0 Nov 17 ? root 115 0 0 Nov 17 ? root 111 0 0 Nov 17 ? root 98 0 0 Nov 17 ? root 97 0 0 Nov 17 ? root 96 0 0 Nov 17 ? root 121 0 0 Nov 17 ? root 2091 2077 0 Nov 17 ? HPUXStorageIndicationProviderModule
root 2089 2077 0 Nov 17 ? HPUXIOTreeIndicationProviderModule
root 2163 1 0 Nov 17 ? cimsrvr 2078 2077 0 Nov 17 ? root 1491 1 0 Nov 17 ? root 1308 1 0 Nov 17 ? 0:00 smpsched 0:00 smpsched 0:00 smpsched 0:00 smpsched
0:06 unhashdaemon 0:00 swapdaemon 0:00 nfslogkd 0:00 smpsched 0:00 smpsched 0:00 smpsched 0:00 smpsched 0:00 sblksched 0:30 fb_daemon 0:14 vhand
0:00 shutdowndaemon 0:00 fcachedaemon 0:31 /usr/sbin/evmd
0:23 /usr/sbin/netfmt -C -F -f 0:12 /usr/sbin/utmpd 0:01 /usr/sbin/syslogd -D 0:00 smpsched 0:00 smpsched 18:54 pm_schedcpu 0:00 eventdaemon 48:33 vxfsd 0:00 smpsched
0:36 /opt/wbem/lbin/cimprovagt 0 4 9 root 7:11 /opt/wbem/lbin/cimprovagt 0 4 9 root 0:19 /usr/sbin/pwgrd
2:13 cimservermain --executor-socket 4 0:00 /usr/sbin/rpcbind
0:00 /usr/lbin/nktl_daemon 0 0 0 0 0 1 -2
root 1569 1 0 Nov 17 ? 0:00 /usr/sbin/rpc.lockd root 135 0 0 Nov 17 ? 0:00 nfs4srvkd root 129 0 0 Nov 17 ? 0:00 smpsched root 125 0 0 Nov 17 ? 0:00 smpsched
hpsmdb 4397 2286 0 Nov 17 ? 0:37 postgres: mxadmin insight_v1_0 127.0.0.1 idle
root 132 0 0 Nov 17 ? 0:00 str_mblk_flush_daemon root 131 0 0 Nov 17 ? 0:00 smpsched
root 239 1 0 Nov 17 ? 0:00 /sbin/fs/fsdaemon -f 0 root 136 0 0 Nov 17 ? 26:00 pagezerod
root 1973 1 0 Nov 17 ? 0:04 /opt/dce/sbin/rpcd root 1923 1 0 Nov 17 ? 2:16 /usr/sbin/mib2agt daemon 1563 1 0 Nov 17 ? 0:00 /usr/sbin/rpc.statd root 1907 1 0 Nov 17 ? 0:00 /usr/sbin/hp_unixagt root 1280 1 0 Nov 17 ? 0:00 /usr/sbin/ptydaemon
root 1318 1 0 Nov 17 ? 0:00 /usr/lbin/ntl_reader 0 1 1 1 1000 2 /var/adm/nettl /var/adm/conslog.opts
sfmdb 22301 22300 0 Nov 18 ? 0:00 postgres: stats collector process root 580 1 0 Nov 17 ? 0:01 /usr/sbin/syncer
root 643 623 0 Nov 17 ? 0:00 /usr/sbin/evmchmgr -l /var/evm/adm/logfiles/evmchmgr.log
root 175 0 0 Nov 17 ? 0:00 rng
root 642 623 0 Nov 17 ? 4:33 /usr/sbin/evmlogger -o /var/run/evmlogger.info -l /var/evm/adm/logfiles/evmlogger.log
root 1897 1590 0 Nov 17 ? 9:20 cmclconfd -p root 1915 1 0 Nov 17 ? 3:09 /usr/sbin/ipv6agt
sfmdb 22297 1 0 Nov 18 ? 0:05 /opt/sfmdb/pgsql/bin/postmaster -i -D /var/opt/sfmdb/pgsql
root 1890 1 0 Nov 17 ? 3:31 /usr/lbin/cmproxyd root 1481 1 0 Nov 17 ? 0:03 /opt/ssh/sbin/sshd root 1895 1 0 Nov 17 ? 0:05 /usr/sbin/snmpdm
root 1294 1 0 Nov 17 ? 0:00 /usr/sbin/hotplugd /var/adm/hotplugd.log trunc
root 1590 1 0 Nov 17 ? 0:44 /usr/sbin/inetd -l
root 2794 1590 0 Nov 17 ? 0:00 /etc/opt/resmon/lbin/registrar
root 2929 1 0 Nov 17 ? 1:48 /usr/sbin/stm/uut/bin/tools/monitor/dm_core_hw
root 1933 1 0 Nov 17 ? 0:00 /usr/sbin/trapdestagt root 2227 1 0 Nov 17 ? 0:00 /usr/sbin/envd
root 2092 2077 0 Nov 17 ? 0:00 /opt/wbem/lbin/cimprovagt 0 4 9 root SGProvidersModule
root 2090 2077 0 Nov 17 ? 0:00 /opt/wbem/lbin/cimprovagt 0 4 9 root HPUXLANIndicationProviderModule
root 2088 2077 0 Nov 17 ? 0:14 /opt/wbem/lbin/cimprovagt 0 4 9 root
HPUXFCIndicationProviderModule
root 2081 2077 0 Nov 17 ? 0:54 /opt/wbem/lbin/cimprovagt 0 4 9 root SFMProviderModule
root 2439 1 0 Nov 17 ? 0:00 /opt/hpsmh/lbin/smhstartd root 2144 1 0 Nov 17 ? 0:18 /usr/sbin/xntpd
hpsmdb 2286 1 0 Nov 17 ? 0:30 /opt/hpsmdb/pgsql/bin/postmaster -i -D /var/opt/hpsmdb/pgsql
root 1939 1 0 Nov 17 ? 3:16 /usr/lbin/cmsnmpd root 2409 1 0 Nov 17 ? 1:24 /opt/perf/bin/perfalarm
hpsmdb 2320 2319 0 Nov 17 ? 0:08 postgres: stats collector process root 2447 1 0 Nov 17 ? 25:13 /opt/gwlm/bin/gwlmcmsd
hpsmdb 2319 2286 0 Nov 17 ? 0:00 postgres: stats buffer process root 2135 1 0 Nov 17 ? 3:28 /opt/sgproviders/bin/cmwbemd root 2174 1 0 Nov 17 ? 0:02 /usr/sbin/cron
root 2080 2077 0 Nov 17 ? 0:04 /opt/wbem/lbin/cimprovagt 0 4 9 root HPUXRAIDSAIndicationProviderModule
root 2079 2077 0 Nov 17 ? 0:01 /opt/wbem/lbin/cimprovagt 0 4 9 root EMSHAProviderModule
root 2077 1 0 Nov 17 ? 0:25 /opt/wbem/lbin/cimserver root 2643 1 0 Nov 17 ? 51:12 /usr/lbin/utild
root 29456 2077 0 Nov 18 ? 1:07 /opt/wbem/lbin/cimprovagt 0 4 8 root HPUXStorageProviderModule
root 3997 3802 0 Nov 19 ? 1:45 psmctd
hpsmdb 4398 2286 0 Nov 17 ? 0:36 postgres: mxadmin insight_v1_0 127.0.0.1 idle
root 3802 1 0 Nov 19 ? 0:13 /usr/sbin/stm/uut/bin/sys/diagmond root 2419 1 0 Nov 17 ? 0:09 /usr/sbin/swagentd -r root 2601 2578 0 Nov 17 ? 0:00 /usr/dt/bin/dtlogin
root 2578 1 0 Nov 17 ? 0:00 /sbin/sh /usr/dt/bin/dtrc
root 2468 1 0 Nov 17 ? 0:00 /etc/opt/resmon/lbin/emsagent root 2562 1 0 Nov 17 ? 0:00 /opt/OV/lbin/xpl/trc/ovtrcd root 2387 1 0 Nov 17 ? 23:46 /opt/perf/bin/midaemon root 2369 1 0 Nov 17 ? 6:17 /opt/perf/bin/scopeux root 2363 1 0 Nov 17 ? 0:00 /opt/perf/bin/ttd root 2418 1 0 Nov 17 ? 0:48 /opt/OV/bin/ovcd
root 2449 2418 0 Nov 17 ? 0:14 /opt/OV/lbin/perf/coda
root 2433 2418 0 Nov 17 ? 0:00 /opt/OV/bin/ovbbccb -nodaemon root 4004 1590 0 Nov 19 ? 0:00 /etc/opt/resmon/lbin/registrar
root 3226 1 0 Nov 17 ? 0:11 /usr/sbin/stm/uut/bin/tools/monitor/ia64_corehw
root 2662 1 0 Nov 17 ? 0:36 /usr/lbin/kcmond
root 2648 1 0 Nov 17 ? 83:41 /opt/mx/lbin/mxdomainmgr root 2641 1 1 Nov 17 ? 0:23 /etc/opt/resmon/lbin/p_client root 2637 1 0 Nov 17 ? 0:11 /opt/wbem/lbin/cimserverd
root 2635 1 0 Nov 17 ? 0:00 /sbin/sfd
hpsmdb 3721 2286 0 Nov 17 ? 1:09 postgres: mxadmin insight_v1_0 127.0.0.1 idle
root 2787 1 0 Nov 17 ? 3:00 psmctd root 2786 1 0 Nov 17 ? 0:13 memlogd root 2785 1 0 Nov 17 ? 0:04 diaglogd
root 2647 1 0 Nov 17 ? 19:48 /opt/mx/lbin/mxdtf root 2784 1 0 Nov 17 ? 2:24 cclogd
root 2636 1 0 Nov 17 ? 0:00 /usr/sbin/esmd root 2634 1 0 Nov 17 ? 0:00 /sbin/krsd -i
hpsmdb 3722 2286 0 Nov 17 ? 0:40 postgres: mxadmin insight_v1_0 127.0.0.1 idle
root 3146 1 0 Nov 17 ? 0:08 /usr/sbin/stm/uut/bin/tools/monitor/dm_ses_enclosure
root 3017 1 0 Nov 17 ? 12:21 /usr/sbin/stm/uut/bin/tools/monitor/lpmc_em
hpsmdb 4399 2286 0 Nov 17 ? 0:41 postgres: mxadmin insight_v1_0 127.0.0.1 idle
root 3287 1 0 Nov 17 ? 0:02 /usr/sbin/stm/uut/bin/tools/monitor/sysstat_em
root 2996 1 0 Nov 17 ? 1:10 /usr/sbin/stm/uut/bin/tools/monitor/dm_memory
root 2899 1 2 Nov 17 ? 2:13 /usr/sbin/stm/uut/bin/tools/monitor/dm_chassis
root 2823 1 0 Nov 17 ? 0:48 /usr/sbin/stm/uut/bin/tools/monitor/dm_TL_adapter
root 2820 1 0 Nov 17 ? 2:58 /usr/sbin/stm/uut/bin/tools/monitor/disk_em
root 3170 1 0 Nov 17 ? 0:01 /usr/sbin/stm/uut/bin/tools/monitor/fpl_em
root 23187 23117 3 09:54:10 pts/ta 0:00 ps -ef root 23116 1590 0 09:50:52 pts/ta 0:00 telnetd
sfmdb 22300 22297 0 Nov 18 ? 0:00 postgres: stats buffer process root 23117 23116 0 09:50:52 pts/ta 0:00 -sh
root 23880 1 0 Nov 18 console 0:00 login exit root 3996 3802 0 Nov 19 ? 0:07 memlogd root 3994 3802 0 Nov 19 ? 1:20 cclogd
root 23176 1 0 09:53:23 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/dm_ql_adapter
root 7083 1 0 Nov 19 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/msamon
root 1019 2077 0 Nov 19 ? 0:01 /opt/wbem/lbin/cimprovagt 0 4 8 root HP_NParProviderModule
正在阅读:
HPUX 系统进程说明11-16
奔跑的马小学生一年级作文06-14
【完整版】2019-2025年中国工业喷墨打印设备行业红海市场战略制定与实施研究报告05-01
实验针灸练习册 - 图文11-28
中学语文教师的解读教学12-26
新北洋2012年报(电子设备财务预算)山东新北洋信息技术股份有限公司财务管理_九舍会智库04-30
我们班的热心肠作文500字07-03
人教版小学古诗大全(按照朝代、作者分类)09-07
- exercise2
- 铅锌矿详查地质设计 - 图文
- 厨余垃圾、餐厨垃圾堆肥系统设计方案
- 陈明珠开题报告
- 化工原理精选例题
- 政府形象宣传册营销案例
- 小学一至三年级语文阅读专项练习题
- 2014.民诉 期末考试 复习题
- 巅峰智业 - 做好顶层设计对建设城市的重要意义
- (三起)冀教版三年级英语上册Unit4 Lesson24练习题及答案
- 2017年实心轮胎现状及发展趋势分析(目录)
- 基于GIS的农用地定级技术研究定稿
- 2017-2022年中国医疗保健市场调查与市场前景预测报告(目录) - 图文
- 作业
- OFDM技术仿真(MATLAB代码) - 图文
- Android工程师笔试题及答案
- 生命密码联合密码
- 空间地上权若干法律问题探究
- 江苏学业水平测试《机械基础》模拟试题
- 选课走班实施方案
- 进程
- 说明
- 系统
- HPUX
- 合同法
- 北京市鲜活农产品配送体系调研报告
- 2018 超星尔雅《生命科学与人类文明》 张铭
- 新视野视听说第二版第三册unit 3电子版
- 腾飞中的大同体育事业
- 甘肃省高校体育专业跳跃类运动员膝关节损伤及康复研究
- 六年级劳动技术教案
- 新北师大版三年级下册数学单元检测题(全册)
- 2013甘肃省建筑与装饰工程预算定额计算规则
- 澳门奥运35连体整版钞收藏价值巨大
- 离子交换树脂的变质
- 《统计学》试题C
- 智能涂胶机器人系统研发与应用示范
- 食品安全示范店申报表- 副本
- 山东大学网络教育2008秋《管理信息系统》考试题加答案
- 浅谈消防部队基层中队的管理现状
- 2019年锂电池材料现状及发展趋势分析 目录
- 我的梦、企业梦
- 美国海军驱逐舰列表
- 图书馆落实三重一大制度的暂行办法