Patch Name: PHSS_21825 Patch Description: s700_800 10.X OV ECS3.00 June2000 Consol. Patch Creation Date: 00/06/20 Post Date: 00/06/26 Warning: 00/07/20 - This Non-Critical Warning has been issued by HP. - PHSS_21825 introduced a problem on systems using OpenView Network Node Manager (NNM) with OpenView Event Correlation Services (ECS). With the patch installed, events will be duplicated in the NNM binary event store. When the ovdwevent(1) command is executed to export events to the data warehouse, the export fails because of duplicate UUID's. - Please note that the problem does not affect ECS standalone or ECS Designer configurations. - The preceding patch, PHSS_19621, does not exhibit this same behavior. PHSS_19621 will be re-released until a replacement patch is available. - HP recommends that PHSS_21825 be removed from all systems using OpenView NNM with OpenView ECS. PHSS_21825 should also be removed from software depots that may be used to install patches on these systems. In order to address as many known issues as possible, PHSS_19621 should be installed after PHSS_21825 is removed. In addition, to remove the duplicate events in the binary event store, all files located in the $OV_DATABASE/eventdb directory must be deleted after PHSS_21825 is removed. Hardware Platforms - OS Releases: s700: 10.10 10.20 s800: 10.10 10.20 Products: OpenView Event Correlation Services 3.0x Filesets: OVECS.OVECS-CMG OVECS.OVECS-DES-NNM OVECS.OVECS-DES OVECS.OVECS-DM OVECS.OVECS-PRG OVECS.OVECS-RUN OVECS.OVECS Automatic Reboot?: No Status: General Superseded With Warnings Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_21825 Symptoms: PHSS_21825: Cumulative Consolidated Patch PHSS_21820: NSMfc17300: ECS engine is not correctly handling the agent-addr field when the ip addresses has a "0" as one of the network addresses octets. NSMbg02355: PMD(NNM) memory grows when ECS stack is loaded. NSMbg02412: uuid's are not unique on solaris. NSMbg02297: Combine Node Reset input doesn't work correctly PHSS_19621: 4701-432070: ECS3.0 for DM breaks the functionality of DM TMN Manager Platform. NSMbg00228 : The DM/NNM linked ECS engine does not support multiple instancing. NSMbg00198 : When multiple instances of the ECS Designer are being used, compilation/simulation fails. NSMbg00258 : Field in Config GUI that is a string cannot be changed to other type. NSMbg00827 : Following error message is logged in the pmd.log file. L ERROR ECSS:02 0000:0000 00000000:00000000 Mar 11 08:35:54 stk.c :2979 | PM_NO_ERROR | LOG [stackorg/stk.c@1212]: Failed to create an ED event. LOG [stackorg/stk.c@1212]: Failed to create an ED event. PHSS_18005: NSMau02475 Defining a list of variable length as: varlist width=var (as documented in "HP OV ECS ASCII Module") ecsmdlchk report an error. 1653-263442 When adding a GDMO document to ECS, with a NOTIFICATION template defined without INFORMATION SYNTAX (valid defn), the program ecsbertool core dumps. e.g. trmCircuitGroomed NOTIFICATION BEHAVIOUR trmCircuitGroomedNotificationBehaviour; REGISTERED AS { forum-notification 14 }; 4701-397208 If a mib file defines multiple ASN1 sections, then ecsbertool incorrectly assigns the last ASN1 Section to all of the Attribute Syntaxes specified in $OV_CONF/ecs/md/ber/ecs.def. NSMbg01353 Defining window type parameter to a compound node results in compilation error in designer. 4701-398214 A table node is setup like this: SaveUntil = infinite_duration, MaxEvents = 0, RetainCondition = true, DeleteCondition = "current_event managedObjectInstance = retained_event managedObjectInstance". The "expected" behaviour of this table node is: it always keeps the "most recent event" of each MOI (assuming that MOI is sufficient to uniquely identify an object instance). When two events (from the same MOI and the second event has an earlier creation time - a transit delay of 1s, say) pass the above table node, the second event will be discarded by the circuit with no trace! It is neither kept in the table node, nor it comes out from the output port of the table node. 4701-418616 A circuit is turned on server MSI in ITO. Sending an opcmsg from a managed node whose clock is 1 min ahead of the management server, then the message is rejected by ecs: NSMfc15070 Connecting two clock nodes in series (one node , with interval of 1 min. feeding to start input port of next node) results in abnormal CPU usage increase. NSMbg01792 "Memory leak occurs while using Unless node" NSMbg01793 Wrong nnm_defaults.ecs file in NT MR depot NSMfc13650 ECS CMG does not display Japanese param data for NNM 6.0 circuits only on NT. English data is displayed even when used with Japanese NT. NSMfc15043 The following error message is logged when the "Key Spec" parameter of the rate node is configured in the circuit. Error Message "LOG [rate.c@2229]: Internal Error: _dict and _rateDict are out of Synch. ret = -1608 " appears in the log file, NSmfc15063 ECS application is not getting compiled as the header file circuit_types.h is missing in MR CD. NSMbg01716 ECS designer crashes at the time of simulation with a simple circuit with table node, when the "Refresh" button is pressed. 4701-417956 ECSconftest fails while running in live system. Defect Description: PHSS_21825: Cumulative Consolidated Patch Resolution: Cumulative Consolidated Patch PHSS_21820: NSMfc17300: ECS engine is not correctly handling the agent-addr field when the ip addresses has a "0" as one of the network addresses octets. Resolution: The engine code has been modified to handle Ip address that has "0" as one of the network addresses octets. NSMbg02355: NNM pmd grows when events are stored in in the ECS circuits(ex.table node). Resolution: The rqt structure sent by the pmd is deleted once the event enters ECS stack and a new rqt structure is created and filled up when the event is output to the pmd. NSMbg02412: uuid's for new events generated by ECS are not unique in case of solaris Resolution: The ECS stack code has been changed to generate uuid's in case of solaris. NSMbg02297: A reset is sent to a combine node and events that should have been discarded appear at the output on subsequent operations instead. The circuit policy and parameters are all set so that this shouldn't happen. Resolution: The combine node is modified so that all the events in the node before reset are not considered for combining. PHSS_19621: 4701-432070: If DM TMN Manager Platform and ECS for DM is installed, then ECS does not route some of the events to the DM. Resolution: ECS stack has been modified to work with the DM TMN Manager Platform (both 5.03 and 6.0 releases). Additionally in the case of DM TMN Manager Platform 5.03 release, the ECS stack has been modified to ignore the existence of NNM as ECS3.0 does not support versions of NNM less than NNM6.0. NSMbg00228 : The DM TMN release 6.0 supports multiple instancing. However the ECS engine library loaded by the pmd, did not support multiple instancing. Resolution: The ECS engine library loaded by the pmd now supports multiple instancing. To use this feature, the ECS stack must have the following option in the lrf file for pmd. -SECSS;i where is the instance number of the ECS stack which must be loaded by that particular instance of pmd. If this option is not specified, the default instance number of 1 is used by the ECS stack. NSMbg00198 : When multiple users are using the ECS Designer, and one user exits the designer, the default circuits copied in the modules directory are removed and so the other users face a problem during simulation/compilation. Resolution: The default circuits,once copied into the modules directory, are not removed when the Designer window is closed. NSMbg00258 : When you have a field in the Configuration GUI that is a string, and you wish to change it to an integer. The GUI will try to automatically insert "'s and the field again becomes a string. Resolution: The java file has been changed so that the config GUI field that is a string can be changed to other types.changed to other types. NSMbg00827 : OVA_decode fails to decode the PDU if the timestamp value is greater than 2147483647 (0x7FFFFFFF). Resolution: OVA_decode is enhanced to decode timestamp value as large as 0xFFFFFFFF. PHSS_18005: NSMau02475 If defining a list of variable length as: varlist width=var (as documented in "HP OV ECS ASCII Module") ecsmdlchk will report an error. The workaround is to omit the "width=var". Resolution: ecsmdt accepts width=var in mdl file. 1653-263442 The program ecsbertool, while parsing the mib assumes that NOTIFICATION template will always contain a INFORMATION SYNTAX. Resolution: The resolution is HP propritery. 4701-397208 This bug won't showup if mib file contains only one module defined in it. The the module name of Attributes is over-written whenever there is a new module defined while traversing mib tree. This causes assignment of the last ASN1 section to all the attributes. Resolution: The resolution is HP propritery. NSMbg01353 Defining window type parameter to a compound node results in compilation error in designer as window type is not defined. Resolution: Modules file updated with window type. 4701-398214 If the incoming event is older than any event in the current region (but younger than SaveUntil), and the current region already contains MaxEvents, then the incoming event will be immediately retired (retained region). Since, delete condition evaluates to true, the older event (based on create time) is discarded. This causes disappearing of the event. Resolution: The resolution is HP propritery. 4701-418616 If create time of an event is greater than current time of the engine, then when the event enters the engine, event's create time should be defaulted to current time. It was not happenning in the above case. It is a ITO specific problem. Resolution: In the above case create time will be defaulted to arrival time by the engine. NSMfc15070 Since clock-1 is generating one event per minute it introduces empty loops inside clock node's logic which consumes cpu time. Since this adds a new empty loop per every minute cpu usage goes on increasing. Resolution: Clock node will ignore the events coming through start input port if it is already enabled. NSMbg01792 Each time an event comes outputted to error port of an unless node, corresponding event in the excitor input doesn't get deleted. Hence the memory leak occurs. Resolution: The resolution is HP propritery. NSMbg01793 Wrong version of nnm_defaults.ecs got shipped Resolution: Replace with the latest nnm_defaults.ecs file NSMfc13650 CMG does not pick up the Japanese .param files correctly on NT. Resolution: The resolution is HP propritery. NSMfc15043 This problem is due to invalid keys, used store the rate values in the _rateDict Dictionary. Resolution: The keys in the dictionary were getting deleted when a event leaves the rate node. This has been fixed. NSMfc15063 Header file was missing from the MR CD. The header file circuit_types.h is shipped. Resolution: The circuit_types.h is shipped. NSMbg01716 When the Refresh button is pressed in the designer at simulation time, ECS flushes the events from the event list. Designer crashed at this point. Resolution: Incorrect usage of event list is rectified. 4701-417956 The runtest script could not properly compare the actual output which had events other than what is present in expected output file. Resolution: The script has been modified the handle the above condition. SR: 0000000000 4701432070 1653263442 4701397208 4701398214 4701418616 4701417956 Patch Files: /opt/OV/bin/ecsd /opt/OV/bin/ecsdes /opt/OV/bin/ecsdes2 /opt/OV/bin/ecsmdt /opt/OV/lib/libova.2 /opt/OV/www/htdocs/classes/cmg/cmg.jar /opt/OV/include/ecs/EFE/circuit_types.h /opt/OV/contrib/ecs/conftest/runtest /etc/opt/OV/share/conf/stacks/pmd/libECSS.sl /etc/opt/OV/share/conf/ecs/modules/ecs_defaults.ecs /etc/opt/OV/share/conf/ecs/modules.newconfig/nnm/ nnm_defaults.ecs what(1) Output: /opt/OV/bin/ecsd: None ecsd.c $Revision: /main/ECS3.0/1 $ $Date: 2000/04/11 08:28 UTC $ tcl_dummy.c $Revision$ $Date$ logging.c $Revision$ $Date$ performance.c $Revision$ $Date$ support.c $Revision$ $Date$ engine_control.c $Revision: /main/ECS3.0/2 $ $Date: 1999/03/19 12:49 UTC $ DFIX12000:engine_control.c 19mar99 annotate.c $Revision: 1.14 $ $Date: 1997/10/03 02:30 :59 $ None events.c $Revision: 1.30 $ $Date: 1998/06/01 08:01:4 1 $ None management.c $Revision: 1.8 $ $Date: 1998/06/25 02:3 7:16 $ None timesync.c $Revision: 1.9 $ $Date: 1997/03/24 08:20: 28 $ annotate.c $Revision$ $Date$ bus.c $Revision$ $Date$ clock.c $Revision: /main/ECS3.0/2 $ $Date: 1999/03/1 9 12:47 UTC $ DFIX12000:clock.c 19mar99 combine.c $Revision: /main/ECS3.0/2 $ $Date: 2000/05 /29 06:21 UTC $ DFIX12004 : combine.c, June2000 count.c $Revision$ $Date$ create.c $Revision$ $Date$ extract.c $Revision$ $Date$ filter.c $Revision$ $Date$ input.c $Revision$ $Date$ loader.c $Revision$ $Date$ memory.c $Revision$ $Date$ modify.c $Revision$ $Date$ output.c $Revision$ $Date$ rate.c $Revision: /main/ECS3.0/4 $ $Date: 1999/09/01 10:30 UTC $ DFIX12000:rate.c 19mar99 PATCH PHSS_18005, Consolidated patch Mar 1999 rearrange.c $Revision$ $Date$ table.c $Revision: /main/ECS3.0/2 $ $Date: 1999/03/1 9 12:45 UTC $ DFIX12000:table.c 19mar99 unless.c $Revision: /main/ECS3.0/2 $ $Date: 1999/03/ 19 12:42 UTC $ DFIX12000:unless.c 19mar99 delay.c $Revision$ $Date$ transit.c $Revision$ $Date$ assembler.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:32 UTC $ dicts.c $Revision$ $Date$ interpreter.c $Revision$ $Date$ memory.c $Revision$ $Date$ bif_oid.c $Revision: 1.1 $ $Date: 1997/09/25 05:08:2 4 $ None dicts.c $Revision: 1.18 $ $Date: 1998/03/27 09:02:35 $ None endecrypt.c $Revision: 1.1 $ $Date: 1997/10/15 09:57 :37 $ library.c $Revision$ $Date$ opc_pattern.c $Revision: /main/2 $ $Date: 1998/08/21 10:33 UTC $ None circuit.c $Revision: /main/ECS3.0/4 $ $Date: 1999/04 /16 12:40 UTC $ DFIX12000:circuit.c 19mar99 engine.c $Revision: 1.15 $ $Date: 1997/08/14 00:08:4 2 $ None node.c $Revision: 1.44 $ $Date: 1998/05/01 04:33:53 $ None nodeclass.c $Revision: 1.16 $ $Date: 1997/09/26 07:3 7:47 $ None notify.c $Revision: 1.2 $ $Date: 1997/08/07 08:13:22 $ None patching.c $Revision: 1.8 $ $Date: 1997/12/15 06:19: 31 $ None port.c $Revision: 1.11 $ $Date: 1996/05/15 05:45:40 $ None stream.c $Revision: 1.10 $ $Date: 1998/02/24 02:46:1 5 $ None streamio.c $Revision: 1.13 $ $Date: 1998/04/01 06:16 :03 $ None ctxtmap.c $Revision: 1.3 $ $Date: 1998/01/29 08:58:2 4 $ None datastore.c $Revision: 1.8 $ $Date: 1998/07/25 18:31 :39 $ None dfstore.c $Revision: /main/2 $ $Date: 1998/08/07 15: 39 UTC $ None factstore.c $Revision: 1.8 $ $Date: 1998/07/25 18:36 :10 $ None query.c 1.16 1996/11/20 23:28:02 None sequence.c $Revision: 1.17 $ $Date: 1998/01/28 03:39 :17 $ ascii.c $Revision$ $Date$ ascii_alloc.c $Revision$ $Date$ parse.c $Revision: /main/2 $ $Date: 1998/08/21 10:29 UTC $ token_set.c $Revision$ $Date$ endecode.c $Revision: 1.89 $ $Date: 1998/03/12 06:15 :55 $ None anno_event.c $Revision: 1.18 $ $Date: 1997/08/29 00: 49:58 $ None eventio.c $Revision: 1.37 $ $Date: 1998/05/18 04:14: 16 $ None sockstack.c $Revision: /main/ECS3.0/3 $ $Date: 2000/ 04/11 07:02 UTC $ DFIX12001:sockstack.c 01Sept99 PATCH PHSS_19621, Jan 2000 trace.c $Revision: 1.4 $ $Date: 1998/06/10 09:01:45 $ None value.c $Revision: /main/ECS3.0/2 $ $Date: 2000/04/0 3 06:36 UTC $ DFIX12003:value.c 03April,2000 vstring.c $Revision: /main/2 $ $Date: 1998/08/21 10: 54 UTC $ None fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33 $ None log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $ None mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28: 35 $ None trace.c $Revision: 1.12 $ $Date: 1998/03/12 04:48:38 $ None container.c $Revision: 1.17 $ $Date: 1998/02/18 00:4 9:18 $ None char_sets.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:39 UTC $ None log.c 1.27 1996/06/03 04:56:34 None engsockmgr.c $Revision: 1.5 $ $Date: 1997/04/09 05:1 2:44 $ None sockmgr.c $Revision: 1.54 $ $Date: 1998/04/16 07:23: 13 $ None control.c $Revision: 1.42 $ $Date: 1998/04/01 06:31: 39 $ None engmgr.c $Revision: 1.81 $ $Date: 1998/07/15 07:41:5 0 $ None annoio.c $Revision: 1.45 $ $Date: 1998/04/01 06:27:2 6 $ None dictionary.c $Revision: 1.23 $ $Date: 1998/04/01 06: 13:08 $ None engine_dict.c $Revision: 1.7 $ $Date: 1998/03/23 07: 30:52 $ None berova.c $Revision: /main/ECS3.0/3 $ $Date: 2000/06/ 05 11:47 UTC $ DFIX12004 : ber.c,June 2000 PATCH PHSS_21825,Consolidated patch June 2000 PATCH PHSS_21762,June 2000 md.c $Revision$ $Date$ ECS.c $Revision: 1.9 $ $Date: 1998/04/22 23:30:06 $ ECS 3.0 (A.03.00) ECS REV: A.03.00 ecsLocale.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:59 UTC $ None lic_mgr.c $Revision: 1.28 $ $Date: 1998/07/30 01:04: 01 $ None lic_flexlm.c $Revision: 1.18 $ $Date: 1998/04/24 07: 23:12 $ None lic_ovkey.c $Revision: /main/3 $ $Date: 1998/09/16 0 7:58 UTC $ None ecs_flexlm.c $Revision: 1.3 $ $Date: 1998/02/18 04:4 4:18 $ FLEXlm 6.0d (liblmgr.a), Copyright (C) 1988-1997 Glo betrotter Software, Inc. $Revision: 76.162.1.5 $ /opt/OV/bin/ecsdes: None ecsdes.sh $Revision: /main/ECS3.0/3 $ $Date: 1999/08 /30 12:28 UTC $ ECS 3.0 (A.03.00) /opt/OV/bin/ecsdes2: Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Librarian.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ ecsdes2.cc $Revision: /main/ECS3.0/1 $ $Date: 2000/0 4/11 09:13 UTC $ Reference.hh $Revision$ $Date$ Librarian.hh $Revision$ $Date$ cdiConnection.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiDebNodeAttrItem.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ Librarian.hh $Revision$ $Date$ cdiDebuggerControls.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiDisplay.cc 1.42 1997/11/28 06:21:59 Reference.hh $Revision$ $Date$ cdiHelp.cc $Revision$ $Date$ cdiJunction.cc $Revision$ $Date$ cdiNode.cc 1.46 1997/09/03 08:04:00 cdiPortItem.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiSelectionTool.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiText.cc $Revision$ $Date$ Librarian.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiViewer.cc 1.223 1998/01/08 03:00:41 Reference.hh $Revision$ $Date$ cdiAttributeDefnPanel.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiBreakPointTool.cc $Revision$ $Date$ Librarian.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiCompiler.cc $Revision: /main/3 $ $Date: 1998/08/2 1 10:25 UTC $ Reference.hh $Revision$ $Date$ cdiConfigureDefnPanel.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiConnectionTool.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiControlPanel.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiDebCircuitInfo.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiDebNodeInfo.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiDescriptionDefnPanel.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiJunctionTool.cc $Revision$ $Date$ Librarian.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiLibraryInterface.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ Librarian.hh $Revision$ $Date$ cdiLibraryTool.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ Librarian.hh $Revision$ $Date$ cdiLogViewer.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiNodeInstanceEditor.cc $Revision$ $Date$ cdiNodePanels.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiNodeTool.cc $Revision$ $Date$ cdiNotice.cc $Revision$ $Date$ cdiPanel.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiParameterDefnPanel.cc $Revision$ $Date$ cdiPort.cc $Revision$ $Date$ cdiProgressBar.cc $Revision$ $Date$ cdiTextEditor.cc $Revision: /main/2 $ $Date: 1998/08 /21 11:16 UTC $ Reference.hh $Revision$ $Date$ cdiTextTool.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiUnconfiguredTool.cc $Revision$ $Date$ cdiCommentPanel.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiCompilerError.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiCompilerOutput.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiDebNodeAttrPanel.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiDebNodeStatPanel.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ cdiDefnPanel.cc $Revision$ $Date$ cdiParameterPanel.cc $Revision$ $Date$ cdiPortPanel.cc $Revision$ $Date$ cdiPortParameterPanel.cc $Revision$ $Date$ cdiSubProcess.cc 1.5 1997/11/13 05:57:05 cdiCompErrItem.cc $Revision$ $Date$ cdiParameterItem.cc $Revision$ $Date$ messages.c $Revision: 1.24 $ $Date: 1997/10/22 03:23 :35 $ Reference.hh $Revision$ $Date$ debConnection.cc $Revision: 1.10 $ $Date: 1997/06/17 00:59:41 $ Reference.hh $Revision$ $Date$ debNode.cc $Revision: 1.22 $ $Date: 1997/07/01 23:33 :55 $ Librarian.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ debSession.cc $Revision: 1.75 $ $Date: 1998/03/17 06 :29:49 $ Reference.hh $Revision$ $Date$ debCircuit.cc $Revision: 1.10 $ $Date: 1997/06/17 00 :59:39 $ None debCompoundNode.cc $Revision: 1.12 $ $Date: 1997/06/ 17 00:59:40 $ None debConnectable.cc $Revision: 1.6 $ $Date: 1997/07/01 23:33:54 $ None debPath.cc $Revision: 1.8 $ $Date: 1997/07/01 23:33: 55 $ Reference.hh $Revision$ $Date$ debPort.cc $Revision: 1.9 $ $Date: 1997/06/17 00:59: 43 $ None debFakeNode.cc $Revision: 1.8 $ $Date: 1997/06/17 00 :59:42 $ Reference.hh $Revision$ $Date$ debRealNode.cc $Revision: 1.12 $ $Date: 1997/06/17 0 0:59:44 $ Reference.hh $Revision$ $Date$ EcdlLoader.cc $Revision: 1.63 $ $Date: 1998/04/01 07 :02:00 $ Librarian.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Interface.cc $Revision: 1.81 $ $Date: 1998/01/05 04: 53:52 $ None ParseTree.cc $Revision: /main/ECS3.0/1 $ $Date: 1999 /08/13 06:59 UTC $ None Circuit.cc $Revision: 1.8 $ $Date: 1997/07/01 23:35: 07 $ Librarian.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ CompoundDefn.cc $Revision: 1.106 $ $Date: 1998/04/01 07:00:44 $ None Connectable.cc $Revision: 1.12 $ $Date: 1997/09/03 0 8:05:26 $ None Connection.cc $Revision: 1.13 $ $Date: 1997/06/17 01 :04:23 $ None CosmeticNode.cc $Revision: 1.12 $ $Date: 1997/09/03 08:05:27 $ None JunctionNode.cc $Revision: 1.19 $ $Date: 1998/01/08 02:54:39 $ Reference.hh $Revision$ $Date$ Module.cc $Revision: 1.42 $ $Date: 1998/04/07 06:50: 04 $ Librarian.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ Node.cc $Revision: 1.54 $ $Date: 1997/11/04 00:52:27 $ None NodeDefn.cc $Revision: 1.43 $ $Date: 1997/11/04 00:5 2:29 $ None NodeFactory.cc $Revision: 1.52 $ $Date: 1998/01/08 0 2:54:41 $ None Parameter.cc $Revision: 1.12 $ $Date: 1997/06/17 01: 04:29 $ None Port.cc $Revision: 1.22 $ $Date: 1997/09/16 01:13:20 $ None PortNode.cc $Revision: 1.19 $ $Date: 1998/01/08 02:5 4:42 $ None PortType.cc $Revision: 1.11 $ $Date: 1998/01/14 06:3 7:00 $ Reference.hh $Revision$ $Date$ cmoBuffer.cc $Revision: 1.10 $ $Date: 1997/06/17 01: 04:33 $ Reference.hh $Revision$ $Date$ cmoEdit.cc $Revision: 1.7 $ $Date: 1997/06/17 01:04: 34 $ None cmoEditEffect.cc $Revision: 1.7 $ $Date: 1998/01/05 01:02:05 $ None cmoExportedAttribute.cc $Revision: 1.11 $ $Date: 199 7/09/03 08:05:32 $ None cmoTextItem.cc $Revision: 1.5 $ $Date: 1997/06/17 01 :04:38 $ None cmoAttribute.cc $Revision: 1.8 $ $Date: 1997/06/17 0 1:04:32 $ None cmoCompPort.cc $Revision: 1.4 $ $Date: 1997/06/17 01 :04:33 $ None cmoEditItem.cc $Revision: 1.5 $ $Date: 1997/06/17 01 :04:35 $ None cmoEditModuleSwap.cc $Revision: 1.5 $ $Date: 1997/06 /17 01:04:36 $ None cmoLocalAttribute.cc $Revision: 1.5 $ $Date: 1997/06 /17 01:04:37 $ Reference.hh $Revision$ $Date$ Librarian.hh $Revision$ $Date$ clbCompiler.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ Librarian.hh $Revision$ $Date$ clbDisplay.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ Librarian.hh $Revision$ $Date$ clbLibrarian.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ Librarian.hh $Revision$ $Date$ clbReference.cc $Revision: /main/2 $ $Date: 1998/08/ 21 11:17 UTC $ clbTempFile.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ clbTempReference.cc $Revision$ $Date$ clbStorageMethod.cc $Revision$ $Date$ clbStoreEncrypted.cc $Revision$ $Date$ Librarian.hh $Revision$ $Date$ Reference.hh $Revision$ $Date$ clbStoreOldCrypt.cc $Revision$ $Date$ Reference.hh $Revision$ $Date$ Librarian.hh $Revision$ $Date$ clbType.cc $Revision$ $Date$ clbInterface.cc $Revision$ $Date$ tree.c $Revision: 1.7 $ $Date: 1998/04/01 23:18:08 $ None ecdl_yacc.y $Revision: 1.11 $ $Date: 1996/05/22 01:4 3:17 $ None ecdl_lex.l $Revision: /main/ECS3.0/1 $ $Date: 1999/0 8/13 07:14 UTC $ None name.c $Revision: 1.3 $ $Date: 1996/05/22 01:43:04 $ None cdReservedWords.cc $Revision: 1.5 $ $Date: 1997/07/0 1 23:33:42 $ None cdSignal.cc $Revision: 1.10 $ $Date: 1997/11/19 03:3 7:36 $ None cdUtils.cc $Revision: 1.5 $ $Date: 1996/05/16 23:57: 10 $ Container.cc $Revision$ $Date$ EditableList.cc $Revision$ $Date$ StringList.cc $Revision$ $Date$ $Id$ AnnotationList.cc $Revision: 1.11 $ $Date: 1997/10/1 3 05:29:04 $ None AnnotationMgr.cc $Revision: 1.12 $ $Date: 1997/09/03 08:04:35 $ None AnnotationViewer.cc $Revision: 1.14 $ $Date: 1997/12 /04 00:36:55 $ None DebugHandle.cc $Revision: 1.76 $ $Date: 1997/12/15 0 6:18:59 $ None DisplayEvent.cc $Revision: 1.14 $ $Date: 1997/06/17 01:03:04 $ None EventList.cc $Revision: 1.16 $ $Date: 1997/10/22 05: 02:49 $ None EventStore.cc $Revision: 1.11 $ $Date: 1998/02/05 03 :39:09 $ None Identifier.cc $Revision: 1.11 $ $Date: 1997/06/17 01 :03:06 $ None InputLogList.cc $Revision: 1.38 $ $Date: 1998/02/06 07:11:55 $ None InputLogViewer.cc $Revision: 1.35 $ $Date: 1997/12/0 4 00:36:56 $ None OutputLogList.cc $Revision: 1.36 $ $Date: 1998/02/23 22:33:42 $ Reference.hh $Revision$ $Date$ Librarian.hh $Revision$ $Date$ OutputLogViewer.cc $Revision: 1.29 $ $Date: 1997/12/ 04 00:36:57 $ None Schema.cc $Revision: 1.8 $ $Date: 1997/06/17 01:03:1 1 $ None SimpleViewer.cc $Revision: 1.28 $ $Date: 1998/04/29 06:03:03 $ None AnnotationEvent.cc $Revision: 1.19 $ $Date: 1997/06/ 17 01:02:59 $ None AnnotationRenderer.cc $Revision: 1.9 $ $Date: 1997/0 9/03 08:04:36 $ None CompoundEvent.cc $Revision: 1.21 $ $Date: 1998/03/18 05:58:33 $ None InputLogRenderer.cc $Revision: 1.18 $ $Date: 1997/09 /16 00:53:42 $ None OutputLogRenderer.cc $Revision: 1.14 $ $Date: 1997/0 9/03 08:04:43 $ None PrimitiveEvent.cc $Revision: 1.23 $ $Date: 1998/04/0 1 23:22:07 $ None SimpleList.cc $Revision: 1.9 $ $Date: 1997/06/17 01: 03:12 $ None SimpleRenderer.cc $Revision: 1.14 $ $Date: 1997/10/2 2 05:02:50 $ None TempEvent.cc $Revision: 1.22 $ $Date: 1997/06/17 01: 03:14 $ None Event.cc $Revision: 1.22 $ $Date: 1997/10/22 05:01:2 4 $ None Alert.cc $Revision: 1.1.1.8 $ $Date: 1996/09/20 06:5 0:43 $ TUSC Component: TW 1.5.6-global Dec 3 1996 19:16:23 { GEN=/common/components/GEN/1.6-4.3 } ApplicationManager.cc $Revision: 1.1.1.11 $ $Date: 1 996/12/02 04:51:17 $ None BasicObject.cc $Revision: 1.1.1.3 $ $Date: 1996/09/2 0 06:54:15 $ None ColumnSet.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:51:48 $ None CommandManager.cc $Revision: 1.1.1.8 $ $Date: 1996/0 9/20 06:54:17 $ None Dialog.cc $Revision: 1.1.1.7 $ $Date: 1996/09/20 06: 52:31 $ None DialogItem.cc $Revision: 1.1.1.8 $ $Date: 1996/09/20 06:52:32 $ None DynListItemRenderer.cc $Revision: 1.1.1.5 $ $Date: 1 996/09/20 06:51:51 $ None DynamicList.cc $Revision: 1.1.1.4 $ $Date: 1996/09/2 0 06:51:52 $ None DynamicListDefinition.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:51:54 $ None DynamicListItem.cc $Revision: 1.1.1.4 $ $Date: 1996/ 09/20 06:51:55 $ None DynamicListViewer.cc $Revision: 1.1.1.7 $ $Date: 199 6/09/20 06:51:57 $ None EmbeddedList.cc $Revision: 1.1.1.6 $ $Date: 1996/09/ 20 06:52:34 $ None Error.cc $Revision: 1.1.1.7 $ $Date: 1996/12/02 04:5 1:25 $ None ErrorAlert.cc $Revision: 1.1.1.6 $ $Date: 1996/09/20 06:50:44 $ None Stub Folder.cc $Revision: 1.1.1.6 $ $Date: 1996/09/2 0 06:52:16 $ None InformationAlert.cc $Revision: 1.1.1.6 $ $Date: 1996 /09/20 06:50:46 $ None InternationalString.cc $Revision: 1.1.1.5 $ $Date: 1 996/09/20 06:51:18 $ None Mark.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:51 :23 $ None Notifier.cc $Revision: 1.1.1.5 $ $Date: 1996/09/20 0 6:52:38 $ None ObjectFactory.cc $Revision: 1.1.1.4 $ $Date: 1996/09 /20 06:51:25 $ None Observer.cc $Revision: 1.1.1.3 $ $Date: 1996/09/20 0 6:52:39 $ None Panel.cc $Revision: 1.1.1.6 $ $Date: 1996/09/20 06:5 2:40 $ None PersistentObject.cc $Revision: 1.1.1.6 $ $Date: 1996 /09/20 06:54:23 $ None QuestionAlert.cc $Revision: 1.1.1.6 $ $Date: 1996/09 /20 06:50:48 $ None SchBSelectTool.cc $Revision: 1.1.1.7 $ $Date: 1996/0 9/20 06:53:14 $ None SchConnTool.cc $Revision: 1.1.1.5 $ $Date: 1996/09/2 0 06:53:16 $ None SchConnection.cc $Revision: 1.1.1.5 $ $Date: 1996/09 /20 06:53:17 $ None SchElement.cc $Revision: 1.1.1.5 $ $Date: 1996/09/20 06:53:19 $ None SchNode.cc $Revision: 1.1.1.6 $ $Date: 1996/09/20 06 :53:20 $ None SchNodeTool.cc $Revision: 1.1.1.5 $ $Date: 1996/09/2 0 06:53:21 $ None SchPalette.cc $Revision: 1.1.1.8 $ $Date: 1996/12/02 04:52:22 $ None SchText.cc $Revision: 1.1.1.4 $ $Date: 1996/12/02 04 :52:23 $ None SchTextTool.cc $Revision: 1.1.1.4 $ $Date: 1996/09/2 0 06:53:26 $ None SchTool.cc $Revision: 1.1.1.6 $ $Date: 1996/09/20 06 :53:27 $ None SchToolFactory.cc $Revision: 1.1.1.4 $ $Date: 1996/0 9/20 06:53:28 $ None SchVSelectTool.cc $Revision: 1.1.1.6 $ $Date: 1996/0 9/20 06:53:29 $ None SchViewer.cc $Revision: 1.1.1.7 $ $Date: 1996/09/20 06:53:31 $ None Schematic.cc $Revision: 1.1.1.3 $ $Date: 1996/09/20 06:53:33 $ None Stack.cc $Revision: 1.1.1.6 $ $Date: 1996/12/02 04:5 1:30 $ None StringTranslator.cc $Revision: 1.1.1.6 $ $Date: 1996 /09/20 06:51:28 $ None Viewable.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 0 6:54:25 $ None Viewer.cc $Revision: 1.1.1.9 $ $Date: 1996/09/20 06: 54:28 $ None Window.cc $Revision: 1.1.1.5 $ $Date: 1996/09/20 06: 52:47 $ None Stub ActivityManager.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:50:39 $ None Stub ClipboardManager.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:51:15 $ None Stub ControlPanel.cc $Revision: 1.1.1.4 $ $Date: 199 6/09/20 06:51:43 $ None DefinitionDialog.cc $Revision: 1.1.1.9 $ $Date: 1996 /12/02 04:51:40 $ None DiskStore.cc $Revision: 1.1.1.6 $ $Date: 1996/09/20 06:54:19 $ None Stub FolderViewer.cc $Revision: 1.1.1.4 $ $Date: 199 6/09/20 06:52:19 $ None Item.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:51 :19 $ None StubLocalWorkstationManager.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:51:20 $ None Stub LoginDialog.cc $Revision: 1.1.1.4 $ $Date: 1996 /09/20 06:51:21 $ None MessageArea.cc $Revision: 1.1.1.7 $ $Date: 1996/09/2 0 06:52:36 $ None PSIStream.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:54:20 $ None PSOStream.cc $Revision: 1.1.1.3 $ $Date: 1996/09/20 06:54:21 $ None STUB Permissions.cc $Revision: 1.1.1.3 $ $Date: 1996 /09/20 06:51:25 $ None Stub Printer.cc $Revision: 1.1.1.3 $ $Date: 1996/09/ 20 06:53:09 $ None Stub Recording.cc $Revision: 1.1.1.4 $ $Date: 1996/0 9/20 06:51:06 $ None SchTextEdit.cc $Revision: 1.1.1.4 $ $Date: 1996/12/0 2 04:52:24 $ None Stub SecurityServer.cc $Revision: 1.1.1.3 $ $Date: 1 996/09/20 06:51:26 $ None STUB User.cc $Revision: 1.1.1.3 $ $Date: 1996/09/20 06:54:12 $ None ViewableDefinition.cc $Revision: 1.1.1.4 $ $Date: 19 96/09/20 06:54:26 $ None Stub WclInterp.cc $Revision: 1.1.1.3 $ $Date: 1996/0 9/20 06:54:46 $ None AMSAlarm.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 0 6:50:28 $ None AVList.cc $Revision: 1.1.1.5 $ $Date: 1996/09/20 06: 54:02 $ None AlarmList.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:50:30 $ None AttributeValue.cc $Revision: 1.1.1.4 $ $Date: 1996/0 9/20 06:54:03 $ None BasicObjectList.cc $Revision: 1.1.1.3 $ $Date: 1996/ 09/20 06:54:16 $ None PersistentStore.cc $Revision: 1.1.1.4 $ $Date: 1996/ 09/20 06:54:24 $ None Stub RecordEvent.cc $Revision: 1.1.1.4 $ $Date: 1996 /09/20 06:51:05 $ None AlarmListViewer.cc $Revision: 1.1.1.6 $ $Date: 1996/ 09/20 06:50:31 $ None CommandLine.cc $Revision: 1.1.1.7 $ $Date: 1996/09/2 0 06:52:29 $ TUSC Component: GEN 1.7 Sep 4 1997 17:10:33 { NONE } GEN.cc 1.3 1996/05/15 00:42:56 None genDebug.cc 1.3 1996/05/15 00:42:56 None genTypeMethods.cc 1.4 1996/05/15 00:42:57 None sim_control.c $Revision: 1.52 $ $Date: 1998/03/18 06 :52:08 $ None sim_debug.c 1.71 1997/01/15 04:05:06 None ECS.c $Revision: 1.9 $ $Date: 1998/04/22 23:30:06 $ ECS 3.0 (A.03.00) ECS REV: A.03.00 ecsLocale.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:59 UTC $ None endecode.c $Revision: 1.89 $ $Date: 1998/03/12 06:15 :55 $ None anno_event.c $Revision: 1.18 $ $Date: 1997/08/29 00: 49:58 $ None control.c $Revision: 1.42 $ $Date: 1998/04/01 06:31: 39 $ None debug.c $Revision: 1.26 $ $Date: 1997/07/08 07:17:52 $ None fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33 $ None log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $ None mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28: 35 $ None trace.c $Revision: 1.12 $ $Date: 1998/03/12 04:48:38 $ None engine_control.c $Revision: /main/ECS3.0/2 $ $Date: 1999/03/19 12:49 UTC $ DFIX12000:engine_control.c 19mar99 annotate.c $Revision$ $Date$ bus.c $Revision$ $Date$ clock.c $Revision: /main/ECS3.0/2 $ $Date: 1999/03/1 9 12:47 UTC $ DFIX12000:clock.c 19mar99 combine.c $Revision: /main/ECS3.0/2 $ $Date: 2000/05 /29 06:21 UTC $ DFIX12004 : combine.c, June2000 count.c $Revision$ $Date$ create.c $Revision$ $Date$ extract.c $Revision$ $Date$ filter.c $Revision$ $Date$ input.c $Revision$ $Date$ loader.c $Revision$ $Date$ memory.c $Revision$ $Date$ modify.c $Revision$ $Date$ output.c $Revision$ $Date$ rate.c $Revision: /main/ECS3.0/4 $ $Date: 1999/09/01 10:30 UTC $ DFIX12000:rate.c 19mar99 PATCH PHSS_18005, Consolidated patch Mar 1999 rearrange.c $Revision$ $Date$ table.c $Revision: /main/ECS3.0/2 $ $Date: 1999/03/1 9 12:45 UTC $ DFIX12000:table.c 19mar99 unless.c $Revision: /main/ECS3.0/2 $ $Date: 1999/03/ 19 12:42 UTC $ DFIX12000:unless.c 19mar99 delay.c $Revision$ $Date$ transit.c $Revision$ $Date$ assembler.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:32 UTC $ dicts.c $Revision$ $Date$ interpreter.c $Revision$ $Date$ memory.c $Revision$ $Date$ bif_oid.c $Revision: 1.1 $ $Date: 1997/09/25 05:08:2 4 $ None dicts.c $Revision: 1.18 $ $Date: 1998/03/27 09:02:35 $ None endecrypt.c $Revision: 1.1 $ $Date: 1997/10/15 09:57 :37 $ library.c $Revision$ $Date$ opc_pattern.c $Revision: /main/2 $ $Date: 1998/08/21 10:33 UTC $ None circuit.c $Revision: /main/ECS3.0/4 $ $Date: 1999/04 /16 12:40 UTC $ DFIX12000:circuit.c 19mar99 engine.c $Revision: 1.15 $ $Date: 1997/08/14 00:08:4 2 $ None node.c $Revision: 1.44 $ $Date: 1998/05/01 04:33:53 $ None nodeclass.c $Revision: 1.16 $ $Date: 1997/09/26 07:3 7:47 $ None patching.c $Revision: 1.8 $ $Date: 1997/12/15 06:19: 31 $ None port.c $Revision: 1.11 $ $Date: 1996/05/15 05:45:40 $ None stream.c $Revision: 1.10 $ $Date: 1998/02/24 02:46:1 5 $ None streamio.c $Revision: 1.13 $ $Date: 1998/04/01 06:16 :03 $ None notify.c $Revision: 1.2 $ $Date: 1997/08/07 08:13:22 $ None trace.c $Revision: 1.4 $ $Date: 1998/06/10 09:01:45 $ None value.c $Revision: /main/ECS3.0/2 $ $Date: 2000/04/0 3 06:36 UTC $ DFIX12003:value.c 03April,2000 vstring.c $Revision: /main/2 $ $Date: 1998/08/21 10: 54 UTC $ None ctxtmap.c $Revision: 1.3 $ $Date: 1998/01/29 08:58:2 4 $ None datastore.c $Revision: 1.8 $ $Date: 1998/07/25 18:31 :39 $ None dfstore.c $Revision: /main/2 $ $Date: 1998/08/07 15: 39 UTC $ None factstore.c $Revision: 1.8 $ $Date: 1998/07/25 18:36 :10 $ None query.c 1.16 1996/11/20 23:28:02 None container.c $Revision: 1.17 $ $Date: 1998/02/18 00:4 9:18 $ None sequence.c $Revision: 1.17 $ $Date: 1998/01/28 03:39 :17 $ None dictionary.c $Revision: 1.23 $ $Date: 1998/04/01 06: 13:08 $ None engine_dict.c $Revision: 1.7 $ $Date: 1998/03/23 07: 30:52 $ None char_sets.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:39 UTC $ ascii.c $Revision$ $Date$ ascii_alloc.c $Revision$ $Date$ parse.c $Revision: /main/2 $ $Date: 1998/08/21 10:29 UTC $ token_set.c $Revision$ $Date$ berova.c $Revision: /main/ECS3.0/3 $ $Date: 2000/06/ 05 11:47 UTC $ DFIX12004 : ber.c,June 2000 PATCH PHSS_21825,Consolidated patch June 2000 PATCH PHSS_21762,June 2000 md.c $Revision$ $Date$ lic_mgr.c $Revision: 1.28 $ $Date: 1998/07/30 01:04: 01 $ None lic_flexlm.c $Revision: 1.18 $ $Date: 1998/04/24 07: 23:12 $ None lic_ovkey.c $Revision: /main/3 $ $Date: 1998/09/16 0 7:58 UTC $ None ecs_flexlm.c $Revision: 1.3 $ $Date: 1998/02/18 04:4 4:18 $ FLEXlm 6.0d (liblmgr.a), Copyright (C) 1988-1997 Glo betrotter Software, Inc. OSE Release HPPA_HPUX10 40301 $Revision: 76.162.1.5 $ /opt/OV/bin/ecsmdt: None ecsmdt.c 1.15 1996/11/22 04:53:57 PATCH PHSS_21825,Consolidated patch June 2000 PATCH PHSS_21762,June 2000 DFIX12000:params.c 19mar99 PATCH PHSS_18005, Consolidated patch Mar 1999 ECS.c $Revision: 1.9 $ $Date: 1998/04/22 23:30:06 $ ECS 3.0 (A.03.00) ECS REV: A.03.00 ecsLocale.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:59 UTC $ $Revision: 76.162.1.5 $ /opt/OV/lib/libova.2: PATCH PHSS_16975, 981119 HP OpenView OpenView ASN.1 data minipulation tool (o va) TMN Pre-Release A.05.03 (Pre-Alpha) HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1999 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/www/htdocs/classes/cmg/cmg.jar: None /opt/OV/include/ecs/EFE/circuit_types.h: None /opt/OV/contrib/ecs/conftest/runtest: None /etc/opt/OV/share/conf/stacks/pmd/libECSS.sl: None trace.c $Revision: 1.12 $ $Date: 1998/03/12 04:48:38 $ None log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $ None ECS.c $Revision: 1.9 $ $Date: 1998/04/22 23:30:06 $ ECS 3.0 (A.03.00) ECS REV: A.03.00 memory.c $Revision$ $Date$ annotate.c $Revision: 1.14 $ $Date: 1997/10/03 02:30 :59 $ None log.c 1.27 1996/06/03 04:56:34 None anno_event.c $Revision: 1.18 $ $Date: 1997/08/29 00: 49:58 $ None annoio.c $Revision: 1.45 $ $Date: 1998/04/01 06:27:2 6 $ annotate.c $Revision$ $Date$ ascii.c $Revision$ $Date$ ascii_alloc.c $Revision$ $Date$ assembler.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:32 UTC $ None berova.c $Revision: /main/ECS3.0/3 $ $Date: 2000/06/ 05 11:47 UTC $ DFIX12004 : ber.c,June 2000 PATCH PHSS_21825,Consolidated patch June 2000 PATCH PHSS_21762,June 2000 bif_oid.c $Revision: 1.1 $ $Date: 1997/09/25 05:08:2 4 $ bus.c $Revision$ $Date$ dicts.c $Revision: 1.18 $ $Date: 1998/03/27 09:02:35 $ None char_sets.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:39 UTC $ None circuit.c $Revision: /main/ECS3.0/4 $ $Date: 1999/04 /16 12:40 UTC $ DFIX12000:circuit.c 19mar99 clock.c $Revision: /main/ECS3.0/2 $ $Date: 1999/03/1 9 12:47 UTC $ DFIX12000:clock.c 19mar99 combine.c $Revision: /main/ECS3.0/2 $ $Date: 2000/05 /29 06:21 UTC $ DFIX12004 : combine.c, June2000 container.c $Revision: 1.17 $ $Date: 1998/02/18 00:4 9:18 $ None control.c $Revision: 1.42 $ $Date: 1998/04/01 06:31: 39 $ count.c $Revision$ $Date$ create.c $Revision$ $Date$ ctxtmap.c $Revision: 1.3 $ $Date: 1998/01/29 08:58:2 4 $ None datastore.c $Revision: 1.8 $ $Date: 1998/07/25 18:31 :39 $ None debug.c $Revision: 1.26 $ $Date: 1997/07/08 07:17:52 $ delay.c $Revision$ $Date$ dfstore.c $Revision: /main/2 $ $Date: 1998/08/07 15: 39 UTC $ None dictionary.c $Revision: 1.23 $ $Date: 1998/04/01 06: 13:08 $ dicts.c $Revision$ $Date$ ecsLocale.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:59 UTC $ None endecode.c $Revision: 1.89 $ $Date: 1998/03/12 06:15 :55 $ None endecrypt.c $Revision: 1.1 $ $Date: 1997/10/15 09:57 :37 $ None engine.c $Revision: 1.15 $ $Date: 1997/08/14 00:08:4 2 $ None engine_control.c $Revision: /main/ECS3.0/2 $ $Date: 1999/03/19 12:49 UTC $ DFIX12000:engine_control.c 19mar99 engine_dict.c $Revision: 1.7 $ $Date: 1998/03/23 07: 30:52 $ None engmgr.c $Revision: 1.81 $ $Date: 1998/07/15 07:41:5 0 $ None engsockmgr.c $Revision: 1.5 $ $Date: 1997/04/09 05:1 2:44 $ None eventio.c $Revision: 1.37 $ $Date: 1998/05/18 04:14: 16 $ None events.c $Revision: 1.30 $ $Date: 1998/06/01 08:01:4 1 $ extract.c $Revision$ $Date$ factstore.c $Revision: 1.8 $ $Date: 1998/07/25 18:36 :10 $ None fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33 $ filter.c $Revision$ $Date$ input.c $Revision$ $Date$ interpreter.c $Revision$ $Date$ library.c $Revision$ $Date$ lic_flexlm.c $Revision: 1.18 $ $Date: 1998/04/24 07: 23:12 $ None lic_mgr.c $Revision: 1.28 $ $Date: 1998/07/30 01:04: 01 $ None lic_ovkey.c $Revision: /main/3 $ $Date: 1998/09/16 0 7:58 UTC $ loader.c $Revision$ $Date$ management.c $Revision: 1.8 $ $Date: 1998/06/25 02:3 7:16 $ md.c $Revision$ $Date$ memory.c $Revision$ $Date$ mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28: 35 $ modify.c $Revision$ $Date$ cinter.c $Revision: /main/ECS3.0/3 $ $Date: 1999/09/ 01 10:36 UTC $ DFIX12001:cinter.c 01Sept99 stk.c $Revision: /main/ECS3.0/10 $ $Date: 2000/05/26 13:03 UTC $ DFIX12004:stk.c June 2000 DFIX12003:stk.c 03April2000 DFIX12001:stk.c 01Sept99 node.c $Revision: 1.44 $ $Date: 1998/05/01 04:33:53 $ None nodeclass.c $Revision: 1.16 $ $Date: 1997/09/26 07:3 7:47 $ None notify.c $Revision: 1.2 $ $Date: 1997/08/07 08:13:22 $ None opc_pattern.c $Revision: /main/2 $ $Date: 1998/08/21 10:33 UTC $ output.c $Revision$ $Date$ parse.c $Revision: /main/2 $ $Date: 1998/08/21 10:29 UTC $ None patching.c $Revision: 1.8 $ $Date: 1997/12/15 06:19: 31 $ None perror.c $Revision: 1.6 $ $Date: 1998/03/19 00:03:27 $ None port.c $Revision: 1.11 $ $Date: 1996/05/15 05:45:40 $ None query.c 1.16 1996/11/20 23:28:02 None rate.c $Revision: /main/ECS3.0/4 $ $Date: 1999/09/01 10:30 UTC $ DFIX12000:rate.c 19mar99 PATCH PHSS_18005, Consolidated patch Mar 1999 rearrange.c $Revision$ $Date$ sequence.c $Revision: 1.17 $ $Date: 1998/01/28 03:39 :17 $ None sockmgr.c $Revision: 1.54 $ $Date: 1998/04/16 07:23: 13 $ None sockstack.c $Revision: /main/ECS3.0/3 $ $Date: 2000/ 04/11 07:02 UTC $ DFIX12001:sockstack.c 01Sept99 PATCH PHSS_19621, Jan 2000 stream.c $Revision: 1.10 $ $Date: 1998/02/24 02:46:1 5 $ None streamio.c $Revision: 1.13 $ $Date: 1998/04/01 06:16 :03 $ None table.c $Revision: /main/ECS3.0/2 $ $Date: 1999/03/1 9 12:45 UTC $ DFIX12000:table.c 19mar99 test.c $Revision$ $Date$ timesync.c $Revision: 1.9 $ $Date: 1997/03/24 08:20: 28 $ token_set.c $Revision$ $Date$ trace.c $Revision: 1.4 $ $Date: 1998/06/10 09:01:45 $ transit.c $Revision$ $Date$ unless.c $Revision: /main/ECS3.0/2 $ $Date: 1999/03/ 19 12:42 UTC $ DFIX12000:unless.c 19mar99 value.c $Revision: /main/ECS3.0/2 $ $Date: 2000/04/0 3 06:36 UTC $ DFIX12003:value.c 03April,2000 vstring.c $Revision: /main/2 $ $Date: 1998/08/21 10: 54 UTC $ FLEXlm 6.0d (liblmgr.a), Copyright (C) 1988-1997 Glo betrotter Software, Inc. ecs_flexlm.c $Revision: 1.3 $ $Date: 1998/02/18 04:4 4:18 $ None /etc/opt/OV/share/conf/ecs/modules/ecs_defaults.ecs: None /etc/opt/OV/share/conf/ecs/modules.newconfig/nnm/ nnm_defaults.ecs: None cksum(1) Output: 2243045949 3122618 /opt/OV/bin/ecsd 402608709 3678 /opt/OV/bin/ecsdes 2604727412 16709856 /opt/OV/bin/ecsdes2 740321450 662167 /opt/OV/bin/ecsmdt 3215400197 288764 /opt/OV/lib/libova.2 3854739688 232208 /opt/OV/www/htdocs/classes/cmg/cmg.jar 3110495800 1108 /opt/OV/include/ecs/EFE/circuit_types.h 1562275591 10115 /opt/OV/contrib/ecs/conftest/runtest 2272087708 3199808 /etc/opt/OV/share/conf/stacks/pmd/ libECSS.sl 413775388 2818 /etc/opt/OV/share/conf/ecs/modules/ ecs_defaults.ecs 4291138122 10237 /etc/opt/OV/share/conf/ecs/ modules.newconfig/nnm/nnm_defaults.ecs Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_18005 PHSS_19621 PHSS_21820 Equivalent Patches: PHSS_21826: s700: 11.00 s800: 11.00 PSOV_02740: sparcSOL: 2.5 2.6 Patch Package Size: 23750 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_21825 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_21825.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_21825. 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_21825.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_21825.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: BEFORE LOADING THIS PATCH... If there are any standalone runtime engine or ECS designer running, this needs to be closed. If you are using ECS with DM/NNM and 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 standalone runtime engine, ECS designer, 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: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. PHSS_18005: NOTE: If you are not using ECS with DM, you can ignore this note. DM customers please note. The loadable ECS stack supplied with this patch, works with DM5.03, does not work with DM4.23.