Patch Name: PHSS_25794 Patch Description: s700_800 10.20 OV ITO5.3X SOLARIS Agent Patch A.05.39 Creation Date: 01/11/29 Post Date: 01/12/05 Hardware Platforms - OS Releases: s700: 10.20 s800: 10.20 Products: OpenView IT/Operations 5.3 Filesets: OVOPC-CLT.OVOPC-SOL-CLT,A.05.30 Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_25794 Symptoms: PHSS_25794: - SR:H555006671 Installing of A.05.38 patch replaces the preconfigured template "Syslog (Solaris)" and removes the "Kernel Logs (Solaris)" template, because new template configuration is uploaded automatically. PHSS_25396: - SR: H555003664 option "-" of dmesg is not supported any more - SR: 8606180891 - The template default for the service name is not used. - SR: 8606181988 the event interceptor doesn't forward on "forward unmatched" if a "suppress unmatched" condition is used in a second template - SR: 8606182275 need a possibility to disable the sending of an icmp packet before communicating with ITO 5.3 manager. - SR: B555008838 Event correlation engine creates "Time cannot go backwards" error if the system is very busy. - SR: B555009155 The event correlation process opceca (agent) / opcecm (server) might crash after processing several annotation nodes - SR: B555009745 The template default of the object field of a monitor template is not used. - SR: B555010341 Agent sometimes does not start automatically after reboot while manual start works fine. - SR: B555010620 Some messages are missing in the Japanese message catalog. You get a Cannot generate message error. - SR: B555010948 Nested alternatives were not handled correctly in the pattern matching algorithm, e.g. the pattern '[a|b]c|d' was handled like '[a|b|d]c'. - SR: B555010980 Traps without a SNMP variable are not matched because server patch adds an extra attribute to the template. - SR: B555011505 1. opcecm/opceca might run in a dead lock while processing lots of ECS annotate nodes 2. opcecm/opceca might leak memory when ECS annotate nodes are used - SR: B555011594 The original message text of a logfile encapsulator message is wrong if <$LOGPATH> or <$LOGFILE> is used. - SR: B555011990 ECS event log (ecevilg) has invalid time difference to the next message which can cause the ECS simulator to hang or appear to hang when loading an event log file with such values. PHSS_22966: - Problems with allowed port range. - Installing UNIX agents from an ITO server which has no transition link from /bin to /usr/bin will leave a temporary file /tmp/remsh.out and an error message in the install.log file: ... opcping: '/bin/rm' not found - When executing large numbers of autoactions, some of them were staying in 'running' state. - The opctrapi might abort with OpC30-104 - Permissions might be changed in /tmp after installing nsp_pkg.Z(ANS) on Solaris manually - disk_mon.sh returns invalid values if the bdf command returns more than one line output for a filesystem (e.g. if the filesystem name exceeds its column width) - The trap interceptor opctrapi dies on some large traps - installation check for running DCE processes matches all processes ending with 'rpcd' PHSS_22134: - HPlwdce installation could overwrite higher version of HPlwdce - ITO agent could hang during ITA synchronization - swap_util template does not work on Solaris 8 in japanese environment. - Setting up a logfile template that uses a dynamic path definition, like: <`echo "/tmp/path with spaces/logfile1.txt"`> This path will be handled as three logfiles: - /tmp/path - with - spaces/logfile1.txt - RPC template distribution fails if too many ( > ~70) templates are distributed. - In NAT environments the distribution does not work when an IP address is set for the system that does not physically exists on any of its network cards. - ITO agent startup script hangs without end if failure occurs PHSS_21625: - Solaris 8 is not supported. - Wrong permissions of /opt/OV/bin/OpC/opcagt - Agent communicating thru firewall hangs at reboot - Message agent sometimes buffer messages PHSS_21054: - opcagt -kill sometimes doesn't kill all agent processes - wrong process could be recognized as communication deamon on agent startup. - opcagtmsg_send() IT/O Agent API Call leaks memory - DCE IT/O Agent on Solaris leaks memory when opcagtmsg_send() IT/O API is called. - agent coredumps if OPC_INT_MSG_FLT flag set to TRUE (in opcinfo) and tracing is enabled PHSS_20545: - When Solaris agent is manually installed /tmp/ dir permissions could be changed. - Solaris Agent's opcmona stops sending data. - Control agent could dump core when tracing is on. PHSS_20198: - Character set conversion fails on a Japanese system. - The trap interceptor opctrapi does not correctly handle the reconfig signal. - The trap interceptor opctrapi tries name resolution on segment names. Defect Description: PHSS_25794: - SR:H555006671 New template configuration "Syslog (Solaris)" should be uploaded manually, if needed. PHSS_25396: - SR: H555003664 Since option "-" of dmesg is not supported any more, template conditions from "Kernel Logs (Solaris)" template are moved to "Syslog (Solaris)" template. - SR: 8606182275 need a possibility to disable the sending of an icmp packet before communicating with ITO 5.3 manager. In order to avoid any communication beside RPC the opcinfo variable: OPC_RPC_ONLY can be used. That's a boolean value where the default is set to FALSE. - SR: B555010341 When the process ID of the 'opcctla -start' is the same as of the running opcctla before the shutdown, the internal logic concluded that the agent is already running and did not start up the subprocesses. - SR: B555010948 The grammar was changed to allow nested alternatives and process it correctly. - SR: B555011990 read procedure missed first digit of the time stamp of the previous ECS messages for SR's not listed in this section please see the list of symptoms PHSS_22966: check the list of the symptoms PHSS_22134: check the list of the symptoms PHSS_21625: - Solaris 8 is not supported. - Permissions of /opt/OV/bin/OpC/opcagt are causing that every user is allowed to execute opcagt - Stale entries are left in the mappings table after rebooting. When agents try to start it's not detected correctly - Control Agent hangs. Remove endpoint database during startup of lightweight DCE is not performed due to wrong path in startup script. - Agent communicating thru firewall hangs at reboot - ICMP echoes are stopped on firewall. Since opcmsga is using ICMP echo requests, messages are buffered. Resolution: - Added support for Solaris 8 - /opt/OV/bin/OpC/opcagt permissions are corrected - Lightweight DCE startup script was corrected, so endpoint database is removed. - Special keyword (OPC_ICMP_MAX_PINGS) is added , which controls the number of ICMP requests used before issuing RPC request. With this keyword set to 0 ICMP is not used. PHSS_21054: - agents pids are changed and opcctla is not awerred of this change, so it could not always kill them - if process name contain communication deamon name (dced,rpcd or llbd) agent startup script think that communication deamon is running. - opcagtmsg_send() IT/O Agent API Call leaks memory if opcmsgi is not running - DCE IT/O Agent on Solaris leaks memory because of a bad usage of DCE mutexes. - because of attempt of freeing static memory agent coredumps. Resolution: - Agent pids checking is done more often. - Exact process checking is done at agent startup. - Fixed opcagtmsg_send() IT/O Agent API Call memory leak. - Improper manipulation of DCE mutexes is fixed. - Fixed improper freeing of memory PHSS_20545: - After opc_pkg is untared, working directory permissions (usually /tmp) are changed. - Solaris Agent's opcmona stops sending data. - Control agent could dump core when tracing is on. Resolution: - opc_pkg is repacked so that tar does not change permissions any more - Fixed opcmona hanging problem. - Fixed opcctla tracing problem. PHSS_20198: - Character set conversion fails on a Japanese system. - The trap interceptor opctrapi does not correctly handle the reconfig signal. - The trap interceptor opctrapi tries name resolution on segment names. Resolution: - Fixed the character set conversion. - Check for reconfig each time a trap comes in. - No name resolution is performed on segment names. They are handled as if name service returned not resolvable. SR: R555004827 R555004825 R555001968 H555006671 H555003664 H555003546 H555003507 H555003505 H555003466 H555003395 H555003277 B555011990 B555011594 B555011505 B555010980 B555010948 B555010620 B555010341 B555009745 B555009155 B555008838 B555007898 B555007709 B555007439 B555007233 B555007187 B555006177 B555006098 B555006078 B555001737 B555000321 B555000271 B555000265 8606182275 8606181988 8606180891 8606141434 8606137088 8606132852 8606126260 Patch Files: /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/AgentPlatform /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/opc_pkg.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcrclchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcrdschk /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcrndchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcroschk /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcrverchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcrinst /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcnsl /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/ana_disk.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/cpu_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/disk_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/last_logs.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/mailq_l.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/perf_alxp.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/proc_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/sh_procs.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/swap_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/vp_chk.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/mwa_read.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/mondbfile.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/dist_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/opcfwtmp.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/actions/mailq_pr.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/actions/st_inetd.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/actions/st_mail.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/actions/pv.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/actions/itogpm.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/actions/dist_del.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/cmds/opcdf.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/cmds/opclpst.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/cmds/opcps.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/opc_pkg.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcrclchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcrdschk /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcrndchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcroschk /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcrverchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcrinst /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcnsl /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/ana_disk.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/cpu_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/disk_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/last_logs.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/mailq_l.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/perf_alxp.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/proc_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/sh_procs.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/swap_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/vp_chk.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/mwa_read.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/mondbfile.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/dist_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/opcfwtmp.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/actions/mailq_pr.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/actions/st_inetd.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/actions/st_mail.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/actions/pv.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/actions/itogpm.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/actions/dist_del.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/cmds/opcdf.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/cmds/opclpst.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/cmds/opcps.Z /var/opt/OV/share/tmp/OpC_appl/new_solaris/ja_JP.SJIS/ TEMPLATES/LOGFILE/logfile.dat /var/opt/OV/share/tmp/OpC_appl/new_solaris/ja_JP.SJIS/ TEMPLATES/TEMPLGROUP/templgroup.dat /var/opt/OV/share/tmp/OpC_appl/new_solaris/ja_JP.SJIS/ new_sola.idx /var/opt/OV/share/tmp/OpC_appl/new_solaris/C/TEMPLATES/ LOGFILE/logfile.dat /var/opt/OV/share/tmp/OpC_appl/new_solaris/C/TEMPLATES/ TEMPLGROUP/templgroup.dat /var/opt/OV/share/tmp/OpC_appl/new_solaris/C/new_sola.idx /var/opt/OV/share/tmp/OpC_appl/new_syslog/C/TEMPLATES/ LOGFILE/logfile.dat /var/opt/OV/share/tmp/OpC_appl/new_syslog/C/new_sysl.idx /var/opt/OV/share/tmp/OpC_appl/new_syslog/ja_JP.SJIS/ TEMPLATES/LOGFILE/logfile.dat /var/opt/OV/share/tmp/OpC_appl/new_syslog/ja_JP.SJIS/ new_sysl.idx /opt/OV/OpC/examples/progs/Makef.solaris /opt/OV/OpC/examples/progs/Makef.solarisdce what(1) Output: /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/AgentPlatform: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/opc_pkg.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcrclchk: HP OpenView IT/Operations A.05.38 (10/10/01) /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcrdschk: HP OpenView IT/Operations A.05.38 (10/10/01) /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcrndchk: HP OpenView IT/Operations A.05.38 (10/10/01) /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcroschk: HP OpenView IT/Operations A.05.38 (10/10/01) /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcrverchk: HP OpenView IT/Operations A.05.38 (10/10/01) /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcrinst: HP OpenView IT/Operations A.05.38 (10/10/01) /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/install/opcnsl: HP OpenView IT/Operations A.05.38 (10/10/01) stdio.h 1.39 95/12/04 SMI feature_tests.h 1.7 94/12/06 SMI va_list.h 1.6 96/01/26 SMI types.h 1.38 95/11/14 SMI isa_defs.h 1.7 94/10/26 SMI machtypes.h 1.9 94/11/05 SMI select.h 1.10 92/07/14 SMI time.h 2.47 95/08/24 SMI time.h 1.23 95/08/28 SMI siginfo.h 1.36 95/08/24 SMI machsig.h 1.10 94/11/05 SMI socket.h 1.15 95/02/24 SMI netconfig.h 1.13 95/02/24 SMI sockio.h 1.11 93/10/26 SMI ioccom.h 1.10 92/07/14 SMI in.h 1.4 93/07/06 SMI stream.h 1.56 94/09/28 SMI vnode.h 1.54 98/10/09 SMI t_lock.h 1.42 94/11/02 SMI machlock.h 1.14 94/10/20 SMI dki_lkinfo.h 1.8 93/05/03 SMI dl.h 1.13 93/08/18 SMI sleepq.h 1.17 94/07/29 SMI turnstile.h 1.27 94/10/27 SMI param.h 1.34 95/11/05 SMI unistd.h 1.24 95/08/24 SMI pirec.h 1.11 93/12/20 SMI mutex.h 1.14 94/07/29 SMI rwlock.h 1.3 94/07/29 SMI semaphore.h 1.4 94/07/29 SMI condvar.h 1.6 94/07/29 SMI cred.h 1.18 94/12/04 SMI uio.h 1.21 94/04/22 SMI seg_enum.h 1.1 93/04/03 SMI poll.h 1.19 94/08/31 SMI strmdep.h 1.8 92/07/14 SMI byteorder.h 1.9 94/01/04 SMI netdb.h 1.17 97/12/23 SMI types.h 1.36 94/12/20 SMI feature_tests.h 1.7 94/12/06 SMI isa_defs.h 1.1 93/07/01 SMI machtypes.h 1.9 94/11/05 SMI select.h 1.10 92/07/14 SMI time.h 2.47 95/08/24 SMI time.h 1.23 95/08/28 SMI siginfo.h 1.36 95/08/24 SMI machsig.h 1.10 94/11/05 SMI types.h 1.36 94/12/20 SMI feature_tests.h 1.7 94/12/06 SMI isa_defs.h 1.1 93/07/01 SMI machtypes.h 1.9 94/11/05 SMI select.h 1.10 92/07/14 SMI time.h 2.47 95/08/24 SMI time.h 1.23 95/08/28 SMI siginfo.h 1.36 95/08/24 SMI machsig.h 1.10 94/11/05 SMI unistd.h 1.33 95/08/28 SMI unistd.h 1.23 95/08/24 SMI utsname.h 1.24 95/07/14 SMI errno.h 1.13 95/09/10 SMI errno.h 1.15 95/01/22 SMI in.h 1.4 93/07/06 SMI stream.h 1.56 94/09/28 SMI vnode.h 1.53 95/08/29 SMI t_lock.h 1.42 94/11/02 SMI machlock.h 1.14 94/10/20 SMI dki_lkinfo.h 1.8 93/05/03 SMI dl.h 1.13 93/08/18 SMI sleepq.h 1.17 94/07/29 SMI turnstile.h 1.27 94/10/27 SMI param.h 1.32 95/08/28 SMI pirec.h 1.11 93/12/20 SMI mutex.h 1.14 94/07/29 SMI rwlock.h 1.3 94/07/29 SMI semaphore.h 1.4 94/07/29 SMI condvar.h 1.6 94/07/29 SMI cred.h 1.18 94/12/04 SMI uio.h 1.21 94/04/22 SMI seg_enum.h 1.1 93/04/03 SMI poll.h 1.19 94/08/31 SMI strmdep.h 1.8 92/07/14 SMI byteorder.h 1.9 94/01/04 SMI socket.h 1.15 95/02/24 SMI netconfig.h 1.13 95/02/24 SMI sockio.h 1.11 93/10/26 SMI ioccom.h 1.10 92/07/14 SMI netdb.h 1.14 94/10/04 SMI types.h 1.36 94/12/20 SMI feature_tests.h 1.7 94/12/06 SMI isa_defs.h 1.1 93/07/01 SMI machtypes.h 1.9 94/11/05 SMI select.h 1.10 92/07/14 SMI time.h 2.47 95/08/24 SMI time.h 1.23 95/08/28 SMI siginfo.h 1.36 95/08/24 SMI machsig.h 1.10 94/11/05 SMI unistd.h 1.33 95/08/28 SMI unistd.h 1.23 95/08/24 SMI socket.h 1.15 95/02/24 SMI netconfig.h 1.13 95/02/24 SMI sockio.h 1.11 93/10/26 SMI ioccom.h 1.10 92/07/14 SMI ipc.h 1.15 94/09/03 SMI un.h 1.8 92/07/14 SMI netdb.h 1.14 94/10/04 SMI in.h 1.4 93/07/06 SMI stream.h 1.56 94/09/28 SMI vnode.h 1.53 95/08/29 SMI t_lock.h 1.42 94/11/02 SMI machlock.h 1.14 94/10/20 SMI dki_lkinfo.h 1.8 93/05/03 SMI dl.h 1.13 93/08/18 SMI sleepq.h 1.17 94/07/29 SMI turnstile.h 1.27 94/10/27 SMI param.h 1.32 95/08/28 SMI pirec.h 1.11 93/12/20 SMI mutex.h 1.14 94/07/29 SMI rwlock.h 1.3 94/07/29 SMI semaphore.h 1.4 94/07/29 SMI condvar.h 1.6 94/07/29 SMI cred.h 1.18 94/12/04 SMI uio.h 1.21 94/04/22 SMI seg_enum.h 1.1 93/04/03 SMI poll.h 1.19 94/08/31 SMI strmdep.h 1.8 92/07/14 SMI byteorder.h 1.9 94/01/04 SMI inet.h 1.8 92/07/14 SMI in_systm.h 1.4 93/02/04 SMI ip.h 1.4 93/08/18 SMI ip_icmp.h 1.2 93/02/04 SMI /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/ana_disk.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/cpu_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/disk_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/last_logs.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/mailq_l.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/perf_alxp.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/proc_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/sh_procs.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/swap_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/vp_chk.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/mwa_read.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/mondbfile.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/dist_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/monitor/opcfwtmp.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/actions/mailq_pr.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/actions/st_inetd.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/actions/st_mail.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/actions/pv.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/actions/itogpm.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/actions/dist_del.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/cmds/opcdf.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/cmds/opclpst.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_NCS/cmds/opcps.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/opc_pkg.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcrclchk: HP OpenView IT/Operations A.05.38 (10/10/01) /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcrdschk: HP OpenView IT/Operations A.05.38 (10/10/01) /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcrndchk: HP OpenView IT/Operations A.05.38 (10/10/01) /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcroschk: HP OpenView IT/Operations A.05.38 (10/10/01) /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcrverchk: HP OpenView IT/Operations A.05.38 (10/10/01) /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcrinst: HP OpenView IT/Operations A.05.38 (10/10/01) /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/install/opcnsl: HP OpenView IT/Operations A.05.38 (10/10/01) stdio.h 1.39 95/12/04 SMI feature_tests.h 1.7 94/12/06 SMI va_list.h 1.6 96/01/26 SMI types.h 1.38 95/11/14 SMI isa_defs.h 1.7 94/10/26 SMI machtypes.h 1.9 94/11/05 SMI select.h 1.10 92/07/14 SMI time.h 2.47 95/08/24 SMI time.h 1.23 95/08/28 SMI siginfo.h 1.36 95/08/24 SMI machsig.h 1.10 94/11/05 SMI socket.h 1.15 95/02/24 SMI netconfig.h 1.13 95/02/24 SMI sockio.h 1.11 93/10/26 SMI ioccom.h 1.10 92/07/14 SMI in.h 1.4 93/07/06 SMI stream.h 1.56 94/09/28 SMI vnode.h 1.54 98/10/09 SMI t_lock.h 1.42 94/11/02 SMI machlock.h 1.14 94/10/20 SMI dki_lkinfo.h 1.8 93/05/03 SMI dl.h 1.13 93/08/18 SMI sleepq.h 1.17 94/07/29 SMI turnstile.h 1.27 94/10/27 SMI param.h 1.34 95/11/05 SMI unistd.h 1.24 95/08/24 SMI pirec.h 1.11 93/12/20 SMI mutex.h 1.14 94/07/29 SMI rwlock.h 1.3 94/07/29 SMI semaphore.h 1.4 94/07/29 SMI condvar.h 1.6 94/07/29 SMI cred.h 1.18 94/12/04 SMI uio.h 1.21 94/04/22 SMI seg_enum.h 1.1 93/04/03 SMI poll.h 1.19 94/08/31 SMI strmdep.h 1.8 92/07/14 SMI byteorder.h 1.9 94/01/04 SMI netdb.h 1.17 97/12/23 SMI types.h 1.36 94/12/20 SMI feature_tests.h 1.7 94/12/06 SMI isa_defs.h 1.1 93/07/01 SMI machtypes.h 1.9 94/11/05 SMI select.h 1.10 92/07/14 SMI time.h 2.47 95/08/24 SMI time.h 1.23 95/08/28 SMI siginfo.h 1.36 95/08/24 SMI machsig.h 1.10 94/11/05 SMI types.h 1.36 94/12/20 SMI feature_tests.h 1.7 94/12/06 SMI isa_defs.h 1.1 93/07/01 SMI machtypes.h 1.9 94/11/05 SMI select.h 1.10 92/07/14 SMI time.h 2.47 95/08/24 SMI time.h 1.23 95/08/28 SMI siginfo.h 1.36 95/08/24 SMI machsig.h 1.10 94/11/05 SMI unistd.h 1.33 95/08/28 SMI unistd.h 1.23 95/08/24 SMI utsname.h 1.24 95/07/14 SMI errno.h 1.13 95/09/10 SMI errno.h 1.15 95/01/22 SMI in.h 1.4 93/07/06 SMI stream.h 1.56 94/09/28 SMI vnode.h 1.53 95/08/29 SMI t_lock.h 1.42 94/11/02 SMI machlock.h 1.14 94/10/20 SMI dki_lkinfo.h 1.8 93/05/03 SMI dl.h 1.13 93/08/18 SMI sleepq.h 1.17 94/07/29 SMI turnstile.h 1.27 94/10/27 SMI param.h 1.32 95/08/28 SMI pirec.h 1.11 93/12/20 SMI mutex.h 1.14 94/07/29 SMI rwlock.h 1.3 94/07/29 SMI semaphore.h 1.4 94/07/29 SMI condvar.h 1.6 94/07/29 SMI cred.h 1.18 94/12/04 SMI uio.h 1.21 94/04/22 SMI seg_enum.h 1.1 93/04/03 SMI poll.h 1.19 94/08/31 SMI strmdep.h 1.8 92/07/14 SMI byteorder.h 1.9 94/01/04 SMI socket.h 1.15 95/02/24 SMI netconfig.h 1.13 95/02/24 SMI sockio.h 1.11 93/10/26 SMI ioccom.h 1.10 92/07/14 SMI netdb.h 1.14 94/10/04 SMI types.h 1.36 94/12/20 SMI feature_tests.h 1.7 94/12/06 SMI isa_defs.h 1.1 93/07/01 SMI machtypes.h 1.9 94/11/05 SMI select.h 1.10 92/07/14 SMI time.h 2.47 95/08/24 SMI time.h 1.23 95/08/28 SMI siginfo.h 1.36 95/08/24 SMI machsig.h 1.10 94/11/05 SMI unistd.h 1.33 95/08/28 SMI unistd.h 1.23 95/08/24 SMI socket.h 1.15 95/02/24 SMI netconfig.h 1.13 95/02/24 SMI sockio.h 1.11 93/10/26 SMI ioccom.h 1.10 92/07/14 SMI ipc.h 1.15 94/09/03 SMI un.h 1.8 92/07/14 SMI netdb.h 1.14 94/10/04 SMI in.h 1.4 93/07/06 SMI stream.h 1.56 94/09/28 SMI vnode.h 1.53 95/08/29 SMI t_lock.h 1.42 94/11/02 SMI machlock.h 1.14 94/10/20 SMI dki_lkinfo.h 1.8 93/05/03 SMI dl.h 1.13 93/08/18 SMI sleepq.h 1.17 94/07/29 SMI turnstile.h 1.27 94/10/27 SMI param.h 1.32 95/08/28 SMI pirec.h 1.11 93/12/20 SMI mutex.h 1.14 94/07/29 SMI rwlock.h 1.3 94/07/29 SMI semaphore.h 1.4 94/07/29 SMI condvar.h 1.6 94/07/29 SMI cred.h 1.18 94/12/04 SMI uio.h 1.21 94/04/22 SMI seg_enum.h 1.1 93/04/03 SMI poll.h 1.19 94/08/31 SMI strmdep.h 1.8 92/07/14 SMI byteorder.h 1.9 94/01/04 SMI inet.h 1.8 92/07/14 SMI in_systm.h 1.4 93/02/04 SMI ip.h 1.4 93/08/18 SMI ip_icmp.h 1.2 93/02/04 SMI /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/ana_disk.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/cpu_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/disk_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/last_logs.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/mailq_l.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/perf_alxp.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/proc_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/sh_procs.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/swap_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/vp_chk.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/mwa_read.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/mondbfile.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/dist_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/monitor/opcfwtmp.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/actions/mailq_pr.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/actions/st_inetd.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/actions/st_mail.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/actions/pv.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/actions/itogpm.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/actions/dist_del.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/cmds/opcdf.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/cmds/opclpst.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/sun/sparc/ solaris/A.05.39/RPC_DCE_TCP/cmds/opcps.Z: None /var/opt/OV/share/tmp/OpC_appl/new_solaris/ja_JP.SJIS/ TEMPLATES/LOGFILE/logfile.dat: None /var/opt/OV/share/tmp/OpC_appl/new_solaris/ja_JP.SJIS/ TEMPLATES/TEMPLGROUP/templgroup.dat: None /var/opt/OV/share/tmp/OpC_appl/new_solaris/ja_JP.SJIS/ new_sola.idx: None /var/opt/OV/share/tmp/OpC_appl/new_solaris/C/TEMPLATES/ LOGFILE/logfile.dat: None /var/opt/OV/share/tmp/OpC_appl/new_solaris/C/TEMPLATES/ TEMPLGROUP/templgroup.dat: None /var/opt/OV/share/tmp/OpC_appl/new_solaris/C/new_sola.idx: None /var/opt/OV/share/tmp/OpC_appl/new_syslog/C/TEMPLATES/ LOGFILE/logfile.dat: None /var/opt/OV/share/tmp/OpC_appl/new_syslog/C/new_sysl.idx: None /var/opt/OV/share/tmp/OpC_appl/new_syslog/ja_JP.SJIS/ TEMPLATES/LOGFILE/logfile.dat: None /var/opt/OV/share/tmp/OpC_appl/new_syslog/ja_JP.SJIS/ new_sysl.idx: None /opt/OV/OpC/examples/progs/Makef.solaris: None /opt/OV/OpC/examples/progs/Makef.solarisdce: None cksum(1) Output: 1692570471 4341 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/AgentPlatform 1847451276 3638737 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/opc_pkg.Z 2613057962 28075 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/install/ opcrclchk 3693248023 29745 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/install/ opcrdschk 2017644355 29778 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/install/ opcrndchk 3637510292 6447 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/install/ opcroschk 3711597889 28457 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/install/ opcrverchk 2570703145 122935 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/install/ opcrinst 705057157 11016 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/install/ opcnsl 2317263217 2582 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ ana_disk.sh.Z 1660230637 6057 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ cpu_mon.sh.Z 2862552659 6083 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ disk_mon.sh.Z 1292840867 5948 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ last_logs.sh.Z 3748863604 5938 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ mailq_l.sh.Z 2434388590 3166 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ perf_alxp.sh.Z 3733474362 6066 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ proc_mon.sh.Z 464769157 5538 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ sh_procs.sh.Z 2497824963 5839 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ swap_mon.sh.Z 4096010717 5782 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ vp_chk.sh.Z 487238848 5936 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ mwa_read.sh.Z 1707000222 14199 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ mondbfile.sh.Z 2808576998 6175 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ dist_mon.sh.Z 471790454 5147 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/monitor/ opcfwtmp.Z 4141202837 2542 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/actions/ mailq_pr.sh.Z 714959906 2648 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/actions/ st_inetd.sh.Z 880015728 2603 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/actions/ st_mail.sh.Z 219493582 5876 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/actions/ pv.sh.Z 4006486817 1374 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/actions/ itogpm.sh.Z 1850035634 6183 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/actions/ dist_del.sh.Z 2481488248 335 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/cmds/ opcdf.Z 197889627 395 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/cmds/ opclpst.Z 195508109 411 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_NCS/cmds/ opcps.Z 1046520819 5757430 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ opc_pkg.Z 2613057962 28075 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ install/opcrclchk 3693248023 29745 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ install/opcrdschk 2017644355 29778 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ install/opcrndchk 3637510292 6447 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ install/opcroschk 3711597889 28457 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ install/opcrverchk 2914507843 122583 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ install/opcrinst 705057157 11016 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ install/opcnsl 2317263217 2582 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/ana_disk.sh.Z 1660230637 6057 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/cpu_mon.sh.Z 2862552659 6083 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/disk_mon.sh.Z 1292840867 5948 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/last_logs.sh.Z 3748863604 5938 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/mailq_l.sh.Z 2434388590 3166 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/perf_alxp.sh.Z 3733474362 6066 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/proc_mon.sh.Z 464769157 5538 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/sh_procs.sh.Z 2497824963 5839 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/swap_mon.sh.Z 4096010717 5782 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/vp_chk.sh.Z 487238848 5936 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/mwa_read.sh.Z 1707000222 14199 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/mondbfile.sh.Z 2808576998 6175 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/dist_mon.sh.Z 786756070 20086 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ monitor/opcfwtmp.Z 4141202837 2542 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ actions/mailq_pr.sh.Z 714959906 2648 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ actions/st_inetd.sh.Z 880015728 2603 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ actions/st_mail.sh.Z 219493582 5876 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ actions/pv.sh.Z 4006486817 1374 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ actions/itogpm.sh.Z 1850035634 6183 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/ actions/dist_del.sh.Z 2528916957 13746 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/cmds/ opc_sec_v.sh.Z 2481488248 335 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/cmds/ opcdf.Z 197889627 395 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/cmds/ opclpst.Z 195508109 411 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/sun/sparc/solaris/A.05.39/RPC_DCE_TCP/cmds/ opcps.Z 610799592 5231 /var/opt/OV/share/tmp/OpC_appl/new_solaris/ ja_JP.SJIS/TEMPLATES/LOGFILE/logfile.dat 2294442156 532 /var/opt/OV/share/tmp/OpC_appl/new_solaris/ ja_JP.SJIS/TEMPLATES/TEMPLGROUP/templgroup.dat 1991845724 553 /var/opt/OV/share/tmp/OpC_appl/new_solaris/ ja_JP.SJIS/new_sola.idx 2950102209 7107 /var/opt/OV/share/tmp/OpC_appl/new_solaris/ C/TEMPLATES/LOGFILE/logfile.dat 2620261062 529 /var/opt/OV/share/tmp/OpC_appl/new_solaris/C/ TEMPLATES/TEMPLGROUP/templgroup.dat 3560046933 610 /var/opt/OV/share/tmp/OpC_appl/new_solaris/C/ new_sola.idx 2950102209 7107 /var/opt/OV/share/tmp/OpC_appl/new_syslog/C/ TEMPLATES/LOGFILE/logfile.dat 675288195 557 /var/opt/OV/share/tmp/OpC_appl/new_syslog/C/ new_sysl.idx 610799592 5231 /var/opt/OV/share/tmp/OpC_appl/new_syslog/ ja_JP.SJIS/TEMPLATES/LOGFILE/logfile.dat 1991845724 553 /var/opt/OV/share/tmp/OpC_appl/new_syslog/ ja_JP.SJIS/new_sysl.idx 2809184588 1058 /opt/OV/OpC/examples/progs/Makef.solaris 4059830750 1146 /opt/OV/OpC/examples/progs/Makef.solarisdce Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_20198 PHSS_20545 PHSS_21054 PHSS_21625 PHSS_22134 PHSS_22966 PHSS_25396 Equivalent Patches: PHSS_25795: s700: 11.00 s800: 11.00 Patch Package Size: 10150 KBytes Installation Instructions: Please review all instructions and the Hewlett-Packard SupportLine User Guide or your Hewlett-Packard support terms and conditions for precautions, scope of license, restrictions, and, limitation of liability and warranties, before installing this patch. ------------------------------------------------------------ 1. Back up your system before installing a patch. 2. Login as root. 3. Copy the patch to the /tmp directory. 4. Move to the /tmp directory and unshar the patch: cd /tmp sh PHSS_25794 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_25794.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_25794. If you do not wish to retain a copy of the original software, you can create an empty file named /var/adm/sw/patch/PATCH_NOSAVE. WARNING: If this file exists when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. It is recommended that you move the PHSS_25794.text file to /var/adm/sw/patch for future reference. To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_25794.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: BEFORE LOADING THIS PATCH... o You may use this patch with the following official ITO release: A.05.30 o DO NOT use this patch with older releases of ITO, for example versions A.05.00 or A.05.11. o This patch provides the HP OV IT/Operations Intelligent Agent to be used with a ITO A.05.30 Management Server system. NOTE: This patch contains an updated "Syslog (Solaris)" template. If you want to update the template in your DB, please enter: # opccfgupld -add -subentity new_syslog This will add the new conditions to the "Syslog (Solaris)" template. In the Admin GUI you can now remove the template "Kernel Logs (Solaris)" as the conditions from the default template "Kernel Logs (Solaris)" have been added to the template "Syslog (Solaris)". If you have modified the default "Kernel Logs (Solaris)" template you might want to compare the "Syslog" and the "Kernel Logs" template and decide whether you still need the "Kernel Logs" template or not. (A) Patch Installation Instructions ------------------------------- (A1) Install the patch, following the standard installation instructions. ------------------------------------------------------ NOTE: For backing up the system before installing a patch, you may use opc_backup(1m). NOTE: MAKE SURE THAT NO AGENT OF THE PLATFORM ADDRESSED BY THIS PATCH IS DISTRIBUTED (either from the ITO Administrator's GUI or from command line using inst.sh) WHILE RUNNING SWINSTALL. NOTE: Don't be afraid of the '-x autoreboot=true' option above. There won't be a reboot due to this ITO patch. You can skip this option if you like. NOTE: This patch must be installed on the ITO Management Server system, NOT on an ITO Managed Node directly. Changes will take effect on managed nodes by means of ITO Software Distribution (using 'Force Update' if there is already an agent installed on the managed node). See chapter 2 of the ITO Administrator's Reference manual for more information. (B) Patch Deinstallation Instructions --------------------------------- (B1) To deinstall the patch PHSS_25794 run swremove: NOTE: MAKE SURE THAT NO AGENT OF THE PLATFORM ADDRESSED BY THIS PATCH IS DISTRIBUTED (either from the ITO Administrator's GUI or from command line using inst.sh) WHILE RUNNING SWREMOVE. # swremove PHSS_25794