Patch Name: PHSS_27273 Patch Description: s700_800 10.X OV DM5.03 Intermediate Patch June2002 Creation Date: 02/06/18 Post Date: 02/07/02 Hardware Platforms - OS Releases: s700: 10.01 10.10 10.20 s800: 10.01 10.10 10.20 Products: OpenView Distributed Management 5.03 Filesets: DMAgent.OVCI-RUN,B.05.03 DMAgent.OVEMS-LOG,B.05.03 DMAgent.OVEMS-RUN,B.05.03 DMAgentDevKit.OVDM-XMPv7-PRG,B.05.03 Automatic Reboot?: No Status: Special Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_27273 Symptoms: PHSS_27273: PTSfc02781 : Normal behaviour of pmd is affected by improper version field. PTSfc02782 : SNMP request is freed incorrectly. PTSfc02705 : Improper handling of community name. PTSfc02778 : Negative value of data size affects normal encoding of request. PTSfc02777 : Problem with DTD library for large OID. PTSfc02779 : pmd misbehaves with improperly encoded data field length. PHSS_26811: PTSfc02103 : pmd crashed while AARQ was received PTSfc02470 : "error on receiving data from transport service" and association rejected. PTSfc02205 : ovlad hang because of unfreed semaphore PTSfc01436 : Memory leak when requests are sent across an ACM connection PTSfc02218 : ovlad log/trace files' size grow to 2GB and ovlad takes much CPU time. PTSfc02476 : SNMP timeout value is overlapping with xmpv7 timeout value which is not correct as per the snmp man pages. PTSfc02509 : ovlad hangs while doing import on log files. PTSfc02514 : ovlad fails to export log files from $OV_LOG/ovelog/ PTSfc02566 : ovlad fails to import log files to $OV_LOG/ovelog/ PTSfc02506 : PMD Memory growth PTSfc02708 : exported log file gets corrupted when we do GET & EXPORT simultaneously on a particular log file. PTSfc02707 : backup action on log file leaves the log file in corrupted state. PTSfc02290 : malloc failure observed in ovlad trace files. PHSS_25190: PTSfc02160 :Purify shows ABR warnings when password test program runs on xmpv7 library. PTSfc01608 :EFD/LOG are created for an improper EFD/LOG create request. PTSfc01864 :In HA environment, ovlad takes 50min. to start up. PTSfc01459 :Memory leak in pmd. Defect Description: PHSS_27273: PTSfc02781 : Value of the version moves offset beyond the total length. Resolution: The Resolution is HP proprietary. PTSfc02782 : Improper freeing operation of RQT head node. Resolution: The Resolution is HP proprietary. PTSfc02705 : Buffer allocated for community name is not enough. Resolution: The Resolution is HP proprietary. PTSfc02778 : The size of the data to be encoded is not checked for negativity. Resolution: The Resolution is HP proprietary. PTSfc02777 : There is no checking for excessive OID length. Resolution: The Resolution is HP proprietary. PTSfc02779 : Length of a field within the pdu is greater than the pdu length. Resolution: The Resolution is HP proprietary. PHSS_26811: PTSfc02103 : skip_tag checks lower 6 bits of tag information to check whether it is a Multi/Single byte tag information. It will be called only when the entire primitive is not received and its total length is not calculated. Resolution: The Resolution is HP properitary. PTSfc02470 : Problem in handling ap_rcv when it returns AP_AGAIN error condition. Resolution: The Resolution is HP properitary. PTSfc02205 : Parent and child ovlad waits for semaphore to be released, causing opi_sock_send to fail when sending request to the application, hence it returns -2 without releasing semaphore, causing deadlock (-2 indicats "fatal error") and "" is logged in ovlad.trc0 file for the same reason. Resolution: The Resolution is HP properitary. PTSfc01436 : pm_free_rqt frees memory held by rqt instead of assoc_rqt, which is incorrect. Resolution: The Resolution is HP properitary. PTSfc02218 : ovlad log and trace files' size was growing to 2GB because of the improper return value handling of lal_remove_log_record() in leh_log.c file. Hence, ovlad was taking large CPU time. Resolution: The Resolution is HP properitary. PTSfc02476 : SNMP timeout value is overrided by xmpv7 timeout value because of previous fix DFIX7002 which is not correct according to snmp man pages(where default timeout value is 5 sec and default retry value is 3 times). Resolution: The Resolution is HP proprietary. PTSfc02509 : log object files were not opened while processing the import action. Resolution: The Resolution is HP proprietary. PTSfc02514 : After exporting the log files, ovlad deletes all the records from that log and leaves out 4byte log. While creating this 4bytes log, ovlad sets log->maxSize (max. size of the log file) to "0" instead of it's earlier defined value. This was causing problem for the next coming events to the same log file. Resolution: The Resolution is HP proprietary. PTSfc02566 : In lal_import_log function, ovlad was trying to read the closed log->filename and was causing problem while doing import. As a fix, call lal_openfile to open log->filename and send this opened log->fd to read_status function. Resolution: The Resolution is HP proprietary. PTSfc02506 : Memory allocated for context objects is not freed for the previous association request while requesting a new association on next NSAP address. Resolution: The Resolution is HP proprietary. PTSfc02708 : When we do GET, parent ovlad forks a child ovlad to process the GET request. Same time when we do EXPORT, to move log file contents to some backup directory, child ovlad interrupts in-between when parent is in the process of copying records. Hence, log file gets corrupted. Resolution: The Resolution is HP proprietary. PTSfc02707 : Global variables are getting modified and hence the log object file is getting corrupted. Resolution: The Resolution is HP proprietary. PTSfc02290 : As a single file stream is shared between child and parent ovlad processes, the file stream gets corrupted leading to malloc error. Resolution: The Resolution is HP proprietary. PHSS_25190: PTSfc02160: The defect is due to less memory being allocated in malloc. Resolution: The Resolution is HP properitary PTSfc01608: There is no proper check for class to instance conflict because of which EFD and LOG are created even when we send out a improper EFD/LOG create request. Resolution: The Resolution is HP properitary PTSfc01864: When the log has wrapped around, the newer records are in the beginning of the log. Then there could be a few deleted records, followed by the oldest records. The deleted records are actually marked as \xff (including the record length). When ovlad starts/stops ,it arranges the records as follows:First the oldest records, then the newer records and then the empty space(created by the removal of the deleted records). When the log has a number of deleted records, and ovlad had either crashed or the time for rearrangement is ,too much,then the log is not rearranged as mentioned above. Then during start up the ovlad takes time to rearrange the log as there are a number of deleted records. Since the record size is of the deleted record is not known, it reads byte by byte until there are no more \xff characters in the record. The next non-negative number is the record length of the next record. Resolution: The Resolution is HP properitary PTSfc01459: A request structure is created. When a operation fails and function returns the request structure is not freed.The fd is closed its corresponding CCE is not freed. Resolution: The Resolution is HP properitary SR: F333002779 F333002781 F333002782 F333002777 F333002705 F333002778 F333001436 F333002506 F333002514 F333002103 F333002290 F333002509 F333002470 F333002205 F333002707 F333002708 F333002218 F333002476 F333002566 F333002160 F333001459 F333001864 F333001608 Patch Files: /opt/OV/lib/libxmpV7.2 /opt/OV/lib/libxmpV7.a /opt/OV/bin/pmd /opt/OV/bin/ovead /opt/OV/bin/ovladdb /opt/OV/bin/ovladff what(1) Output: /opt/OV/lib/libxmpV7.2: libXOM 1.9 (BULL S.A) 7/1/92 PATCH PHSS_14693, 980402 PATCH PHSS_25190, 20010910 DFIX9065: cii_ent.c 13Sept2001 DFIX9019: cii_ent.c 25Aug99 DFIX9021: ch_get_rsp.c 20Sep99 DFIX9026: mp_error_m.c 11Nov99 PATCH PHSS_18263, 990415 DFIX9015: mp_receive.c 26Apr99 DFIX9010: mp_rel_req.c 12Nov98 DFIX9010: mp_rel_rsp.c 12Nov98 DFIX9011: dec_assAtt.c 04Jan1999 DFIX9011: dec_fcts.c 04Jan1999 DFIX9011: enc_obj.c 04Jan1999 PATCH PHSS_17290, 990104 PATCH PHSS_20460, 991120 DFIX9024: x_comp.yacc 12Nov1999 PATCH PHSS_15644, 980617 DFIX9005: x_comp_cla.c 17Jun1998 DFIX9027: iso_reg.c 16Nov99 PATCH PHSS_20460, 991120 DFIX9052 iso_reg.c 22Dec2000 DFIX9027: iso_dreg.c 16Nov99 DFIX9004: smf_defilt.c 12May1998 PATCH PHSS_15213, 980511 DFIX9052 smf_defflt.c 22Dec2000 PATCH PHSS_20108, 991011 PATCH PHSS_19638, 990825 DFIX9022: pm_ipc.c 08Oct99 DFIX9019: pm_ipc.c 25Aug99 DFIX9001: pm_ipc.c 20Apr98 /opt/OV/lib/libxmpV7.a: PATCH PHSS_14693, 980402 PATCH PHSS_25190, 20010910 DFIX9065: cii_ent.c 13Sept2001 DFIX9019: cii_ent.c 25Aug99 DFIX9021: ch_get_rsp.c 20Sep99 DFIX9026: mp_error_m.c 11Nov99 PATCH PHSS_18263, 990415 DFIX9015: mp_receive.c 26Apr99 DFIX9010: mp_rel_req.c 12Nov98 DFIX9010: mp_rel_rsp.c 12Nov98 DFIX9011: dec_assAtt.c 04Jan1999 DFIX9011: dec_fcts.c 04Jan1999 DFIX9011: enc_obj.c 04Jan1999 PATCH PHSS_17290, 990104 PATCH PHSS_20460, 991120 DFIX9024: x_comp.yacc 12Nov1999 PATCH PHSS_15644, 980617 DFIX9005: x_comp_cla.c 17Jun1998 libXOM 1.9 (BULL S.A) 7/1/92 DFIX9027: iso_reg.c 16Nov99 PATCH PHSS_20460, 991120 DFIX9052 iso_reg.c 22Dec2000 DFIX9027: iso_dreg.c 16Nov99 DFIX9004: smf_defilt.c 12May1998 PATCH PHSS_15213, 980511 DFIX9052 smf_defflt.c 22Dec2000 PATCH PHSS_20108, 991011 PATCH PHSS_19638, 990825 DFIX9022: pm_ipc.c 08Oct99 DFIX9019: pm_ipc.c 25Aug99 DFIX9001: pm_ipc.c 20Apr98 /opt/OV/bin/pmd: DFIX9071 pm_stk_tbl.c 13/02/2002 DM 5.03 FULL pmd Jun 12 2002 18:35:35 Server A.05.03 MR PATCH PHSS_24061, DM5.03 Consolidated Patch (Apr 200 1) PATCH PHSS_23827, DM5.03 Intermediate Patch (Apr 200 1) PATCH PHSS_16122, DM5.03 Consolidated Patch (Aug 199 8) PATCH PHSS_16859, DM5.03 Consolidated patch Nov1998 HP OpenView PostMaster DM Release A.05.03 HP 9000 S700/S800 HP-UX 10.x OpenView version Jun 1 2 2002 Copyright (c) 1990-2002 Hewlett-Packard Company DFIX9027: acse_util.c 16Nov99 DFIX9017 acse_util.c 18Jun1999 DFIX9012 acse_util.c 28Jan1999 DFIX9066: acse_assoc.c 08Nov2001 DFIX9027: acse_assoc.c 16Nov99 DFIX9004: acse_assoc.c 12May98 PATCH PHSS_20460, 991120 PATCH PHSS_15213, 980511 PATCH PHSS_20460, 991120 PATCH PHSS_18263, 990415 DFIX9027: acse_bind.c 16Nov99 DFIX9015 acse_bind.c 15Apr1999 DFIX9027: acse_mgr.c 16Nov99 DFIX9069 cmip.c 17Jan2002 DFIX9059 cmip.c 03Apr2001 DFIX9040 cmip.c 10Apr2000 DFIX9033 cmip.c 28Mar2000 DFIX9039 cmip.c 08Mar2000 DFIX9034 cmip.c 02Feb2000 DFIX9028 cmip.c 19Nov1999 DFIX9006 cmip.c 23Jul1998 PATCH PHSS_17456, 990122 DFIX9075 cmip_utils.c 05Mar2002 DFIX9067 cmip_utils.c 17Jan2002 DFIX9015 cmip_utils.c 15Apr1999 DFIX9012 cmip_utils.c 28Jan1999 PATCH PHSS_22444, 000921 DFIX9075 cmip_ass.c 05Mar2002 DFIX9062 cmip_ass.c 19Apr2001 DFIX9045 cmip_ass.c 21Sept2000 DFIX9035 cmip_ass.c 10Feb2000 DFIX9028 cmip_ass.c 19Nov1999 DFIX9027 cmip_ass.c 16Nov1999 DFIX9017 cmip_ass.c 18Jun1999 DFIX9015 cmip_ass.c 15Apr1999 DFIX9012 cmip_ass.c 28Jan1999 DFIX9009 cmip_ass.c 12Nov1998 OTS: C.05.02 al_rcv.c PATCH C.05.02 (PHNE_11875/PHNE_11876) al_utl.c PATCH C.05.02 (PHNE_6722/PHNE_6723) al_atos.c PATCH C.05.02 (PHNE_11875/PHNE_11876) al_ptrace.c PATCH C.05.02 (PHNE_8825/PHNE_8826) OTS: C.05.02 ro_func.c PATCH C.05.02 (PHNE_6722/PHNE_6723) ro_encode.c PATCH C.05.02 (PHNE_6722/PHNE_6723) ro_util.c PATCH C.05.02 (PHNE_8825/PHNE_8826) DFIX9083 si_snmp.c 15 May 2002 DFIX9084 si_snmp.c 15 May 2002 DFIX9071 si_snmp.c 13 feb 2002 DFIX9010: evt_fwd.c 12Nov1998 DFIX9010: evt_fwd_req.c 12Nov1998 DFIX9058: api_close.c 03Apr2001 DFIX9044: api_close.c 30Aug2000 DFIX9044 xmpv7.c 30Aug2000 DFIX9039 xmpv7.c 28March2000 DFIX9058 xmpv7_close.c 03Apr2001 DFIX9044 xmpv7_close.c 30Aug2000 DFIX9028 xmpv7_close.c 19Nov1999 DFIX9044 xmpv7_oper.c 30Aug2000 DFIX9039 xmpv7_oper.c 28March2000 DFIX9068: opi_sock.c 17Jan2002 DFIX9019: opi_sock.c 25Aug99 DFIX9062: opi_sock_util.c 19Apr2001 DFIX9019: opi_sock_util.c 25Aug99 PATCH PHSS_20108, 991011 PATCH PHSS_19638, 990825 DFIX9022: pm_ipc.c 08Oct99 DFIX9019: pm_ipc.c 25Aug99 DFIX9001: pm_ipc.c 20Apr98 DFIX9017: eventstk_reconfig.c 18Jun1999 DFIX9057: eventstk_addr_handling.c 28March2001 DFIX9054: eventstk_addr_handling.c 29Jan2001 DFIX9054 : eventstk_destinations.c 29Jan2001 DFIX9085 pm_dsm.c 15/5/2002 DFIX9012 pm_indicate.c 28Jan1999 DFIX9056: pm_init.c 22Mar01 DFIX9033: pm_init.c 28Mar00 DFIX9027: pm_init.c 16Nov99 PATCH PHSS_20460, 991120 PATCH PHSS_17424, 990118 PATCH PHSS_14693, 980402 PATCH PHSS_18957, DM5.03 Consolidated patch July1999 PATCH PHSS_20462, DM5.03 Consolidated patch Nov1999 PATCH PHSS_21240, DM5.03 Consolidated Patch Mar2000 PATCH PHSS_25190, 20010910 PATCH PHSS_26811,DM5.03 Intermediate Patch April 200 2 PATCH PHSS_27273,DM5.03 Intermediate Patch June 2002 DFIX9010: pm_rq.c 12Nov1998 DFIX9060: pm_trace.c 03Apr2001 DFIX9018: pm_license.c 28June1999 DFIX9004: pm_license.c 12May1998 DFIX9084 pm_snmp.c 15 May 2002 DFIX9082: asn1.c 15May2002 DFIX9080: asn1.c 02May2002 DFIX9027: inetaddr.c 16Nov99 DFIX9027: localaddr.c 16Nov99 DFIX9027: paddr.c 16Nov99 DFIX9034 apdu.c 03Feb2000 DFIX9034 ps.c 02Feb2000 DFIX9010: sg.c 12Nov1998 DFIX9037 : OVsUtil.C 000419 DFIX9054 :dtd.c,23 Jan 2001 PATCH PHSS_21238, 000309 DFIX9044: struct.c 30Aug2000 DFIX9036 struct.c 21 Feb 2000 DFIX9044: list.c 30Aug2000 DIFX9009 codec.c 15Oct1998 DFIX9086:dtd_code.c,17 May 2002 DFIX9047:dtd_code.c,13 Oct 2000 /opt/OV/bin/ovead: PATCH PHSS_24061, DM5.03 Consolidated Patch (Apr 200 1) PATCH PHSS_23827, DM5.03 Intermediate Patch (Apr 200 1) PATCH PHSS_16122, DM5.03 Consolidated Patch (Aug 199 8) PATCH PHSS_16859, DM5.03 Consolidated patch Nov1998 HP OpenView Event Agent DM Release A.05.03 HP 9000 S700/S800 HP-UX 10.x OpenView version Jun 1 2 2002 Copyright (c) 1990-2002 Hewlett-Packard Company DFIX9027: acse_util.c 16Nov99 DFIX9017 acse_util.c 18Jun1999 DFIX9012 acse_util.c 28Jan1999 DFIX9066: acse_assoc.c 08Nov2001 DFIX9027: acse_assoc.c 16Nov99 DFIX9004: acse_assoc.c 12May98 PATCH PHSS_20460, 991120 PATCH PHSS_15213, 980511 PATCH PHSS_20460, 991120 PATCH PHSS_18263, 990415 DFIX9027: acse_bind.c 16Nov99 DFIX9015 acse_bind.c 15Apr1999 DFIX9027: acse_mgr.c 16Nov99 DFIX9068: opi_sock.c 17Jan2002 DFIX9019: opi_sock.c 25Aug99 DFIX9062: opi_sock_util.c 19Apr2001 DFIX9019: opi_sock_util.c 25Aug99 PATCH PHSS_20108, 991011 PATCH PHSS_19638, 990825 DFIX9022: pm_ipc.c 08Oct99 DFIX9019: pm_ipc.c 25Aug99 DFIX9001: pm_ipc.c 20Apr98 DFIX9027: om_opi_stack.c 16Nov99 DFIX9022: om_opi_stack.c 08Oct99 DFIX9038: om_action_request.c 08Mar00 DFIX9027: om_action_request.c 16Nov99 PATCH PHSS_21238, 000308 DFIX9010: om_create_request.c 12Nov1998 DFIX9038: om_set_request.c 08Mar00 DFIX9002: om_set_request.c 20Apr98 PATCH PHSS_22444, 000921 DFIX9064: stx_check_obj.c 3rd August 2001 DFIX9061: stx_check_obj.c 24Apr2001 DFIX9051: stx_check_obj.c 14Dec2000 DFIX9046: stx_check_obj.c 03Oct00 DFIX9038: stx_check_obj.c 08Mar00 DFIX9010: stx_check_obj.c 12Nov1998 DFIX9003: stx_check_obj.c 24apr1998 PATCH PHSS_18263, 990415 DFIX9054: om_process_attributeList.c 29Jan2001 DFIX9029: om_process_attributeList.c Nov191999 DFIX9015: om_process_attributeList.c 26Apr1999 DFIX9010: om_process_attributeList.c 12Nov1998 DFIX9054:om_process_modificationList.c 29Jan2001 DFIX9054 :dtd.c,23 Jan 2001 PATCH PHSS_21238, 000309 DFIX9044: struct.c 30Aug2000 DFIX9036 struct.c 21 Feb 2000 DFIX9044: list.c 30Aug2000 DIFX9009 codec.c 15Oct1998 DFIX9086:dtd_code.c,17 May 2002 DFIX9047:dtd_code.c,13 Oct 2000 DFIX9085 pm_dsm.c 15/5/2002 DFIX9012 pm_indicate.c 28Jan1999 DFIX9056: pm_init.c 22Mar01 DFIX9033: pm_init.c 28Mar00 DFIX9027: pm_init.c 16Nov99 PATCH PHSS_20460, 991120 PATCH PHSS_17424, 990118 PATCH PHSS_14693, 980402 PATCH PHSS_18957, DM5.03 Consolidated patch July1999 PATCH PHSS_20462, DM5.03 Consolidated patch Nov1999 PATCH PHSS_21240, DM5.03 Consolidated Patch Mar2000 PATCH PHSS_25190, 20010910 PATCH PHSS_26811,DM5.03 Intermediate Patch April 200 2 PATCH PHSS_27273,DM5.03 Intermediate Patch June 2002 DFIX9010: pm_rq.c 12Nov1998 DFIX9060: pm_trace.c 03Apr2001 DFIX9027: inetaddr.c 16Nov99 DFIX9027: localaddr.c 16Nov99 DFIX9027: paddr.c 16Nov99 DFIX9034 apdu.c 03Feb2000 DFIX9010: sg.c 12Nov1998 /opt/OV/bin/ovladdb: PATCH PHSS_24061, DM5.03 Consolidated Patch (Apr 200 1) PATCH PHSS_23827, DM5.03 Intermediate Patch (Apr 200 1) PATCH PHSS_16122, DM5.03 Consolidated Patch (Aug 199 8) PATCH PHSS_16859, DM5.03 Consolidated patch Nov1998 HP OpenView Event Log Agent (ODBC Based) DM Release A.05.03 HP 9000 S700/S800 HP-UX 10.x OpenView version Jun 1 2 2002 Copyright (c) 1990-2002 Hewlett-Packard Company DFIX9027: acse_util.c 16Nov99 DFIX9017 acse_util.c 18Jun1999 DFIX9012 acse_util.c 28Jan1999 DFIX9066: acse_assoc.c 08Nov2001 DFIX9027: acse_assoc.c 16Nov99 DFIX9004: acse_assoc.c 12May98 PATCH PHSS_20460, 991120 PATCH PHSS_15213, 980511 PATCH PHSS_20460, 991120 PATCH PHSS_18263, 990415 DFIX9027: acse_bind.c 16Nov99 DFIX9015 acse_bind.c 15Apr1999 DFIX9027: acse_mgr.c 16Nov99 DFIX9027: om_opi_stack.c 16Nov99 DFIX9022: om_opi_stack.c 08Oct99 DFIX9038: om_action_request.c 08Mar00 DFIX9027: om_action_request.c 16Nov99 PATCH PHSS_21238, 000308 DFIX9010: om_create_request.c 12Nov1998 DFIX9038: om_set_request.c 08Mar00 DFIX9002: om_set_request.c 20Apr98 PATCH PHSS_22444, 000921 DFIX9064: stx_check_obj.c 3rd August 2001 DFIX9061: stx_check_obj.c 24Apr2001 DFIX9051: stx_check_obj.c 14Dec2000 DFIX9046: stx_check_obj.c 03Oct00 DFIX9038: stx_check_obj.c 08Mar00 DFIX9010: stx_check_obj.c 12Nov1998 DFIX9003: stx_check_obj.c 24apr1998 PATCH PHSS_18263, 990415 DFIX9054: om_process_attributeList.c 29Jan2001 DFIX9029: om_process_attributeList.c Nov191999 DFIX9015: om_process_attributeList.c 26Apr1999 DFIX9010: om_process_attributeList.c 12Nov1998 DFIX9054:om_process_modificationList.c 29Jan2001 DFIX9054 :dtd.c,23 Jan 2001 PATCH PHSS_21238, 000309 DFIX9044: struct.c 30Aug2000 DFIX9036 struct.c 21 Feb 2000 DFIX9044: list.c 30Aug2000 DIFX9009 codec.c 15Oct1998 DFIX9086:dtd_code.c,17 May 2002 DFIX9047:dtd_code.c,13 Oct 2000 DFIX9027: leh_reconf.c 16Nov99 DFIX9017: leh_reconf.c 20Jul1999 DFIX9070 leh_log.c 18Jan2002 DFIX9025 leh_log.c 15Nov1999 DFIX9068: opi_sock.c 17Jan2002 DFIX9019: opi_sock.c 25Aug99 DFIX9062: opi_sock_util.c 19Apr2001 DFIX9019: opi_sock_util.c 25Aug99 PATCH PHSS_20108, 991011 PATCH PHSS_19638, 990825 DFIX9022: pm_ipc.c 08Oct99 DFIX9019: pm_ipc.c 25Aug99 DFIX9001: pm_ipc.c 20Apr98 DFIX9085 pm_dsm.c 15/5/2002 DFIX9012 pm_indicate.c 28Jan1999 DFIX9056: pm_init.c 22Mar01 DFIX9033: pm_init.c 28Mar00 DFIX9027: pm_init.c 16Nov99 PATCH PHSS_20460, 991120 PATCH PHSS_17424, 990118 PATCH PHSS_14693, 980402 PATCH PHSS_18957, DM5.03 Consolidated patch July1999 PATCH PHSS_20462, DM5.03 Consolidated patch Nov1999 PATCH PHSS_21240, DM5.03 Consolidated Patch Mar2000 PATCH PHSS_25190, 20010910 PATCH PHSS_26811,DM5.03 Intermediate Patch April 200 2 PATCH PHSS_27273,DM5.03 Intermediate Patch June 2002 DFIX9010: pm_rq.c 12Nov1998 DFIX9060: pm_trace.c 03Apr2001 DFIX9027: inetaddr.c 16Nov99 DFIX9027: localaddr.c 16Nov99 DFIX9027: paddr.c 16Nov99 DFIX9034 apdu.c 03Feb2000 DFIX9010: sg.c 12Nov1998 DFIX9027: aconnect.c 16Nov99 DFIX9025 maxsize.c 15Nov 1999 PATCH PHSS_17905, 990311 DFIX9013 rdbsql.c 11Mar1999 DFIX9025 dbinsert.c 19Nov1999 /opt/OV/bin/ovladff: PATCH PHSS_24061, DM5.03 Consolidated Patch (Apr 200 1) PATCH PHSS_23827, DM5.03 Intermediate Patch (Apr 200 1) PATCH PHSS_16122, DM5.03 Consolidated Patch (Aug 199 8) PATCH PHSS_16859, DM5.03 Consolidated patch Nov1998 HP OpenView Event Log Agent (Flat File Based) DM Rel ease A.05.03 HP 9000 S700/S800 HP-UX 10.x OpenView version Jun 1 2 2002 Copyright (c) 1990-2002 Hewlett-Packard Company DFIX9027: acse_util.c 16Nov99 DFIX9017 acse_util.c 18Jun1999 DFIX9012 acse_util.c 28Jan1999 DFIX9066: acse_assoc.c 08Nov2001 DFIX9027: acse_assoc.c 16Nov99 DFIX9004: acse_assoc.c 12May98 PATCH PHSS_20460, 991120 PATCH PHSS_15213, 980511 PATCH PHSS_20460, 991120 PATCH PHSS_18263, 990415 DFIX9027: acse_bind.c 16Nov99 DFIX9015 acse_bind.c 15Apr1999 DFIX9027: acse_mgr.c 16Nov99 DFIX9027: om_opi_stack.c 16Nov99 DFIX9022: om_opi_stack.c 08Oct99 DFIX9038: om_action_request.c 08Mar00 DFIX9027: om_action_request.c 16Nov99 PATCH PHSS_21238, 000308 DFIX9010: om_create_request.c 12Nov1998 DFIX9038: om_set_request.c 08Mar00 DFIX9002: om_set_request.c 20Apr98 PATCH PHSS_22444, 000921 DFIX9064: stx_check_obj.c 3rd August 2001 DFIX9061: stx_check_obj.c 24Apr2001 DFIX9051: stx_check_obj.c 14Dec2000 DFIX9046: stx_check_obj.c 03Oct00 DFIX9038: stx_check_obj.c 08Mar00 DFIX9010: stx_check_obj.c 12Nov1998 DFIX9003: stx_check_obj.c 24apr1998 PATCH PHSS_18263, 990415 DFIX9054: om_process_attributeList.c 29Jan2001 DFIX9029: om_process_attributeList.c Nov191999 DFIX9015: om_process_attributeList.c 26Apr1999 DFIX9010: om_process_attributeList.c 12Nov1998 DFIX9054:om_process_modificationList.c 29Jan2001 DFIX9054 :dtd.c,23 Jan 2001 PATCH PHSS_21238, 000309 DFIX9044: struct.c 30Aug2000 DFIX9036 struct.c 21 Feb 2000 DFIX9044: list.c 30Aug2000 DIFX9009 codec.c 15Oct1998 DFIX9086:dtd_code.c,17 May 2002 DFIX9047:dtd_code.c,13 Oct 2000 DFIX9027: leh_reconf.c 16Nov99 DFIX9017: leh_reconf.c 20Jul1999 DFIX9070 leh_log.c 18Jan2002 DFIX9025 leh_log.c 15Nov1999 DFIX9068: opi_sock.c 17Jan2002 DFIX9019: opi_sock.c 25Aug99 DFIX9062: opi_sock_util.c 19Apr2001 DFIX9019: opi_sock_util.c 25Aug99 PATCH PHSS_20108, 991011 PATCH PHSS_19638, 990825 DFIX9022: pm_ipc.c 08Oct99 DFIX9019: pm_ipc.c 25Aug99 DFIX9001: pm_ipc.c 20Apr98 DFIX9085 pm_dsm.c 15/5/2002 DFIX9012 pm_indicate.c 28Jan1999 DFIX9056: pm_init.c 22Mar01 DFIX9033: pm_init.c 28Mar00 DFIX9027: pm_init.c 16Nov99 PATCH PHSS_20460, 991120 PATCH PHSS_17424, 990118 PATCH PHSS_14693, 980402 PATCH PHSS_18957, DM5.03 Consolidated patch July1999 PATCH PHSS_20462, DM5.03 Consolidated patch Nov1999 PATCH PHSS_21240, DM5.03 Consolidated Patch Mar2000 PATCH PHSS_25190, 20010910 PATCH PHSS_26811,DM5.03 Intermediate Patch April 200 2 PATCH PHSS_27273,DM5.03 Intermediate Patch June 2002 DFIX9010: pm_rq.c 12Nov1998 DFIX9060: pm_trace.c 03Apr2001 DFIX9027: inetaddr.c 16Nov99 DFIX9027: localaddr.c 16Nov99 DFIX9027: paddr.c 16Nov99 DFIX9034 apdu.c 03Feb2000 DFIX9010: sg.c 12Nov1998 DFIX9078 : connect.c : 09Apr2002 DFIX9063 : connect.c : 02Aug01 DFIX9027: connect.c 16Nov99 DFIX9073: create_log.c 02Mar02 DFIX9027: create_log.c 16Nov99 DFIX9016 create_log.c 19May99 DFIX9073 : delete_log.c : 02Mar02 DFIX9063 : create_rec.c : 02Aug01 DFIX9027: create_rec.c 16Nov99 DFIX9016 create_rec.c 19May99 DFIX9070 sequent.c 18Jan2002 PATCH PHSS_18618, 990518 DFIX9016 status.c 19May99 DFIX9077 : arc.c : 09Apr2002 DFIX9076 : arc.c : 08Apr2002 DFIX9074 : arc.c : 25Feb2002 DFIX9073 : arc.c : 02Mar2002 DFIX9072 : arc.c : 08Apr2002 DFIX9063 : arc.c : 02Aug01 cksum(1) Output: 4271106337 2794010 /opt/OV/bin/pmd 6327790 895506 /opt/OV/bin/ovead 2090303644 1465296 /opt/OV/bin/ovladdb 2618156809 1313448 /opt/OV/bin/ovladff 1837393802 1584939 /opt/OV/lib/libxmpV7.2 814743591 1574236 /opt/OV/lib/libxmpV7.a Patch Conflicts: None Patch Dependencies: s700: 10.01: PHSS_24061 s700: 10.10: PHSS_24061 s700: 10.20: PHSS_24061 s800: 10.01: PHSS_24061 s800: 10.10: PHSS_24061 s800: 10.20: PHSS_24061 Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_25190 PHSS_26811 Equivalent Patches: PHSS_27274: s700: 11.00 s800: 11.00 PSOV_03173: sparcSOL: 2.4 2.5 2.6 Patch Package Size: 9470 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_27273 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_27273.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_27273. 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_27273.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_27273.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: BEFORE LOADING THIS PATCH... If there are any OV sessions running on either the Management Station or on any Management Consoles, these sessions need to be closed. The "ovstop" command should then be executed. WARNING : the patch will not install if any Network Node Manager processes or DM processes are detected. BACKUP ALL OpenView DIRECTORIES TO TAPE. This pre-caution ensures that if you have problems after installing the patch, you will be able to restore your current state from tape. NOTE : ovstart is NOT executed after the patch is loaded You will need to manually run ovstart. Also, in order to keep a history of the patches installed on your system the post-install script will attempt to copy this .text file to /usr/OV/ReleaseNotes/patches (or /opt/OV/ReleaseNotes/patches). Please make sure this file is in /tmp before installation. This patch supersedes one or more previous patches. If the superseded patches included special installation instructions those instructions can be found below.