I installed the agent to monitor 2 HP-UX stations detailled as below. While the first one was detected as present with the discovery tool and easily added, the second one is said not to have the agent installed.
– HP C3600 Station (HP-UX station1 B.11.00 U 9000/785 2013017616)
– HP C8000 Station (HP-UX station2 B.11.11 U 9000/785 2522084297)
I tried to reinstall the agent without success. The processes running are different when I compared the 2 stations but I don't have any clue to fix the problem.
Station1 :
[codebox]# ps -ef | grep uut
root 3372 1 0 5M-^LM-^N 7 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/disk_em
root 4397 1 0 15:48:55 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/dm_FCMS_adapter
root 3437 1 0 5M-^LM-^N 7 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/dm_core_hw
root 3854 1 0 5M-^LM-^N 7 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/lpmc_em
root 3596 1 0 5M-^LM-^N 7 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/dm_memory
root 3875 1 0 5M-^LM-^N 7 ? 0:01 /usr/sbin/stm/uut/bin/tools/monitor/sysstat_em
root 3682 1 0 5M-^LM-^N 7 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/dm_stape
root 29373 26987 0 17:52:32 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/dm_ups
root 26940 1 0 17:47:11 ? 0:04 /usr/sbin/stm/uut/bin/sys/diagmond
root 22196 19089 1 18:49:34 pts/3 0:00 grep uut
# ps -ef | grep uut | wc -l
10[/codebox]
Station2:
[codebox]# ps -ef | grep uut
root 2557 1 0 May 5 ? 0:05 /usr/sbin/stm/uut/bin/sys/diagmond
root 4067 1 0 May 5 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/sysstat_em
root 3572 1 0 May 5 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/disk_em
root 3712 1 0 May 5 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/dm_core_hw
root 3781 1 0 May 5 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/dm_memory
root 3992 1 0 May 5 ? 0:58 /usr/sbin/stm/uut/bin/tools/monitor/lpmc_em
root 3907 1 0 May 5 ? 0:00 /usr/sbin/stm/uut/bin/tools/monitor/fpl_em
root 3955 1 0 May 5 ? 2:22 /usr/sbin/stm/uut/bin/tools/monitor/ia64_corehw
root 27946 27620 0 18:49:42 pts/tv 0:00 grep uut
# ps -ef | grep uut | wc -l
9[/codebox]