Patch Name: PHSS_27034 Patch Description: s700_800 11.00 OV ITO6.0X DEC/Tru64 Agent Patch A.06.11 Creation Date: 02/05/27 Post Date: 02/05/30 Hardware Platforms - OS Releases: s700: 11.00 s800: 11.00 Products: OpenView IT/Operations 6.0 Filesets: OVOPC-CLT.OVOPC-OSF-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64,v=HP Automatic Reboot?: No Status: General Release Critical: No Category Tags: defect_repair general_release Path Name: /hp-ux_patches/s700_800/11.X/PHSS_27034 Symptoms: PHSS_27034: - SR: H555006719 If the agent is running as a non-root user, when the management server processes are restarted, the agent has to be restarted, else messages are buffered. - SR: 8606221769 Compaq Tru64 UNIX 5.1A is not supported with VPO agent. - SR: 8606222554 Certain policies in VPW do not work as expected, for example: VP_WIN-WINS-FwdAllInformation VP_WIN-WINS-FwdAllWarnError VP_WIN-DHCPCl_FwdAllInfo VP_WIN-DHCPCl_FwdAllWarnError This problem can also occur for VPO during condition matching. Matching the application and object attributes is now case sensitive. For example, a message with application "TEST" is matched but application "tEST" is unmatched. - SR: 8606227840 Variables in the template default message key are not resolved for unmatched messages. - SR: 8606233602 If using a pattern like '<*.prefix>ERR<*.suffix>', the prefix variable will get assigned a wrong text if it should be empty. - 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: B555011638 The pattern matching cannot match the new line character(s) of multiline messages. - SR: B555012929 If you run opcdista from commandline, you don't get any useful messages, only the internal status letters. For supportability, it would be better to have some explicit status and error reporting. - SR: B555013371 Sometimes the new scheduled action template configuration is not loaded after a distribution. Instead, the old scheduled actions are still started. - SR: B555013435 The message agent opcmsga hangs unpredictably. This is more likely to happen on systems with a very high ICMP traffic. - SR: B555013495 In Japanese environments programs using the agent APIs can fail with errors on invalid or incompatible codesets. - SR: B555013719 Message agent doesn't stop message buffering when the management server is available again after a network outage, fixed DNS problem or similar. This can happen when the agent restarts/the machine reboots during the network problem occured. PHSS_24643: - SR: B555010899 opcdista requests distribution data from a wrong manager if there is a secondary manager with the same short hostname than the appropriate primary manager. - 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'. PHSS_23228: - Problems with allowed port range. - In case of an error the ITO Agent might hang during startup without terminating - Installing UNIX agents from an ITO server which has no transition link from /bin to /usr/bin will leave a temporay file /tmp/remsh.out and an error message in the install.log file: ... opcping: '/bin/rm' not found PHSS_22895: - Request to support Compaq Tru64 UNIX 5.1 with VPO agent. - Request to support Compaq UNIX 4.0G with VPO agent. - Request to support NCS communication type with VPO agent on VPO 6.0 - Deinstallation of VPO agent does not work on Tru64 UNIX 5.1. - Tru64 UNIX 5.1 is not recognized as Tru64 UNIX node when added to node bank. PHSS_22262: - Added support for Tru64 Unix 5.0A with DCE 3.10 for Tru64 Unix 5.0A. - Agent needs better handling for firewall environments. - When executing large numbers of autoactions, some of them were staying in 'running' state. - The handling of '\' was different in the pattern definition and the "matching pattern". - the opcmsga reported Message Receiver service not registered even if the connection to the server was ok - running a VBScript-tool on a unix node gave a strange error message - if buffer file size limitation is enabled the agent may discard low-severity messages even if there is still space in the buffer file Defect Description: PHSS_27034: - SR: H555006719 When a communication to a message receiver fails, the message agent starts buffering messages. It periodically checks if a server is alive by sending it ICMP packets. If the server cannot be reached with ICMP packets, no RPC communication is attempted. Sending ICMP packets is not possible when the agent is running as a non-root user, so the sending function cannot actually send anything. Therefore we also never receive any replies and the message agent will buffer messages forever. To fix this, the internal state of the message agent is updated after we tried to send an ICMP packet if the agent is running as a non-root user. - SR: 8606221769 Added support for Compaq Tru64 UNIX 5.1A with VPO agent. - SR: 8606222554 The condition test for the message attributes application, object and message group are always done case sensitive, therefore a message with the application "TEST" matches but "tEST" does not match. With this patch an opcinfo flag is introduced, which allows to switch between case sensitive and case insensitive check. flag : OPC_COND_FIELD_ICASE type : boolean default: FALSE By setting this to true the policies mentioned above will work. - SR: B555010948 The grammar was changed to allow nested alternatives and process it correctly. - SR: B555011638 The pattern matching could not match the new line character(s) of multi line messages. The following changes have been made to allow this: It is now possible to use ^M (\r) as a field separator. A new pattern was introduced to match any number of line breaks (UNIX style \n or NT style \r\n). will match exactly n line breaks, for example <1/> will match exactly one line break. This change works only for sources that already can create multi line messages (for example opcmsg or NT event log), it does not allow multi line logfile encapsulation. This change requires changes for management server and agent. Therefore a patch for the management server and a patch for the agent is required to use the new functionality. - SR: B555012929 The opcdista communicates with the opcctla process via stdin/stdout so if you run it from commandline, you only see the status letters but don't know what they mean. The new '-v' option prints more output, e.g.: $ ./opcdista -v 0 - No distribution data available. - SR: B555013435 One thread tried to read from a socket while another thread closed it. This could happen due to missing locking of global data. This data is now guarded by a mutex. - SR: B555013495 When tracing was added to the API functions a necessary NLS initialisation was not done. This problem was introduced only by the A.06.10 patches for HPUX. - SR: B555013719 Message agent remains in buffering mode even when the management server is available again. The reason is that the agent wasn't able to resolve the management server name to an IP address at startup and the agent doesn't try again during runtime. This has been fixed by checking for a resolvable name every time a message should be buffered till the name can be resolved, after this the normal checkalive mechanism which handles buffered message takes place. for SR's not listed in this section please see the list of symptoms PHSS_24643: check the list of the symptoms Resolution: check the list of the symptoms PHSS_23228: check the list of the symptoms Resolution: check the list of the symptoms PHSS_22895: check the list of the symptoms Resolution: check the list of the symptoms PHSS_22262: check the list of the symptoms Resolution: check the list of the symptoms SR: H555006719 H555003905 H555003860 H555003853 H555003843 H555003753 H555003417 H555003277 B555013719 B555013495 B555013435 B555013371 B555012929 B555011638 B555010948 B555010948 B555010899 B555009212 B555007752 B555007709 B555007602 B555007426 B555006890 B555006267 B555001737 8606233602 8606227840 8606222554 8606221769 8606141434 Patch Files: OVOPC-CLT.OVOPC-OSF-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64, v=HP: /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/opc_pkg.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcrclchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcrdschk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcrndchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcroschk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcrverchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcrinst /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcnsl /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/ana_disk.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/cpu_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/disk_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/proc_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/sh_procs.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/swap_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/vp_chk.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/mailq_l.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/opcfwtmp.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/actions/st_inetd.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/actions/st_syslogd.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/actions/st_mail.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/actions/mailq_pr.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/cmds/opcdf.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/cmds/opclpst.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/cmds/opcps.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/opc_pkg.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcrclchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcrdschk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcrndchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcroschk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcrverchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcrinst /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcnsl /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/ana_disk.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/cpu_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/disk_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/proc_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/sh_procs.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/swap_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/vp_chk.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/mailq_l.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/opcfwtmp.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/actions/st_inetd.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/actions/st_syslogd.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/actions/st_mail.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/actions/mailq_pr.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/cmds/opcdf.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/cmds/opclpst.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/cmds/opcps.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/AgentPlatform /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/opc_pkg.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcrclchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcrdschk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcrndchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcroschk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcrverchk /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcrinst /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcnsl /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/ana_disk.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/cpu_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/disk_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/proc_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/sh_procs.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/swap_mon.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/vp_chk.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/mailq_l.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/opcfwtmp.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/actions/st_inetd.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/actions/st_syslogd.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/actions/st_mail.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/actions/mailq_pr.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/cmds/opcdf.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/cmds/opclpst.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/cmds/opcps.Z /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/AgentPlatform /opt/OV/OpC/examples/progs/Makef.dec what(1) Output: OVOPC-CLT.OVOPC-OSF-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64, v=HP: /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/opc_pkg.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcrclchk: HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcrdschk: HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcrndchk: HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcroschk: HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcrverchk: HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcrinst: HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/install/opcnsl: $RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $D ate: 1995/09/06 19:54:27 $ HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/ana_disk.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/cpu_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/disk_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/proc_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/sh_procs.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/swap_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/vp_chk.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/mailq_l.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/monitor/opcfwtmp.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/actions/st_inetd.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/actions/st_syslogd.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/actions/st_mail.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/actions/mailq_pr.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/cmds/opcdf.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/cmds/opclpst.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_DCE_TCP/cmds/opcps.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/opc_pkg.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcrclchk: HP OpenView VantagePoint A.06.11 (05/09/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcrdschk: HP OpenView VantagePoint A.06.11 (05/09/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcrndchk: HP OpenView VantagePoint A.06.11 (05/09/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcroschk: HP OpenView VantagePoint A.06.11 (05/09/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcrverchk: HP OpenView VantagePoint A.06.11 (05/09/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcrinst: HP OpenView VantagePoint A.06.11 (05/09/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/install/opcnsl: $RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $D ate: 1995/09/06 19:54:27 $ HP OpenView VantagePoint A.06.11 (05/09/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/ana_disk.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/cpu_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/disk_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/proc_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/sh_procs.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/swap_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/vp_chk.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/mailq_l.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/monitor/opcfwtmp.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/actions/st_inetd.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/actions/st_syslogd.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/actions/st_mail.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/actions/mailq_pr.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/cmds/opcdf.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/cmds/opclpst.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/A.06.11/RPC_NCS/cmds/opcps.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix/AgentPlatform: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/opc_pkg.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcrclchk: HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcrdschk: HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcrndchk: HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcroschk: HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcrverchk: HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcrinst: HP OpenView VantagePoint A.06.11 (05/16/02) /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/install/opcnsl: HP OpenView VantagePoint A.06.11 (05/16/02) $RCSfile: crt0.s,v $ $Revision: 1.1.26.2 $ (DEC) $Da te: 1997/04/03 22:25:40 $ /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/ana_disk.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/cpu_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/disk_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/proc_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/sh_procs.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/swap_mon.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/vp_chk.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/mailq_l.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/monitor/opcfwtmp.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/actions/st_inetd.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/actions/ st_syslogd.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/actions/st_mail.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/actions/mailq_pr.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/cmds/opc_sec_v.sh.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/cmds/opcdf.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/cmds/opclpst.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/A.06.11/RPC_DCE_TCP/cmds/opcps.Z: None /var/opt/OV/share/databases/OpC/mgd_node/vendor/dec/alpha/ unix51A+/AgentPlatform: None /opt/OV/OpC/examples/progs/Makef.dec: None cksum(1) Output: OVOPC-CLT.OVOPC-OSF-CLT,fr=A.06.00,fa=HP-UX_B.11.00_32/64, v=HP: 923136764 2090339 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/opc_pkg.Z 426816027 27596 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/install/ opcrclchk 3971301481 29176 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/install/ opcrdschk 1468339466 6784 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/install/ opcrndchk 4047305323 6016 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/install/ opcroschk 3839052727 28384 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/install/ opcrverchk 1942528719 100180 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/install/ opcrinst 3586029798 16384 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/install/ opcnsl 2126700646 2782 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/monitor/ ana_disk.sh.Z 2691356887 6053 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/monitor/ cpu_mon.sh.Z 1848787613 6139 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/monitor/ disk_mon.sh.Z 1630582639 5681 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/monitor/ proc_mon.sh.Z 2674673659 5433 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/monitor/ sh_procs.sh.Z 3902210181 5754 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/monitor/ swap_mon.sh.Z 3664868406 5684 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/monitor/ vp_chk.sh.Z 778385702 5826 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/monitor/ mailq_l.sh.Z 531380601 5964 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/monitor/ opcfwtmp.Z 2463877131 2581 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/actions/ st_inetd.sh.Z 3893830183 2593 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/actions/ st_syslogd.sh.Z 487395501 2582 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/actions/ st_mail.sh.Z 2950797768 2534 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/actions/ mailq_pr.sh.Z 3788440117 13221 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/cmds/ opc_sec_v.sh.Z 427948535 321 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/cmds/ opcdf.Z 1595039430 385 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/cmds/ opclpst.Z 2619577242 398 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_DCE_TCP/cmds/ opcps.Z 3031770127 2608741 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/opc_pkg.Z 4190450248 27596 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/install/ opcrclchk 2212171975 29176 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/install/ opcrdschk 2716788151 6784 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/install/ opcrndchk 3550335595 6016 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/install/ opcroschk 1219575428 28384 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/install/ opcrverchk 2133429459 101511 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/install/ opcrinst 3644948291 16384 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/install/opcnsl 662898994 2780 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/monitor/ ana_disk.sh.Z 2086863013 6053 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/monitor/ cpu_mon.sh.Z 864466306 6131 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/monitor/ disk_mon.sh.Z 444040314 5678 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/monitor/ proc_mon.sh.Z 1041364408 5426 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/monitor/ sh_procs.sh.Z 781825094 5753 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/monitor/ swap_mon.sh.Z 3138903298 5681 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/monitor/ vp_chk.sh.Z 2865588662 5821 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/monitor/ mailq_l.sh.Z 3859401428 5375 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/monitor/ opcfwtmp.Z 952612171 2579 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/actions/ st_inetd.sh.Z 2306747532 2591 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/actions/ st_syslogd.sh.Z 1248033421 2581 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/actions/ st_mail.sh.Z 4255389399 2533 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/actions/ mailq_pr.sh.Z 2364987610 321 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/cmds/opcdf.Z 4086796077 385 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/cmds/opclpst.Z 3462569904 398 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/A.06.11/RPC_NCS/cmds/opcps.Z 1881386266 3761 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix/AgentPlatform 231738791 2143405 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ opc_pkg.Z 426816027 27596 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ install/opcrclchk 3971301481 29176 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ install/opcrdschk 1468339466 6784 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ install/opcrndchk 4047305323 6016 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ install/opcroschk 3839052727 28384 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ install/opcrverchk 1942528719 100180 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ install/opcrinst 3603854700 16528 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ install/opcnsl 2126700646 2782 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ monitor/ana_disk.sh.Z 2691356887 6053 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ monitor/cpu_mon.sh.Z 1848787613 6139 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ monitor/disk_mon.sh.Z 1630582639 5681 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ monitor/proc_mon.sh.Z 2674673659 5433 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ monitor/sh_procs.sh.Z 3902210181 5754 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ monitor/swap_mon.sh.Z 3664868406 5684 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ monitor/vp_chk.sh.Z 778385702 5826 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ monitor/mailq_l.sh.Z 2589848591 6273 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ monitor/opcfwtmp.Z 2463877131 2581 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ actions/st_inetd.sh.Z 3893830183 2593 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ actions/st_syslogd.sh.Z 487395501 2582 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ actions/st_mail.sh.Z 2950797768 2534 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/ actions/mailq_pr.sh.Z 3788440117 13221 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/cmds/ opc_sec_v.sh.Z 427948535 321 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/cmds/ opcdf.Z 1595039430 385 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/cmds/ opclpst.Z 2619577242 398 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/A.06.11/RPC_DCE_TCP/cmds/ opcps.Z 3158546755 3729 /var/opt/OV/share/databases/OpC/mgd_node/ vendor/dec/alpha/unix51A+/AgentPlatform 3961908628 1723 /opt/OV/OpC/examples/progs/Makef.dec Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_24643 PHSS_23228 PHSS_22895 PHSS_22262 Equivalent Patches: ITOSOL_00151: sparcSOL: 2.6 2.7 2.8 PHSS_27033: s700: 10.20 s800: 10.20 Patch Package Size: 7670 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_27034 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHSS_27034.depot By default swinstall will archive the original software in /var/adm/sw/save/PHSS_27034. If you do not wish to retain a copy of the original software, include the patch_save_files option in the swinstall command above: -x patch_save_files=false WARNING: If patch_save_files is false when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. For future reference, the contents of the PHSS_27034.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHSS_27034.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_27034.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: BEFORE LOADING THIS PATCH... o It provides bug fixes and enhancements for the VPO A.06.00 Management Server system. o DO NOT use this patch with older releases of ITO, for example versions A.05.00, A.05.11 or A.05.30 (A) Patch Installation Instructions ------------------------------- (A1) Install the patch, following the standard installation instructions. 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 VPO Administrator's GUI or from command line using inst.sh) WHILE RUNNING SWINSTALL. Don't be afraid of the '-x autoreboot=true' option above. There won't be a reboot due to this VPO patch. You can skip this option if you like. If you are running VPO in a MC/ServiceGuard installation: - Note, that only files on the shared disk volume at /var/opt/OV/share will be patched. Therefore install the patch on one cluster node while the shared disks are mounted. The server processes may be running during patch installation. - It is not necessary to install this patch on all cluster nodes. Even if the software inventory on the other cluster nodes will not be updated, the patched files will be available there when the shared disk is switched to them. NOTE: This patch must be installed on the VPO Management Server system, NOT on an VPO Managed Node directly. Changes will take effect on managed nodes by means of VPO Software Distribution (using 'Force Update' if there is already an agent installed on the managed node). See chapter 2 of the VPO Administrator's Reference manual for more information. (B) Patch Deinstallation Instructions --------------------------------- (B1) To deinstall the patch PHSS_27034 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. If you are running VPO in a MC/ServiceGuard installation make sure to mount the shared disks at the node and only at the node that had them mounted during patch installation. Otherwise restoration of the original files onto the shared disk will fail. # swremove PHSS_27034