Patch Name: PHSS_26908 Patch Description: s700_800 10.X OV ECS3.00 Intermediate patch April 2002 Creation Date: 02/04/26 Post Date: 02/04/30 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,A.03.00 OVECS.OVECS-DES,A.03.00 OVECS.OVECS-DM,A.03.00 OVECS.OVECS-PRG-TI,A.03.00 OVECS.OVECS-PRG,A.03.00 OVECS.OVECS-RUN,A.03.00 Automatic Reboot?: No Status: Special Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_26908 Symptoms: PHSS_26908: PTSfc02730: Unless node reverses the order of output events PTSfc02660: ECS designer fails to connect to non 0.0 display number. PTSfc02568: Pmd dumps core when pdu with erroneous oid is sent.(oid length > 128 subidentifiers) PHSS_25943: PTSfc02210: ECS-Designer hangs when the event file is loaded when time delay between events is very large. PTSfc02167: If two events are sent to the input port of the unless node and another event is fed to the reset port, the following error message is displayed "Error, bad value type in memory". PTSfc02151: ECS Designer gives Ovkey License Error on HPUX-11.0 with the minimum patch level at PHSS_22048 and PHCO_23770. PTSfc01677: pmd dumps core in libECSS.sl at EV_markTraceValue(). PTSfc01498: ECS NNM Configuration GUI does not close windows when Cancel is performed. PHSS_24497: PTSfc01881: ecsd user authorization problem PHSS_23622: PTSfc01199: ecsmdt core dumps with Bus error for the mdl file where duration field alone is used. PTSfc01334: core dumps when trace and log mask are set to -1 PTSfc01357: PMD fails to comeup next time when it is terminated abnormally PTSfc01489: Program Samples C++ Code does not compile on 11.0 and 10.20 PTSfc01396: Engine kick back SNMP events. DMCpe00065: we cannot use all ecsmgr options correctly under Japanese locales. LANG=ja_JP.SJIS, LANG=ja_JP.eucJP for HP-UX LANG=ja, LANG=japanese, LANG=ja_JP.PCK for Solaris We don't have this problem under LANG=C environment. Defect Description: PHSS_26908: PTSfc02730: Unless node reverses the order of output events Resolution: The sequencing of events and their retrieval order goes wrong when the events have same create & arrival time and their sequencing is done based on event id.New compare function has been provided to take care of this anomaly. PTSfc02660: ECS designer fails to connect to non 0.0 display number. Resolution: The problem was due to archiving of X-Windows related libs into the Designer.This has been changed to shared so that Designer can use the latest X libs available on the deployed machine. PTSfc02568: Pmd dumps core when pdu with erroneous oid is sent.(oid length > 128 subidentifiers) Resolution: The Resolution is HP proprietary. PHSS_25943: PTSfc02210: ECS-Designer hangs when the event file is loaded when time delay between events is very large. Resolution: When the event file is loaded, the cleanup function is called every minute in the simulator, which causes the Designer to hang if the delay is too large. A flag was introduced which does no cleanup while loading the event file. PTSfc02167: If two events are sent to the input port of the unless node and another event is fed to the reset port, the following error message is displayed "Error, bad value type in memory". Resolution: This was due to improper deletion of events in the unless node, which resulted in memory corruption. This was resolved by checking proper conditions. PTSfc02151: ECS Designer gives Ovkey License Error on HPUX-11.0 with the minimum patch level at PHSS_22048 and PHCO_23770. Resolution: This problem was occuring because of the way pthread library was linked with libc library. libc was archive library and pthread was shared. Hence the problem. This problem was fixed by making system libraries shared. PTSfc01677: pmd dumps core in libECSS.sl at EV_markTraceValue(). Resolution: This problem was due to improper memory access of dictionary contents. This was fixed by proper error checking. PTSfc01498: ECS NNM Configuration GUI does not close windows when Cancel is performed. Resolution: The problem was traced to the Java AWT dialog creation calls. The dialog boxes should have been "modal", but were not. PHSS_24497: PTSfc01881: ecsd allows unauthorized access privilege to the user. Resolution: ecsd authorization is tuned to prevent unauthorized access. PHSS_23622: PTSfc01199: ecsmdt core dumps with Bus error for the mdl file where duration field alone is used. Resolution: Memory dump because of the illegal ptr i.e, For the case of duration, real data type was used in place of duration data type. resulting in conflict and hence the code dump PTSfc01334: core dumps when trace and log mask are set to -1 Resolution: This error was due to cut and paste problem. Here in place of getting the FactStore name, DataStore name was searched. PTSfc01357: PMD fails to comeup next time when it is terminated abnormally Resolution: This problem is a side-effect of Multiple instancing support for DM. Prior to this, the socket was unlinked everytime the pmd comes up. This was not a problem as there was only one pmd which used to come up with ECS instance as always 1. However, with multiple instancing, multiple pmds may be started and each pmd may come up with its own ECS instance. This will lead to problems when two pmds specify the same ECS instance. As a workaround the ECS stack was forced not to unlink the socket. The fixed code tries to do a connect to the socket file and if it fails, then there is no listner on the socket; if it succeeds then there is a listner (probably a pmd with same ECS instance) and should not allow the pmd to come up. PTSfc01489: Program Samples C++ Code does not compile on 11.0 and 10.20 Resolution: This problem had occured because C++ had Strong type checking than C. further in 11.0 int32 is typecasted to int .but while building we used NNM portability layer where int32 is long. Hence type mismatch and compiler cribbs. On 11.0 we are now using aCC rather CC. So by redefining int32 to long we solve this problem for type mismatch. Further we interchange the way linking was happening and hence the linker errors were removed. PTSfc01396: Engine kick back SNMP events. Resolution : Problem is with libova. Refer to PTSfc00725 for further details. DMCpe00065: we cannot use all ecsmgr options correctly under Japanese locales. LANG=ja_JP.SJIS, LANG=ja_JP.eucJP for HP-UX LANG=ja, LANG=japanese, LANG=ja_JP.PCK for Solaris We don't have this problem under LANG=C environment. Resolution: A brief of what was done and reasons for that: 1) removal >< brackets for certain parameters of ecsmgr 2) the bug reported was because of the string comparsion failure which was because of the japanese version string compared with english version string. 3) So removal of >< leaves the english version intact, resulting in success of strcmp and hence the removal of the bug SR: F333002730 F333002568 F333002660 0000000000 Patch Files: /opt/OV/bin/ecsd /opt/OV/bin/ecsmgr /opt/OV/bin/ecsdes2 /opt/OV/bin/ecsmdt /opt/OV/lib/libova.2 /opt/OV/www/htdocs/classes/cmg/cmg.jar /opt/OV/prg_samples/ecs/aio_api/Makefile /opt/OV/prg_samples/ecs/aio_api/README_AIO /opt/OV/prg_samples/ecs/aio_api/ecsin.cc /opt/OV/prg_samples/ecs/aio_api/ecsout.cc /opt/OV/prg_samples/ecs/aio_api/anno.cc /etc/opt/OV/share/conf/stacks/pmd/libECSS.sl what(1) Output: /opt/OV/bin/ecsd: PTSfc01881:ecsd.C June2001 PATCH PHSS_24497, Jun 2001 ecsd.c $Revision: /main/ECS3.0/6 $ $Date: 2001/07/13 09:21 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 $ events.c $Revision: 1.30 $ $Date: 1998/06/01 08:01:4 1 $ management.c $Revision: 1.8 $ $Date: 1998/06/25 02:3 7:16 $ 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/4 $ $Date: 2000/08 /29 09:10 UTC $ PATCH PHSS_22047, Sept 2000 DFIX12004 : combine.c, June2000 count.c $Revision: /main/ECS3.0/2 $ $Date: 2000/07/1 3 08:54 UTC $ create.c $Revision$ $Date$ extract.c $Revision$ $Date$ filter.c $Revision$ $Date$ input.c $Revision: /main/ECS3.0/2 $ $Date: 2001/03/2 0 13:13 UTC $ DFIX12007:input.c Mar2001 loader.c $Revision$ $Date$ memory.c $Revision: /main/ECS3.0/1 $ $Date: 2002/04/ 19 10:34 UTC $ 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/5 $ $Date: 2002/04/ 19 14:00 UTC $ PATCH PHSS_26908, Apr 2002 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: /main/ECS3.0/3 $ $Date: 2001/12/1 9 06:31 UTC $ PATCH PHSS_25943, Jan 2002 interpreter.c $Revision$ $Date$ memory.c $Revision$ $Date$ bif_oid.c $Revision: 1.1 $ $Date: 1997/09/25 05:08:2 4 $ dicts.c $Revision: 1.18 $ $Date: 1998/03/27 09:02:35 $ 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 $ 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 $ node.c $Revision: 1.44 $ $Date: 1998/05/01 04:33:53 $ nodeclass.c $Revision: 1.16 $ $Date: 1997/09/26 07:3 7:47 $ notify.c $Revision: 1.2 $ $Date: 1997/08/07 08:13:22 $ patching.c $Revision: 1.8 $ $Date: 1997/12/15 06:19: 31 $ port.c $Revision: 1.11 $ $Date: 1996/05/15 05:45:40 $ stream.c $Revision: 1.10 $ $Date: 1998/02/24 02:46:1 5 $ streamio.c $Revision: 1.13 $ $Date: 1998/04/01 06:16 :03 $ ctxtmap.c $Revision: 1.3 $ $Date: 1998/01/29 08:58:2 4 $ datastore.c $Revision: 1.8 $ $Date: 1998/07/25 18:31 :39 $ dfstore.c $Revision: /main/2 $ $Date: 1998/08/07 15: 39 UTC $ factstore.c $Revision: 1.8 $ $Date: 1998/07/25 18:36 :10 $ query.c 1.16 1996/11/20 23:28:02 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 $ anno_event.c $Revision: 1.18 $ $Date: 1997/08/29 00: 49:58 $ eventio.c $Revision: 1.37 $ $Date: 1998/05/18 04:14: 16 $ sockstack.c $Revision: /main/ECS3.0/8 $ $Date: 2001/ 07/13 09:23 UTC $ DFIX12007:sockstack.c Mar2001 DFIX12001:sockstack.c 01Sept99 PATCH PHSS_23622, Mar 2001 PATCH PHSS_19621, Jan 2000 trace.c $Revision: 1.4 $ $Date: 1998/06/10 09:01:45 $ 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 $ fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33 $ log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $ mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28: 35 $ trace.c $Revision: 1.12 $ $Date: 1998/03/12 04:48:38 $ container.c $Revision: 1.17 $ $Date: 1998/02/18 00:4 9:18 $ char_sets.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:39 UTC $ log.c 1.27 1996/06/03 04:56:34 engsockmgr.c $Revision: 1.5 $ $Date: 1997/04/09 05:1 2:44 $ sockmgr.c $Revision: 1.54 $ $Date: 1998/04/16 07:23: 13 $ control.c $Revision: 1.42 $ $Date: 1998/04/01 06:31: 39 $ engmgr.c $Revision: 1.81 $ $Date: 1998/07/15 07:41:5 0 $ annoio.c $Revision: 1.45 $ $Date: 1998/04/01 06:27:2 6 $ dictionary.c $Revision: 1.23 $ $Date: 1998/04/01 06: 13:08 $ engine_dict.c $Revision: 1.7 $ $Date: 1998/03/23 07: 30:52 $ 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 $ lic_mgr.c $Revision: 1.28 $ $Date: 1998/07/30 01:04: 01 $ lic_flexlm.c $Revision: 1.18 $ $Date: 1998/04/24 07: 23:12 $ lic_ovkey.c $Revision: /main/3 $ $Date: 1998/09/16 0 7:58 UTC $ 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. DFIX7007: dtd.c 05Apr2001 DFIX7007: dict.c 05Apr2001 DFIX7007: ber.c 05Apr2001 DFIX7007: enum.c 05Apr2001 $Revision: 76.162.1.5 $ /opt/OV/bin/ecsmgr: ecsmgr.c $Revision: /main/ECS3.0/3 $ $Date: 2001/12/ 19 11:27 UTC $ mgrEcsmgr.c $Revision: /main/ECS3.0/4 $ $Date: 2002/ 04/19 14:08 UTC $ PATCH PHSS_26908, Apr 2002 PATCH PHSS_25943, Jan 2002 DFIX12007:mgrEcsmgr.c Mar2001 control.c $Revision: 1.42 $ $Date: 1998/04/01 06:31: 39 $ ECS.c $Revision: 1.9 $ $Date: 1998/04/22 23:30:06 $ ECS 3.0 (A.03.00) ECS REV: A.03.00 container.c $Revision: 1.17 $ $Date: 1998/02/18 00:4 9:18 $ sockmgr.c $Revision: 1.54 $ $Date: 1998/04/16 07:23: 13 $ engsockmgr.c $Revision: 1.5 $ $Date: 1997/04/09 05:1 2:44 $ log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $ mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28: 35 $ trace.c $Revision: 1.12 $ $Date: 1998/03/12 04:48:38 $ fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33 $ sockstack.c $Revision: /main/ECS3.0/8 $ $Date: 2001/ 07/13 09:23 UTC $ DFIX12007:sockstack.c Mar2001 DFIX12001:sockstack.c 01Sept99 PATCH PHSS_23622, Mar 2001 PATCH PHSS_19621, Jan 2000 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 $ $Revision: 76.162.1.5 $ /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$ DFIX12005:ecsdes2.C June2000 PATCH PHSS_23622, Mar 2001 ecsdes2.cc $Revision: /main/ECS3.0/7 $ $Date: 2001/0 7/13 09:18 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 $ debCompoundNode.cc $Revision: 1.12 $ $Date: 1997/06/ 17 00:59:40 $ debConnectable.cc $Revision: 1.6 $ $Date: 1997/07/01 23:33:54 $ 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 $ 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 $ ParseTree.cc $Revision: /main/ECS3.0/1 $ $Date: 1999 /08/13 06:59 UTC $ 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 $ Connectable.cc $Revision: 1.12 $ $Date: 1997/09/03 0 8:05:26 $ Connection.cc $Revision: 1.13 $ $Date: 1997/06/17 01 :04:23 $ CosmeticNode.cc $Revision: 1.12 $ $Date: 1997/09/03 08:05:27 $ 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 $ NodeDefn.cc $Revision: 1.43 $ $Date: 1997/11/04 00:5 2:29 $ NodeFactory.cc $Revision: 1.52 $ $Date: 1998/01/08 0 2:54:41 $ Parameter.cc $Revision: 1.12 $ $Date: 1997/06/17 01: 04:29 $ Port.cc $Revision: 1.22 $ $Date: 1997/09/16 01:13:20 $ PortNode.cc $Revision: 1.19 $ $Date: 1998/01/08 02:5 4:42 $ 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 $ cmoEditEffect.cc $Revision: 1.7 $ $Date: 1998/01/05 01:02:05 $ cmoExportedAttribute.cc $Revision: 1.11 $ $Date: 199 7/09/03 08:05:32 $ cmoTextItem.cc $Revision: 1.5 $ $Date: 1997/06/17 01 :04:38 $ cmoAttribute.cc $Revision: 1.8 $ $Date: 1997/06/17 0 1:04:32 $ cmoCompPort.cc $Revision: 1.4 $ $Date: 1997/06/17 01 :04:33 $ cmoEditItem.cc $Revision: 1.5 $ $Date: 1997/06/17 01 :04:35 $ cmoEditModuleSwap.cc $Revision: 1.5 $ $Date: 1997/06 /17 01:04:36 $ 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 $ ecdl_yacc.y $Revision: 1.11 $ $Date: 1996/05/22 01:4 3:17 $ ecdl_lex.l $Revision: /main/ECS3.0/1 $ $Date: 1999/0 8/13 07:14 UTC $ name.c $Revision: 1.3 $ $Date: 1996/05/22 01:43:04 $ cdReservedWords.cc $Revision: 1.5 $ $Date: 1997/07/0 1 23:33:42 $ cdSignal.cc $Revision: 1.10 $ $Date: 1997/11/19 03:3 7:36 $ 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 $ AnnotationMgr.cc $Revision: 1.12 $ $Date: 1997/09/03 08:04:35 $ AnnotationViewer.cc $Revision: 1.14 $ $Date: 1997/12 /04 00:36:55 $ DebugHandle.cc $Revision: 1.76 $ $Date: 1997/12/15 0 6:18:59 $ DisplayEvent.cc $Revision: 1.14 $ $Date: 1997/06/17 01:03:04 $ EventList.cc $Revision: 1.16 $ $Date: 1997/10/22 05: 02:49 $ EventStore.cc $Revision: 1.11 $ $Date: 1998/02/05 03 :39:09 $ Identifier.cc $Revision: 1.11 $ $Date: 1997/06/17 01 :03:06 $ InputLogList.cc $Revision: 1.38 $ $Date: 1998/02/06 07:11:55 $ InputLogViewer.cc $Revision: 1.35 $ $Date: 1997/12/0 4 00:36:56 $ 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 $ Schema.cc $Revision: 1.8 $ $Date: 1997/06/17 01:03:1 1 $ SimpleViewer.cc $Revision: 1.28 $ $Date: 1998/04/29 06:03:03 $ AnnotationEvent.cc $Revision: 1.19 $ $Date: 1997/06/ 17 01:02:59 $ AnnotationRenderer.cc $Revision: 1.9 $ $Date: 1997/0 9/03 08:04:36 $ CompoundEvent.cc $Revision: 1.21 $ $Date: 1998/03/18 05:58:33 $ InputLogRenderer.cc $Revision: 1.18 $ $Date: 1997/09 /16 00:53:42 $ OutputLogRenderer.cc $Revision: 1.14 $ $Date: 1997/0 9/03 08:04:43 $ PrimitiveEvent.cc $Revision: 1.23 $ $Date: 1998/04/0 1 23:22:07 $ SimpleList.cc $Revision: 1.9 $ $Date: 1997/06/17 01: 03:12 $ SimpleRenderer.cc $Revision: 1.14 $ $Date: 1997/10/2 2 05:02:50 $ TempEvent.cc $Revision: 1.22 $ $Date: 1997/06/17 01: 03:14 $ Event.cc $Revision: 1.22 $ $Date: 1997/10/22 05:01:2 4 $ 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 $ BasicObject.cc $Revision: 1.1.1.3 $ $Date: 1996/09/2 0 06:54:15 $ ColumnSet.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:51:48 $ CommandManager.cc $Revision: 1.1.1.8 $ $Date: 1996/0 9/20 06:54:17 $ Dialog.cc $Revision: 1.1.1.7 $ $Date: 1996/09/20 06: 52:31 $ DialogItem.cc $Revision: 1.1.1.8 $ $Date: 1996/09/20 06:52:32 $ DynListItemRenderer.cc $Revision: 1.1.1.5 $ $Date: 1 996/09/20 06:51:51 $ DynamicList.cc $Revision: 1.1.1.4 $ $Date: 1996/09/2 0 06:51:52 $ DynamicListDefinition.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:51:54 $ DynamicListItem.cc $Revision: 1.1.1.4 $ $Date: 1996/ 09/20 06:51:55 $ DynamicListViewer.cc $Revision: 1.1.1.7 $ $Date: 199 6/09/20 06:51:57 $ EmbeddedList.cc $Revision: 1.1.1.6 $ $Date: 1996/09/ 20 06:52:34 $ Error.cc $Revision: 1.1.1.7 $ $Date: 1996/12/02 04:5 1:25 $ ErrorAlert.cc $Revision: 1.1.1.6 $ $Date: 1996/09/20 06:50:44 $ Stub Folder.cc $Revision: 1.1.1.6 $ $Date: 1996/09/2 0 06:52:16 $ InformationAlert.cc $Revision: 1.1.1.6 $ $Date: 1996 /09/20 06:50:46 $ InternationalString.cc $Revision: 1.1.1.5 $ $Date: 1 996/09/20 06:51:18 $ Mark.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:51 :23 $ Notifier.cc $Revision: 1.1.1.5 $ $Date: 1996/09/20 0 6:52:38 $ ObjectFactory.cc $Revision: 1.1.1.4 $ $Date: 1996/09 /20 06:51:25 $ Observer.cc $Revision: 1.1.1.3 $ $Date: 1996/09/20 0 6:52:39 $ Panel.cc $Revision: 1.1.1.6 $ $Date: 1996/09/20 06:5 2:40 $ PersistentObject.cc $Revision: 1.1.1.6 $ $Date: 1996 /09/20 06:54:23 $ QuestionAlert.cc $Revision: 1.1.1.6 $ $Date: 1996/09 /20 06:50:48 $ SchBSelectTool.cc $Revision: 1.1.1.7 $ $Date: 1996/0 9/20 06:53:14 $ SchConnTool.cc $Revision: 1.1.1.5 $ $Date: 1996/09/2 0 06:53:16 $ SchConnection.cc $Revision: 1.1.1.5 $ $Date: 1996/09 /20 06:53:17 $ SchElement.cc $Revision: 1.1.1.5 $ $Date: 1996/09/20 06:53:19 $ SchNode.cc $Revision: 1.1.1.6 $ $Date: 1996/09/20 06 :53:20 $ SchNodeTool.cc $Revision: 1.1.1.5 $ $Date: 1996/09/2 0 06:53:21 $ SchPalette.cc $Revision: 1.1.1.8 $ $Date: 1996/12/02 04:52:22 $ SchText.cc $Revision: 1.1.1.4 $ $Date: 1996/12/02 04 :52:23 $ SchTextTool.cc $Revision: 1.1.1.4 $ $Date: 1996/09/2 0 06:53:26 $ SchTool.cc $Revision: 1.1.1.6 $ $Date: 1996/09/20 06 :53:27 $ SchToolFactory.cc $Revision: 1.1.1.4 $ $Date: 1996/0 9/20 06:53:28 $ SchVSelectTool.cc $Revision: 1.1.1.6 $ $Date: 1996/0 9/20 06:53:29 $ SchViewer.cc $Revision: 1.1.1.7 $ $Date: 1996/09/20 06:53:31 $ Schematic.cc $Revision: 1.1.1.3 $ $Date: 1996/09/20 06:53:33 $ Stack.cc $Revision: 1.1.1.6 $ $Date: 1996/12/02 04:5 1:30 $ StringTranslator.cc $Revision: 1.1.1.6 $ $Date: 1996 /09/20 06:51:28 $ Viewable.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 0 6:54:25 $ Viewer.cc $Revision: 1.1.1.9 $ $Date: 1996/09/20 06: 54:28 $ Window.cc $Revision: 1.1.1.5 $ $Date: 1996/09/20 06: 52:47 $ Stub ActivityManager.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:50:39 $ Stub ClipboardManager.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:51:15 $ Stub ControlPanel.cc $Revision: 1.1.1.4 $ $Date: 199 6/09/20 06:51:43 $ DefinitionDialog.cc $Revision: 1.1.1.9 $ $Date: 1996 /12/02 04:51:40 $ DiskStore.cc $Revision: 1.1.1.6 $ $Date: 1996/09/20 06:54:19 $ Stub FolderViewer.cc $Revision: 1.1.1.4 $ $Date: 199 6/09/20 06:52:19 $ Item.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:51 :19 $ StubLocalWorkstationManager.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:51:20 $ Stub LoginDialog.cc $Revision: 1.1.1.4 $ $Date: 1996 /09/20 06:51:21 $ MessageArea.cc $Revision: 1.1.1.7 $ $Date: 1996/09/2 0 06:52:36 $ PSIStream.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:54:20 $ PSOStream.cc $Revision: 1.1.1.3 $ $Date: 1996/09/20 06:54:21 $ STUB Permissions.cc $Revision: 1.1.1.3 $ $Date: 1996 /09/20 06:51:25 $ Stub Printer.cc $Revision: 1.1.1.3 $ $Date: 1996/09/ 20 06:53:09 $ Stub Recording.cc $Revision: 1.1.1.4 $ $Date: 1996/0 9/20 06:51:06 $ SchTextEdit.cc $Revision: 1.1.1.4 $ $Date: 1996/12/0 2 04:52:24 $ Stub SecurityServer.cc $Revision: 1.1.1.3 $ $Date: 1 996/09/20 06:51:26 $ STUB User.cc $Revision: 1.1.1.3 $ $Date: 1996/09/20 06:54:12 $ ViewableDefinition.cc $Revision: 1.1.1.4 $ $Date: 19 96/09/20 06:54:26 $ Stub WclInterp.cc $Revision: 1.1.1.3 $ $Date: 1996/0 9/20 06:54:46 $ AMSAlarm.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 0 6:50:28 $ AVList.cc $Revision: 1.1.1.5 $ $Date: 1996/09/20 06: 54:02 $ AlarmList.cc $Revision: 1.1.1.4 $ $Date: 1996/09/20 06:50:30 $ AttributeValue.cc $Revision: 1.1.1.4 $ $Date: 1996/0 9/20 06:54:03 $ BasicObjectList.cc $Revision: 1.1.1.3 $ $Date: 1996/ 09/20 06:54:16 $ PersistentStore.cc $Revision: 1.1.1.4 $ $Date: 1996/ 09/20 06:54:24 $ Stub RecordEvent.cc $Revision: 1.1.1.4 $ $Date: 1996 /09/20 06:51:05 $ AlarmListViewer.cc $Revision: 1.1.1.6 $ $Date: 1996/ 09/20 06:50:31 $ 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 genDebug.cc 1.3 1996/05/15 00:42:56 genTypeMethods.cc 1.4 1996/05/15 00:42:57 sim_control.c $Revision: 1.52 $ $Date: 1998/03/18 06 :52:08 $ sim_debug.c 1.71 1997/01/15 04:05:06 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 $ endecode.c $Revision: 1.89 $ $Date: 1998/03/12 06:15 :55 $ anno_event.c $Revision: 1.18 $ $Date: 1997/08/29 00: 49:58 $ control.c $Revision: 1.42 $ $Date: 1998/04/01 06:31: 39 $ debug.c $Revision: 1.26 $ $Date: 1997/07/08 07:17:52 $ fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33 $ log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $ mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28: 35 $ trace.c $Revision: 1.12 $ $Date: 1998/03/12 04:48:38 $ 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/4 $ $Date: 2000/08 /29 09:10 UTC $ PATCH PHSS_22047, Sept 2000 DFIX12004 : combine.c, June2000 count.c $Revision: /main/ECS3.0/2 $ $Date: 2000/07/1 3 08:54 UTC $ create.c $Revision$ $Date$ extract.c $Revision$ $Date$ filter.c $Revision$ $Date$ input.c $Revision: /main/ECS3.0/2 $ $Date: 2001/03/2 0 13:13 UTC $ DFIX12007:input.c Mar2001 loader.c $Revision$ $Date$ memory.c $Revision: /main/ECS3.0/1 $ $Date: 2002/04/ 19 10:34 UTC $ 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/5 $ $Date: 2002/04/ 19 14:00 UTC $ PATCH PHSS_26908, Apr 2002 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: /main/ECS3.0/3 $ $Date: 2001/12/1 9 06:31 UTC $ PATCH PHSS_25943, Jan 2002 interpreter.c $Revision$ $Date$ memory.c $Revision$ $Date$ bif_oid.c $Revision: 1.1 $ $Date: 1997/09/25 05:08:2 4 $ dicts.c $Revision: 1.18 $ $Date: 1998/03/27 09:02:35 $ 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 $ 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 $ node.c $Revision: 1.44 $ $Date: 1998/05/01 04:33:53 $ nodeclass.c $Revision: 1.16 $ $Date: 1997/09/26 07:3 7:47 $ patching.c $Revision: 1.8 $ $Date: 1997/12/15 06:19: 31 $ port.c $Revision: 1.11 $ $Date: 1996/05/15 05:45:40 $ stream.c $Revision: 1.10 $ $Date: 1998/02/24 02:46:1 5 $ streamio.c $Revision: 1.13 $ $Date: 1998/04/01 06:16 :03 $ notify.c $Revision: 1.2 $ $Date: 1997/08/07 08:13:22 $ trace.c $Revision: 1.4 $ $Date: 1998/06/10 09:01:45 $ 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 $ ctxtmap.c $Revision: 1.3 $ $Date: 1998/01/29 08:58:2 4 $ datastore.c $Revision: 1.8 $ $Date: 1998/07/25 18:31 :39 $ dfstore.c $Revision: /main/2 $ $Date: 1998/08/07 15: 39 UTC $ factstore.c $Revision: 1.8 $ $Date: 1998/07/25 18:36 :10 $ query.c 1.16 1996/11/20 23:28:02 container.c $Revision: 1.17 $ $Date: 1998/02/18 00:4 9:18 $ sequence.c $Revision: 1.17 $ $Date: 1998/01/28 03:39 :17 $ dictionary.c $Revision: 1.23 $ $Date: 1998/04/01 06: 13:08 $ engine_dict.c $Revision: 1.7 $ $Date: 1998/03/23 07: 30:52 $ 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 $ lic_flexlm.c $Revision: 1.18 $ $Date: 1998/04/24 07: 23:12 $ lic_ovkey.c $Revision: /main/3 $ $Date: 1998/09/16 0 7:58 UTC $ 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. DFIX15000: dtd.c 01Oct1999 DFIX15001: dict.c 21Dec1999 DFIX15046: ber.c 28Feb2002 DFIX15014: ber.c 13Dec2000 DFIX15000: ber.c 01Oct1999, 13sep2000 DFIX15039 parse.c 21Jan2002 DFIX15000: enum.c 01Oct1999 DFIX15027: list.c 2Aug2001 DFIX15027: struct.c 2Aug2001 DFIX15025: struct.c 06Jul2001 OSE Release HPPA_HPUX10 40301 $Revision: 76.162.1.5 $ /opt/OV/bin/ecsmdt: ecsmdt.c 1.15 1996/11/22 04:53:57 DFIX12007:metadata.c Mar2001 PATCH PHSS_26908, Apr 2002 PATCH PHSS_23622, Mar 2001 PATCH PHSS_25943, Jan 2002 PATCH PHSS_22047, Sept 2000 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: DFIX15000: dtd.c 01Oct1999 DFIX15046: ber.c 28Feb2002 DFIX15014: ber.c 13Dec2000 DFIX15000: ber.c 01Oct1999, 13sep2000 DFIX15001: dict.c 21Dec1999 DFIX15039 parse.c 21Jan2002 DFIX15000: enum.c 01Oct1999 DFIX15027: list.c 2Aug2001 DFIX15000: trans.c 04Nov1999 DFIX15027: struct.c 2Aug2001 DFIX15025: struct.c 06Jul2001 HP OpenView OpenView ASN.1 data minipulation tool (o va) DM Release A.06.00 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri ghts Reserved. /opt/OV/www/htdocs/classes/cmg/cmg.jar: None /opt/OV/prg_samples/ecs/aio_api/Makefile: None /opt/OV/prg_samples/ecs/aio_api/README_AIO: None /opt/OV/prg_samples/ecs/aio_api/ecsin.cc: ecsin.cc $Revision: /main/ECS3.0/3 $ $Date: 2001/03/ 23 09:38 UTC $ DFIX12007:ecsin.C Mar2001 /opt/OV/prg_samples/ecs/aio_api/ecsout.cc: test3.cc $Revision: /main/ECS3.0/2 $ $Date: 2001/03/ 20 13:11 UTC $ DFIX12007:ecsout.C Mar2001 /opt/OV/prg_samples/ecs/aio_api/anno.cc: test2.cc $Revision: /main/ECS3.0/2 $ $Date: 2001/03/ 20 13:10 UTC $ DFIX12007:anno.C Mar2001 /etc/opt/OV/share/conf/stacks/pmd/libECSS.sl: trace.c $Revision: 1.12 $ $Date: 1998/03/12 04:48:38 $ log.c $Revision: 1.7 $ $Date: 1997/07/04 07:34:11 $ 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 $ log.c 1.27 1996/06/03 04:56:34 anno_event.c $Revision: 1.18 $ $Date: 1997/08/29 00: 49:58 $ 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 $ 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 $ char_sets.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:39 UTC $ 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/4 $ $Date: 2000/08 /29 09:10 UTC $ PATCH PHSS_22047, Sept 2000 DFIX12004 : combine.c, June2000 container.c $Revision: 1.17 $ $Date: 1998/02/18 00:4 9:18 $ control.c $Revision: 1.42 $ $Date: 1998/04/01 06:31: 39 $ count.c $Revision: /main/ECS3.0/2 $ $Date: 2000/07/1 3 08:54 UTC $ create.c $Revision$ $Date$ ctxtmap.c $Revision: 1.3 $ $Date: 1998/01/29 08:58:2 4 $ datastore.c $Revision: 1.8 $ $Date: 1998/07/25 18:31 :39 $ 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 $ dictionary.c $Revision: 1.23 $ $Date: 1998/04/01 06: 13:08 $ dicts.c $Revision: /main/ECS3.0/3 $ $Date: 2001/12/1 9 06:31 UTC $ PATCH PHSS_25943, Jan 2002 ecsLocale.c $Revision: /main/2 $ $Date: 1998/08/21 1 0:59 UTC $ endecode.c $Revision: 1.89 $ $Date: 1998/03/12 06:15 :55 $ endecrypt.c $Revision: 1.1 $ $Date: 1997/10/15 09:57 :37 $ engine.c $Revision: 1.15 $ $Date: 1997/08/14 00:08:4 2 $ 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 $ engmgr.c $Revision: 1.81 $ $Date: 1998/07/15 07:41:5 0 $ engsockmgr.c $Revision: 1.5 $ $Date: 1997/04/09 05:1 2:44 $ eventio.c $Revision: 1.37 $ $Date: 1998/05/18 04:14: 16 $ 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 $ fatal.c $Revision: 1.13 $ $Date: 1998/05/07 02:26:33 $ filter.c $Revision$ $Date$ input.c $Revision: /main/ECS3.0/2 $ $Date: 2001/03/2 0 13:13 UTC $ DFIX12007:input.c Mar2001 interpreter.c $Revision$ $Date$ library.c $Revision$ $Date$ lic_flexlm.c $Revision: 1.18 $ $Date: 1998/04/24 07: 23:12 $ lic_mgr.c $Revision: 1.28 $ $Date: 1998/07/30 01:04: 01 $ 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: /main/ECS3.0/1 $ $Date: 2002/04/ 19 10:34 UTC $ mesgbuf.c $Revision: 1.18 $ $Date: 1998/05/07 00:28: 35 $ modify.c $Revision$ $Date$ cinter.c $Revision: /main/ECS3.0/4 $ $Date: 2001/07/ 16 07:20 UTC $ DFIX12001:cinter.c 01Sept99 stk.c $Revision: /main/ECS3.0/15 $ $Date: 2000/10/09 13:50 UTC $ DFIX12006:stk.c Sept2000 DFIX12001:stk.c 01Sept99 node.c $Revision: 1.44 $ $Date: 1998/05/01 04:33:53 $ nodeclass.c $Revision: 1.16 $ $Date: 1997/09/26 07:3 7:47 $ notify.c $Revision: 1.2 $ $Date: 1997/08/07 08:13:22 $ 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 $ patching.c $Revision: 1.8 $ $Date: 1997/12/15 06:19: 31 $ perror.c $Revision: 1.6 $ $Date: 1998/03/19 00:03:27 $ port.c $Revision: 1.11 $ $Date: 1996/05/15 05:45:40 $ query.c 1.16 1996/11/20 23:28:02 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 $ sockmgr.c $Revision: 1.54 $ $Date: 1998/04/16 07:23: 13 $ sockstack.c $Revision: /main/ECS3.0/8 $ $Date: 2001/ 07/13 09:23 UTC $ DFIX12007:sockstack.c Mar2001 DFIX12001:sockstack.c 01Sept99 PATCH PHSS_23622, Mar 2001 PATCH PHSS_19621, Jan 2000 stream.c $Revision: 1.10 $ $Date: 1998/02/24 02:46:1 5 $ streamio.c $Revision: 1.13 $ $Date: 1998/04/01 06:16 :03 $ 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/5 $ $Date: 2002/04/ 19 14:00 UTC $ PATCH PHSS_26908, Apr 2002 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 $ cksum(1) Output: 2170565112 3145368 /opt/OV/bin/ecsd 1404745346 838978 /opt/OV/bin/ecsmgr 1502795162 16193176 /opt/OV/bin/ecsdes2 3277841580 662167 /opt/OV/bin/ecsmdt 497110936 493720 /opt/OV/lib/libova.2 312951212 232220 /opt/OV/www/htdocs/classes/cmg/cmg.jar 3636869649 3222 /opt/OV/prg_samples/ecs/aio_api/Makefile 2843530780 8477 /opt/OV/prg_samples/ecs/aio_api/README_AIO 28358533 3521 /opt/OV/prg_samples/ecs/aio_api/ecsin.cc 2583892849 5045 /opt/OV/prg_samples/ecs/aio_api/ecsout.cc 4093535717 4974 /opt/OV/prg_samples/ecs/aio_api/anno.cc 1780186226 3203904 /etc/opt/OV/share/conf/stacks/pmd/ libECSS.sl Patch Conflicts: None Patch Dependencies: s700: 10.10: PHSS_22047 s700: 10.20: PHSS_22047 s800: 10.10: PHSS_22047 s800: 10.20: PHSS_22047 Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_23622 PHSS_24497 PHSS_25943 Equivalent Patches: PHSS_26909: s700: 11.00 s800: 11.00 Patch Package Size: 24290 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_26908 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_26908.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_26908. 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_26908.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_26908.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: WARNING: This patch should not be loaded unless the last consolidated patch PHSS_22047 has been loaded. To check if this patch is on your system use the following command: swlist -l fileset PHSS_22047 If swlist cannot find the patch, then you will need to obtain the PHSS_22047 patch and load it before loading this patch. 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.