Patch Name: PHSS_19129 Patch Description: s700_800 10.20 OV MOT1.11 Multi-fix Creation Date: 99/07/27 Post Date: 99/08/02 Hardware Platforms - OS Releases: s700: 10.01 10.10 10.20 s800: 10.01 10.10 10.20 Products: OpenView Managed Object Toolkit 1.11 Filesets: OVMOT.OVMOT-PRG OVMOT.OVMOT-DBG OVMOT.OVMOT-MAN Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_19129 Symptoms: PHSS_19129: NSMfc16896 : The agent would core on streaming as SUBSTRING with a Unknown ATT ID. NSMfc16895 : Repeated timeout failures on a ASSOC request, causes the agent to eventually receive a Too Many Outstanding Operations error. NSMfc16893 : The default agent does not provide the createtime. All other CMIS transactions provide the time in the response. NSMfc16891 : The ovmot_cmip.mib is missing the InvokeIDType. 4701-417477 : MOT core dumps when a CSE is disconnected and re-connected. 4701-431312 : /opt/OV/lib/libovmot.1 distributed with PHSS_14294 and PHSS_13862 was distributed in error. This file is part of MOT1.0 and not MOT1.11. Therefore this file has been removed from this patch stream. PHSS_18105: 4701-417485 : M-GET with filter results in a null confirmation callback 4701-417469 : MOT agent core dumps on invalid scope 4701-417436 : Communications Error OM_Object not deleted. 4701-417519 : MOT agent cores when unknown ATT id in mib but not part of mocs. 4701-417493 : Scope operation with invalid Object Instance returns Processing Error. 4701-417501 : MP_CANCEL_GET does not relay CMIS Service Errors. 4701-421289 : sysidc.ixx is missing in previous patches. PHSS_16937: 1653-284190 : MOT manager core dumps because by multiple deletetion off OVmotApplicationC:: OVmotApp 4701-408120 : List Errors terminate reception of linked replies. PHSS_16465: 4701-401661 : ovmotccgen does not allow for shared libraried to be specified in the -L option. This option only allows .a files. This should be expanded to allow any archive or shared library. 4701-401679 : ovmotccgen line has missing $ for variable Mkdep, and the condition at this line 2897 will hold wrong. 4701-401695 : The motagent core dumps on Solaris, during error logging. 4701-401703 : The motagent core dumps while trying to log error message, when the error message is too large. 4701-399501 : xomg++ generates methods for the append(xxx) but not the append(const xxx) for SetOf classes. This leads to a linking error when attempting to pass a const variable to the class. PHSS_15972: 4701-397166 : OVmotDateC class can't recognize "00" as valid year. When an object is instantiated with "00" as year, it core dumps. This needs to be modified as to handle inferred century indicators. The Log messages display 2 digit year representation which needs to be modified to 4 digit, to ensure this is y2k safe. 4701-397174 : Unknown OID's are not accepted by MOT. PHSS_14880: 4071-388082 : OVmot/asoreslc.hxx not updated in DFIX1007 4701-383604 : using OVmotCmisServiceErrorC::print causes core dump. 4701-386722 : Using OVmotMoDeleteResultC::setAccessDenied method at agent returns "CmisProcessingFailure" at the manager end. 4701-388835 : SMF1 AVC not generating Events when used with OVmotUserScC PHSS_14294: 4701-383596 : When a application is linked with the mot libraries that were shipped with the patches PHSS_13826, PHSS_13825 and PSOV_01886, some link problems. Some unresolved references were seen with the mot libraries when linked with the application code. This SR fixes these link problems. PHSS_13826: 4000-135913 : MO:LocalGet(attrIdList, attrList) function duplicates the original AttrIdList before calling the handleLocalGet function. 4000-135962 : The following four variables are flagged as duplicates by the compiler when a customer attempts to link in there own LEX/YACC routines into a MOT application. yymaxdepth,yylocale,yytextuc,yyposix_point 1653-234161 : With some combinations of SEQUENCE and UNION usage in the mib, user gets Undefined definitions in marsh.cxx 1653-239699 : In the file /opt/OV/include/OVmot/sysidc.ixx, there is two methods to get the value of the systemId : one if a name is used qSystemIdName(void) and one if a number is used qSystemIdNumber(void) Both have identical function body. 4701-379891 : motccgen was not generating OM Package name OID constants as per XGDMO standards. in the code generated for agent under the path root/src/FwPrivate/MISC_ompkg.cxx As a result, user gets undefined symbols error, when the OM package name consists of both upper and lower case letters. 4000-136192 : assoc diagnostic always returns -1. PHSS_13511: 4000-135996 : The problem is the user can not send his own user-information in the CMIP packet, as it is not implemented. This patch provides the facility to include user-information as specified by the user in the CMIP packet. PHSS_13164: 1653-234781 : Execution of 3-parameter constructor for "SET OF " followed by "SEQUENCE" in ASN.1 syntaxes (e.g. AdditionalInformation) leads to core dump in Solaris since it attempts to use "delete []" an object that was not allocated using "new []". 1653-234104 : The method "choice()" is generated as a non-const method for the ASN.1 syntax "CHOICE", and as a result const-objects cannot invoke it. PHSS_12875: 1. Memory Leak when using AdditionalInformation syntax 2. Parameter passed to "ProcessingFailure" when delete request is serviced by agent 3. Only INTEGER "Scope" definition supported and the ENUMERATED (non CAE) not supported. 4. "motccgen" dumps core when OID for an ASN.1 module is missing from IMPORT clause in a mib. 5. MOT generated code unable to send CMIS Service Error as event response. (Old) PHSS_11953: 1653-211631 : MOT generated code unable to send CMIS Service Error as event response. PHSS_11757: 1653-215053 : If the BER encoded form for the OID in the oidmap array entries contain an embedded "\x00", the OID gets truncated. The array entries are generated by ovxomgen++. Defect Description: PHSS_19129: NSMfc16896 : The agent would core on streaming the value of the Unknown ATT ID. Resolution: Return processing failure. NSMfc16895 : Repeated timeout failures on a ASSOC request, causes the agent to eventually receive a Too Many Outstanding Operations error. Resolution: Use the OVmotContextC timeout, instead of a internal MOT timer. NSMfc16893 : The default agent does not provide the time. All other CMIS transactions provide the time in the response. Resolution: Add the Time to the create request. NSMfc16891 : Invoke ID type is not in the ovmot_cmip.mib. Resolution: Add the InvokeIDType to the mib. 4701-417477 : The Transaction map is NOT cleared upon receiving an abort request. Resolution: Transaction map is cleared after receiving an abort request. PHSS_18105: 4701-417485 : SUBSTRINGS,ORDERING operations are NOT supported for CHOICE data type. Resolution: These operations are supported for CHOICE data type now. 4701-417469 : The OVmotScopeC class is NOT streaming the scope value when it is a invalid . Resolution: This invalid scope value is streamed now. 4701-417436 : The OVmotCseCC::receiveCommsErrorCnf() , is NOT deleting the OM_private_obj. Resolution: This object is cleaned now. 4701-417519 : The OVmotXomBerAdapterC::encode() is calling OVmotXomObjC::freePublicObject() on a supplied object. Resolution: This is not called now. 4701-417493 : The OVmotCmisScopedTxnC::checkPars () is returning a Processing Failure object ,when the real problem is a NoSuchObjectInstance. Resolution: This returns the correct problem now. 4701-417501 : The OVmotCseCC::sendMpResponse() is calling mp_cancel_get_rsp() with an MP_ABSENT_OBJECT instead of OM_private_object. Resolution: This call is made with correct arguments. 4701-421289 : sysidc.ixx is NOT shipped in previous patches. Resolution: This is shipped in the current patch. PHSS_16937: 1653-284190 : In the method OVmotApplicationC::~OVmotApplicationC(void) the object OVmotApp is deleted, this object is also deleted in the method OVmotAppBaseC::exitProgram. 4701-408120 : In case of get-list-error or set-list-error CMIS request is getting terminated. PHSS_16465: 4701-401661 : ovmotccgen does not allow for shared libraries to be specified in the -L option. This option only allows .a files. This should be expanded to allow any archive or shared library. 4701-401679 : ovmotccgen line has missing $ for variable Mkdep, and the condition at this line 2897 will hold wrong. 4701-401695 : The OVmotUse->err method has two arguments. Currently, only one argument is being passed in the file "agcseehc.cxx", in method "OVmotAgentCseApiErrorHandlerC::abortCse". Hence, the agent core dumps. 4701-401703 : The trace buffer is of fixed size, (of MAX_HUGE_FMT) size. When the trace data exceeds the size of the trace buffer, then the code tries to access location which is not accessible, and hence dumps core. 4701-399501 : No code is generated for this append() method with an 'const' argument ! PHSS_15972: 4701-397166 : OVmotDateC class doesn't check for inferred century indicator. Log messages display 2 digit year format. 4701-397174 : Unknown OID's are not accepted by MOT. MOT does not support the use of unknown OID's in the attribute value field. PHSS_14880: 4071-388082 : The header file asoreslc.hxx was modified for DFIX1006 for fixing SR SR 4000-136192. But due to oversight, it was not shipped along with the patch released for this defect. 4701-383604 : Class OVmotCmisServiceErrorC has a method called print which basically outputs the kind of error with a brief description. There were two problems in this mothod. 1. It was not printing any error message in case of OVMOT_CE_ERROR_INVALID. in the case statement. 2. Wrong overloaded operator << was being used for outputting the error messages. 4701-388835 : The public data member avc_defined_ of the class OVmotSmf1C was not getting updated properly. 4701-386722 : The class, OVmotMoResultC is instatiated by the framework for returning any CMIS results. In the class definition of OVmotMoResultC operator = has been overloaded which basically does the task of copy constructor. But it was not copying all the data members from the source object. PHSS_14294: 4701-383596 : MOT1.1 Patch. This patch solves the link problems that arised in MOT1.11 libraries released with patches PHSS_13826, PHSS_13825 and PSOV_01886. These problems arised due to some build errors because of improper dependencies. PHSS_13826: 4000-135913 : LocalGet duplicates original attribute list 4000-135962 : LEX/YACC variable names used in MOT 4000-136192 : assoc diagnostic always returns -1 1653-234161 : Undefined definition in marsh.cxx with SEQUENCE and UNION combinations in the mib 1653-239699 : bug in /opt/OV/include/OVmot/sysidc.ixx 4701-379891 : motccgen does not generate OM Package name OID constants as per XGDMO standards. PHSS_13511: 4000-135996 : The problem is the user can not send his own user-information in the CMIP packet, as it is not implemented. This patch provides the facility to include user-information as specified by the user in the CMIP packet. PHSS_13164: 1653-234104 : The problem is due to xomg++ not generating "choice()" as a const method for the ASN.1 "CHOICE" syntax. This prevented any const object (representing a syntax class) invoke the "choice()" method. 1653-234781 : The problem is due to incorrect generation of code (by xomg++) that implements a 3-parameter constructor for a ASN.1 code fragment i.e. "SET OF" followed by "SEQUENCE". This applies to syntaxes such as "AdditionalInformation" as defined in X.721. In particular, the 3-parameter constructor leads to a core dump in Solaris System due to "delete[]" on an object pointer that was not allocated using "new []". This patch also CARRIES THROUGH the FIX for the old xomg++ OID truncation problem. PHSS_12875: There are couple of new defects that got fixed in this patch besides accommodating some of the old defects. The new defects that got fixed are: 1. Memory leaks when one uses "AdditionalInformation" as part of event notification information. 2. Any PARAMETER that is passed on with "Processing Failure" at agent side (setProcessingFailure()) , gets dropped and is NOT sent to the manager. 3. Does not support non CAE definitions of "Scope" (an ENUMERATED type that can typically be used with a CMIS request). It previously used to support only INTEGER "Scope". 4. "ovmotccgen" (internally "motccgen") dumps core if the OID for an ASN1 module is missed from the IMPORT clause in a mib. Old defect (whose fix is carried here) is: 1. Support for sending service error as event response. MOT1.11 did not allow the M-EventReport-Confirmed operation to reply with a CMIS service error. PHSS_11953: 1653-211631 : This is an enhancement rather than a defect. The MOT1.11 did not allow the M-EventReport-Confirmed operation to reply with a CMIS service error. The OVmotCseMonitorC interface of MOT was missing the ability to do so. This patch being one on MOT1.11 naturally includes fix for AVC Notification as was missing on MOT1.1. PHSS_11757: 1653-215053 : The problem is because of xomg++ generated only a 1-parameter constructor as entries in the oidmap array. Becuase of this, the BER encoded OID strings are treated like any other null terminated strings. If now say the BER string contained embedded "\x00" it would be truncated thereof, and the OID would be decoded wrongly. We are talking about using now 2-parameter constructor for "SGL_string_type" class which retains the length information of the string too. SR: 4701398487 4701417477 4701417485 4701417469 4701417436 4701417519 4701417493 4701417501 4701421289 1653284190 4701408120 4701401661 4701401679 4701401695 4701401703 4701399501 4701397166 4701397174 4701388082 4701383604 4701386722 4701388835 4701383596 4000135913 4000135962 1653234161 1653239699 4701379891 4000136192 4000135996 1653234781 1653234104 1653211631 1653215053 4000135020 5003389775 1653229690 4000135244 4701431312 Patch Files: /opt/OV/bin/motccgen /opt/OV/bin/ovmotccgen /opt/OV/bin/xomg++ /opt/OV/include/OVmot/asoargc.hxx /opt/OV/include/OVmot/asoreslc.hxx /opt/OV/include/OVmot/csemntc.hxx /opt/OV/include/OVmot/scopec.hxx /opt/OV/include/OVmot/sessionc.hxx /opt/OV/include/OVmot/sessionc.ixx /opt/OV/include/OVmot/xomwrksc.hxx /opt/OV/include/OVmot/cmistxnc.hxx /opt/OV/include/OVmot/csec.hxx /opt/OV/include/OVmot/ctiterc.hxx /opt/OV/include/OVmot/usrscndc.hxx /opt/OV/include/OVmot/sysidc.ixx /opt/OV/include/OVmot/cmistxnc.ixx /opt/OV/lib/libovmot.2 /opt/OV/lib/libovmot.a /opt/OV/lib/libovmot_dbg.a /opt/OV/lib/libovxomg++.a /opt/OV/man/man3.Z/OVmotCseMonitorC.3 /opt/OV/man/man3.Z/OVmotScopeC.3 /opt/OV/man/man3.Z/OVmotSessionC.3 /opt/OV/man/man3.Z/OVmotXomWorkspaceC.3 /opt/OV/gdmo_mibs/ovmot_cmip.mib what(1) Output: /opt/OV/bin/motccgen: DFIX1012 (cgattc.cxx).1999/03/30 PATCH PHSS_18105, 990330 DFIX1006, 980116 PATCH PHSS_13826, 980116 PATCH PHSS_14294, 980225 DFIX1007, 980225 DFIX1003 (usertype.cxx) 1997/10/22 PATCH PHSS_12875, 971013 DFIX1009 (motlicence.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1010 (usrmsgc.cxx).1998/09/18 PATCH PHSS_16465, 980918 OSE Release hp700_10 40100 PATCH PHSS_11394, 970617 PATCH PHSS_9538, 961212 $Revision: 76.162.1.5 $ /opt/OV/bin/ovmotccgen: None /opt/OV/bin/xomg++: xomgen++ MOT 1.0 MR DFIX1012 (codegen.C).1999/03/30 DFIX1001 (codegen.C).1997/07/15 PATCH PHSS_11757 , 970715 DFIX1012 (type.C).1999/03/30 PATCH PHSS_18105, 990330 DFIX1012 (classcomps.C).1999/03/30 DFIX1004 (classcomps.C).1997/11/10 PATCH PHSS_13164 , 971110 DFIX1012 (typeorder.C).1999/03/31 DFIX1004 (setmethods.C).1997/11/10 PATCH PHSS_13164 , 971110 DFIX1010 (setmethods.C).1998/09/18 PATCH PHSS_16465, 980918 PATCH PHSS_11394, 970617 PATCH PHSS_9538, 961212 DFIX6064: asn1refs.c 10Mar1998 PATCH PHSS_14486, 980310 /opt/OV/include/OVmot/asoargc.hxx: None /opt/OV/include/OVmot/asoreslc.hxx: None /opt/OV/include/OVmot/csemntc.hxx: None /opt/OV/include/OVmot/scopec.hxx: None /opt/OV/include/OVmot/sessionc.hxx: None /opt/OV/include/OVmot/sessionc.ixx: None /opt/OV/include/OVmot/xomwrksc.hxx: None /opt/OV/include/OVmot/cmistxnc.hxx: None /opt/OV/include/OVmot/csec.hxx: None /opt/OV/include/OVmot/ctiterc.hxx: None /opt/OV/include/OVmot/usrscndc.hxx: None /opt/OV/include/OVmot/sysidc.ixx: PATCH PHSS_14294, 980225 PATCH PHSS_14293, 980225 PATCH PSOV_01912, 980225 DFIX1007, 980225 PATCH PHSS_13826, 980116 PATCH PHSS_13825, 980116 PATCH PSOV_01886, 980116 DFIX1006, 980116 /opt/OV/include/OVmot/cmistxnc.ixx: None /opt/OV/lib/libovmot.2: DFIX1003 (moifrtnc.cxx) 1997/10/22 PATCH PHSS_12875, 971013 DFIX1006, 980116 PATCH PHSS_13826, 980116 DFIX1007, 980225 PATCH PHSS_14294, 980225 DFIX1010 (agcseehc.cxx).1998/09/18 DFIX1013 (dlopresc.cxx).1999/06/10 DFIX1016 (crtxnc.cxx).1999/07/07 PATCH PHSS_19129, 990707 DFIX1009 (usrlogc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1010 (usrmsgc.cxx).1998/09/18 PATCH PHSS_16465, 980918 DFIX1011 (applctnc.cxx).1998/11/15 PATCH PHSS_16937, 981115 DFIX1013 (cmistxnc.cxx).1999/06/10 DFIX1013 (scoptxnc.cxx).1999/06/10 DFIX1012 (scoptxnc.cxx).1999/03/30 DFIX1013 (gettxnc.cxx).1999/06/10 DFIX1013 (gtopresc.cxx).1999/06/10 DFIX1013 (stopresc.cxx).1999/06/10 DFIX1013 (atopresc.cxx).1999/06/10 DFIX1006, 980116 PATCH PHSS_13826, 980116 DFIX1007, 980225 PATCH PHSS_14294, 980225 DFIX1006, 980116 PATCH PHSS_13826, 980116 DFIX1007, 980225 PATCH PHSS_14294, 980225 DFIX1003 (extparc.cxx) 1997/10/22 PATCH PHSS_12875, 971013 DFIX1009 (xomgifc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1015 (acsecc.cxx).1999/07/07 PATCH PHSS_19129, 990707 DFIX1013 (acsereqc.cxx).1999/06/10 DFIX1013 (acserspc.cxx).1999/06/10 DFIX1013 (csec.cxx).1999/06/10 DFIX1012 (csecc.cxx).1999/03/30 DFIX1011 (csecc.cxx).1998/11/15 PATCH PHSS_18105, 990330 PATCH PHSS_18858 , 990610 DFIX1013 (csedspc.cxx).1999/06/10 DFIX1011 (csedspc.cxx).1998/11/15 DFIX1002 (csemntc.cxx).1997/07/25 PATCH PHSS_11953, 970725 DFIX1003 (xomwrksc.cxx, xomwrksc.hxx) 1997/10/22 PATCH PHSS_12875, 971013 PATCH PHSS_14880, 980419 DFIX1008, 980419 DFIX1009 (attrerrc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1005 (sessionc.cxx, sessionc.hxx, sessionc.ixx) .1997/12/11 PATCH PHSS_13511, 971211 DFIX1005 (asoargc.cxx, asoargc.hxx).1997/12/11 PATCH PHSS_13511, 971211 DFIX1005 (asoreslc.cxx, asoreslc.hxx).1997/12/11 PATCH PHSS_13511, 971211 DFIX1012 (beradptc.cxx).1999/03/30 DFIX1012 (scopec.cxx) 1999/03/30 DFIX1003 (scopec.cxx, scopec.hxx) 1997/10/22 PATCH PHSS_12875, 971013 DFIX1009 (attrhldc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1009 (modfierc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1014 (substrc.cxx).1999/07/07 PATCH PHSS_19129, 990707 DFIX1009 (datec.cxx) 1998/07/20 PATCH PHSS_15972, 980720 HP OpenView Managed Object Toolkit B.01.11.00 /opt/OV/lib/libovmot.a: DFIX1009 (motlicence.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1009 (usrlogc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1010 (usrmsgc.cxx).1998/09/18 PATCH PHSS_16465, 980918 DFIX1009 (datec.cxx) 1998/07/20 PATCH PHSS_15972, 980720 HP OpenView Managed Object Toolkit B.01.11.00 DFIX1011 (applctnc.cxx).1998/11/15 PATCH PHSS_16937, 981115 DFIX1012 (beradptc.cxx).1999/03/30 DFIX1006, 980116 PATCH PHSS_13826, 980116 DFIX1007, 980225 PATCH PHSS_14294, 980225 DFIX1006, 980116 PATCH PHSS_13826, 980116 DFIX1007, 980225 PATCH PHSS_14294, 980225 DFIX1003 (extparc.cxx) 1997/10/22 PATCH PHSS_12875, 971013 DFIX1012 (scopec.cxx) 1999/03/30 DFIX1003 (scopec.cxx, scopec.hxx) 1997/10/22 PATCH PHSS_12875, 971013 DFIX1009 (attrhldc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1009 (modfierc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1014 (substrc.cxx).1999/07/07 PATCH PHSS_19129, 990707 DFIX1009 (attrerrc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 PATCH PHSS_14880, 980419 DFIX1008, 980419 DFIX1005 (asoargc.cxx, asoargc.hxx).1997/12/11 PATCH PHSS_13511, 971211 DFIX1005 (asoreslc.cxx, asoreslc.hxx).1997/12/11 PATCH PHSS_13511, 971211 DFIX1003 (moifrtnc.cxx) 1997/10/22 PATCH PHSS_12875, 971013 DFIX1006, 980116 PATCH PHSS_13826, 980116 DFIX1007, 980225 PATCH PHSS_14294, 980225 DFIX1010 (agcseehc.cxx).1998/09/18 DFIX1005 (sessionc.cxx, sessionc.hxx, sessionc.ixx) .1997/12/11 PATCH PHSS_13511, 971211 DFIX1015 (acsecc.cxx).1999/07/07 PATCH PHSS_19129, 990707 DFIX1013 (acsereqc.cxx).1999/06/10 DFIX1013 (acserspc.cxx).1999/06/10 DFIX1013 (csec.cxx).1999/06/10 DFIX1012 (csecc.cxx).1999/03/30 DFIX1011 (csecc.cxx).1998/11/15 PATCH PHSS_18105, 990330 PATCH PHSS_18858 , 990610 DFIX1013 (csedspc.cxx).1999/06/10 DFIX1011 (csedspc.cxx).1998/11/15 DFIX1002 (csemntc.cxx).1997/07/25 PATCH PHSS_11953, 970725 DFIX1003 (xomwrksc.cxx, xomwrksc.hxx) 1997/10/22 PATCH PHSS_12875, 971013 DFIX1013 (cmistxnc.cxx).1999/06/10 DFIX1013 (scoptxnc.cxx).1999/06/10 DFIX1012 (scoptxnc.cxx).1999/03/30 DFIX1013 (gettxnc.cxx).1999/06/10 DFIX1013 (gtopresc.cxx).1999/06/10 DFIX1013 (stopresc.cxx).1999/06/10 DFIX1013 (atopresc.cxx).1999/06/10 DFIX1013 (dlopresc.cxx).1999/06/10 DFIX1016 (crtxnc.cxx).1999/07/07 PATCH PHSS_19129, 990707 DFIX1009 (xomgifc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 /opt/OV/lib/libovmot_dbg.a: DFIX1009 (motlicence.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1009 (usrlogc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1010 (usrmsgc.cxx).1998/09/18 PATCH PHSS_16465, 980918 DFIX1009 (datec.cxx) 1998/07/20 PATCH PHSS_15972, 980720 HP OpenView Managed Object Toolkit B.01.11.00 DFIX1011 (applctnc.cxx).1998/11/15 PATCH PHSS_16937, 981115 DFIX1012 (beradptc.cxx).1999/03/30 DFIX1006, 980116 PATCH PHSS_13826, 980116 DFIX1007, 980225 PATCH PHSS_14294, 980225 DFIX1006, 980116 PATCH PHSS_13826, 980116 DFIX1007, 980225 PATCH PHSS_14294, 980225 DFIX1003 (extparc.cxx) 1997/10/22 PATCH PHSS_12875, 971013 DFIX1012 (scopec.cxx) 1999/03/30 DFIX1003 (scopec.cxx, scopec.hxx) 1997/10/22 PATCH PHSS_12875, 971013 DFIX1009 (attrhldc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1009 (modfierc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 DFIX1014 (substrc.cxx).1999/07/07 PATCH PHSS_19129, 990707 DFIX1009 (attrerrc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 PATCH PHSS_14880, 980419 DFIX1008, 980419 DFIX1005 (asoargc.cxx, asoargc.hxx).1997/12/11 PATCH PHSS_13511, 971211 DFIX1005 (asoreslc.cxx, asoreslc.hxx).1997/12/11 PATCH PHSS_13511, 971211 DFIX1003 (moifrtnc.cxx) 1997/10/22 PATCH PHSS_12875, 971013 DFIX1006, 980116 PATCH PHSS_13826, 980116 DFIX1007, 980225 PATCH PHSS_14294, 980225 DFIX1010 (agcseehc.cxx).1998/09/18 DFIX1005 (sessionc.cxx, sessionc.hxx, sessionc.ixx) .1997/12/11 PATCH PHSS_13511, 971211 DFIX1015 (acsecc.cxx).1999/07/07 PATCH PHSS_19129, 990707 DFIX1013 (acsereqc.cxx).1999/06/10 DFIX1013 (acserspc.cxx).1999/06/10 DFIX1013 (csec.cxx).1999/06/10 DFIX1012 (csecc.cxx).1999/03/30 DFIX1011 (csecc.cxx).1998/11/15 PATCH PHSS_18105, 990330 PATCH PHSS_18858 , 990610 DFIX1013 (csedspc.cxx).1999/06/10 DFIX1011 (csedspc.cxx).1998/11/15 DFIX1002 (csemntc.cxx).1997/07/25 PATCH PHSS_11953, 970725 DFIX1003 (xomwrksc.cxx, xomwrksc.hxx) 1997/10/22 PATCH PHSS_12875, 971013 DFIX1013 (cmistxnc.cxx).1999/06/10 DFIX1013 (scoptxnc.cxx).1999/06/10 DFIX1012 (scoptxnc.cxx).1999/03/30 DFIX1013 (gettxnc.cxx).1999/06/10 DFIX1013 (gtopresc.cxx).1999/06/10 DFIX1013 (stopresc.cxx).1999/06/10 DFIX1013 (atopresc.cxx).1999/06/10 DFIX1013 (dlopresc.cxx).1999/06/10 DFIX1016 (crtxnc.cxx).1999/07/07 PATCH PHSS_19129, 990707 DFIX1009 (xomgifc.cxx) 1998/07/20 PATCH PHSS_15972, 980720 /opt/OV/lib/libovxomg++.a: DFIX1012 (sglstring.C).1999/03/30 PATCH PHSS_18105, 990330 /opt/OV/man/man3.Z/OVmotCseMonitorC.3: None /opt/OV/man/man3.Z/OVmotScopeC.3: None /opt/OV/man/man3.Z/OVmotSessionC.3: None /opt/OV/man/man3.Z/OVmotXomWorkspaceC.3: None /opt/OV/gdmo_mibs/ovmot_cmip.mib: PATCH PHSS_19128, PHSS_19129, PSOV_02448 990707 DFIX1017 (ovmot_cmip.mib) 1999/07/07 cksum(1) Output: 1153224968 1315306 /opt/OV/bin/motccgen 1695413859 83473 /opt/OV/bin/ovmotccgen 3240992657 513514 /opt/OV/bin/xomg++ 4108024171 6593 /opt/OV/include/OVmot/asoargc.hxx 2329259422 10066 /opt/OV/include/OVmot/asoreslc.hxx 2057375794 5094 /opt/OV/include/OVmot/csemntc.hxx 3891556030 7122 /opt/OV/include/OVmot/scopec.hxx 819644564 15937 /opt/OV/include/OVmot/sessionc.hxx 3766580524 8369 /opt/OV/include/OVmot/sessionc.ixx 362852035 9287 /opt/OV/include/OVmot/xomwrksc.hxx 1668955107 5076 /opt/OV/include/OVmot/cmistxnc.hxx 2908839685 18918 /opt/OV/include/OVmot/csec.hxx 318155910 5401 /opt/OV/include/OVmot/ctiterc.hxx 2008821260 4072 /opt/OV/include/OVmot/usrscndc.hxx 1663020936 3258 /opt/OV/include/OVmot/sysidc.ixx 495036154 1565 /opt/OV/include/OVmot/cmistxnc.ixx 2235339368 5613809 /opt/OV/lib/libovmot.2 4091658549 11630372 /opt/OV/lib/libovmot.a 3534306586 13029160 /opt/OV/lib/libovmot_dbg.a 3416741131 134640 /opt/OV/lib/libovxomg++.a 1804550686 3571 /opt/OV/man/man3.Z/OVmotCseMonitorC.3 1180679927 2557 /opt/OV/man/man3.Z/OVmotScopeC.3 4011533530 15275 /opt/OV/man/man3.Z/OVmotSessionC.3 1904742531 4855 /opt/OV/man/man3.Z/OVmotXomWorkspaceC.3 462159894 12494 /opt/OV/gdmo_mibs/ovmot_cmip.mib Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_11757 PHSS_11953 PHSS_12875 PHSS_13164 PHSS_13511 PHSS_13826 PHSS_14294 PHSS_14880 PHSS_15972 PHSS_16465 PHSS_16937 PHSS_18105 Equivalent Patches: PHSS_19128: s700: 9.01 9.03 9.05 9.07 s800: 9.00 9.04 PSOV_02448: sparcSOL: 2.5 Patch Package Size: 31780 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_19129 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_19129.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_19129. 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_19129.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_19129.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: PHSS_19129: NSMfc16896 NSMfc16895 NSMfc16893 To resolve the above three defects, re-linking the agent is required. NSMfc16891 If other MIBS depend on the InvokeIDType then regenerating the agent is required.