Patch Name: PHSS_25604 Patch Description: s700_800 10.20 OV OEMF4.01 Consolidated Patch October 2001 Creation Date: 01/11/08 Post Date: 01/11/09 Hardware Platforms - OS Releases: s700: 10.20 s800: 10.20 Products: HP Openview Element Management Framework 4.01 Filesets: OEMFFMPSSvr.del_env,A.04.01 OEMFFMPSSvr.server,A.04.01 OEMFFMPWrkSt.workstation,A.04.01 OEMFMedDev.mediation,A.04.01 Automatic Reboot?: No Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_25604 Symptoms: PHSS_25604: Cumulative Consolidated Patch PHSS_23634: PTSfc00928: import process was hanging. PTSfc00623: Notification of the arrival of new alarm when alarm viewer is minimized. PTSfc00626: minimized icon of the alarm viewer is not displaying the name of the alarm viewer. PTSfc01275: export and import utility is not working properly. PTSfc01356: alarm handler is exiting. PTSfc00618: alarm viewer is crashing. PTSfc02153: one of the alarm viewer crashes, when multiple alarm viewers are opened. PTSfc00608: Alarm viewer crashes when you change the view preference. PHSS_21730: OEMF00084 Status Propagation is not proper when default status propagation is used, indeterminate is set to the highest priority. The problem is like this. Consider the parent has more than one child, one child state is 'critical' and the other child state is 'indeterminate'. If the default status propagation rule is used, then the parent state should get changed to 'critical. Instead, it becomes 'indeterminate'. OEMF01100 1. Event time not displayed correctly on the alarm viewer. 2. Alarms in IFMPS checkpoint files will not get cleared. 3. Also, in the IFMPS log file you can see the following behaviour. Acknowledgement alarm received from IMD, will have invalid eventTime. OEMF01101 Dbsync hang after importing multiple files This problem can be identified if we have the following symptoms. 1. DBSYNC taking more cpu processing time 2. import files will not get processed OEMF00757 FMP AV core dumps. This problem will occur, when one tries to perform mass discharging of alarms in the multi-user environment. OEMF00730 Problem with alarm viewer's view preference window The problem is the window is smaller and the view preference window has the o.k button hidden. As the window disallows resize or close, the user is not able to do anything with it except to kill the process from unix shell. OEMF00781 Unable to clear object problem with selection name > 20 chars. When the user tries to clear the object manually from the map, it will not get cleared. Error messages will be displayed on the screen. OEMF01005 OEMF unstable after hitting Ctrl-C.If the user interrupts the ovfmpstartmap (eg. sends a SIGTERM signal), the ovfmpmap script does not exit gracefully, i.e the "snap" semaphore is not cleared and stray import process are left behind. OEMF01022 Import doesn't stop processing when OVw abnormally terminates. The import process does not terminate when the OVW connection is lost. OEMF01027 Import processes files without .toimport extension also. OEMF01028 Import processes the import files even if NSM is not running. OEMF01045 Error messages logged do not indicate the cause for the import failure. OEMF00875 If the number of Active problem conditions are more(5000+), and you perform "Display Alarms" frequently from OVW window, then AV will disappear without proper error/warning message. Defect Description: PHSS_25604: Cumulative Consolidated Patch Resolution: Cumulative Consolidated Patch PHSS_23634: PTSfc00928: import utility was hanging for long time. Resolution: Due to wrong format in the to import file import utility was hanging. Now import utility will exit with appropriate error in the log file. PTSfc00623: Whenever new alarm comes and Alarm Viewer is minimized, the operator does not get any notification of the arrival. Resolution: If a new alarm comes when Alarm Viewer is minimized, the minimized icon of Alarm Viewer will display 'N'. PTSfc00626: Whenever Alarm Viewer is created and minimized that time iconized Alarm Viewer should display the name given by rename process. Resolution: The name given to the Alarm Viewer will be displayed when it is minimized. PTSfc01275: 'export' and 'import' utilities are not working whenever the length of the line in 'fmpmap.conf' is more than 256. Resolution: Dbsync utilities are modified to work for the length of 512 and if it is more than 512, it will log the error exit. PTSfc01356: Alarm handler crashes whenever the length of the operator.conf files exceeds the 1024 characters. Resolution: Alarm handler is modified to work for the length of 2048 characters, and if it exceeds 2048 it will log the error and exit. PTSfc00618: Alarm Viewer crashes very often whenever there are lot of alarms. Resolution: Whenever FMS receives lot of alarms, alarm handler was sending wrong length of the message to alarm Viewer. Now it is taken care to send the correct length. PTSfc02153: When there are multiple Alarm Viewers, one of the Alarm Viewer crashes. Resolution: This was due to memory leak and it was fixed PTSfc00608: Alarm Viewer crashes when view preference was changed. Resolution: This was due to negative values assigned to severity field of clear alarms. Fix was done to assign to +ve values for severity field. PHSS_21730: Resolution: OEMF00084 Status Propagation is not proper when default status propagation is used, indeterminate is set to the highest priority. Resolution: Currently, the check has been made on the status propogation rule for the highest severity. Depending upon the status propogation rule, the corresponding severity will get higher priority.If the default status propagation rule is used, then 'Critical' is considered to be highest severity and the parent object status will get changed accordingly OEMF01100 Event time not displayed correctly on the alarm viewer. Resolution: The types of the event time is modified to have corrent values. OEMF01101 Dbsync hang after importing multiple files Resolution: The configuration files are loaded only once and then stored in the internal memory for further use. This avoids the process size growth and avoids the hang OEMF00757 FMP AV core dumps. Resolution: The Resolution is HP propreitory OEMF00781 Unable to clear object problem with selection name > 20 chars. Resolution: Instead of using 20 characters, length of selection name is used. OEMF00730 Problem with alarm viewer's view preference window Resolution: Resize is enabled so that the operator can resize window to show the ok button and close it. OEMF01022 Import doesn't stop processing when OVw abnormally terminates Resolution: Import process checks for the return-value from MapLoader api. If the return value is fatal it exits. OEMF01027 Import processes files without .toimport extension . Resolution: Before processing, import processs checks for files with ".toimport" extension also check whether it is a file or a directory. It processes only if it a file. OEMF01028 NSM not running, toimport file still processed. Resolution: Map loader API returns FATAL error when there is some connection problem. Import process checks for this return value and exits. OEMF01045 Unclear error messages when import fails Resolution: Improved the logging to log the error returned by Maploader API's. OEMF00875 AV client exits Resolution: The Resolution is HP propreitory. OEMF01005 FMP Map unstable after hitting Ctrl-C Resolution: ovfmpstartmap takes care of clearing the "snap" semaphore before it exits. ovfmpstartmap_mapsync handles the interrupts and kills all import processes SR: F333002153 F333000928 F333000623 F333000626 F333000608 F333001356 F333001275 F333000618 0000000000 Patch Files: /opt/FMP/lbin/ovfmpavclient /opt/FMP/lbin/ovfmpcheckuser /opt/FMP/install/product/FMPS/lbin/ovfmpavclient /opt/FMP/install/product/FMPS/lbin/ovfmpcheckuser /opt/FMP/install/product/FMPS/bin/ovfmpalhd /opt/FMP/install/product/FMPS/bin/ovfmpaemsd /opt/FMP/install/product/FMPS/bin/ovfmpsmsd /opt/FMP/install/product/FMPS/bin/ovfmpsmc /opt/FMP/install/product/FMPS/bin/import /opt/FMP/install/product/FMPS/bin/export_all /opt/FMP/install/product/FMPS/bin/export_tree /opt/FMP/install/product/FMPS/bin/ovfmpnsmd /opt/FMP/install/product/FMPS/bin/ovfmpmap /opt/FMP/install/product/FMPS/bin/ovfmpstartmap /opt/FMP/install/product/FMPS/bin/ovfmpstartmap_mapsync /opt/FMP/install/product/FMPW/lbin/ovfmpavclient /opt/FMP/install/product/FMPW/lbin/ovfmpcheckuser /opt/FMP/install/product/FMPW/bin/ovfmpsmc /opt/FMP/install/product/FMPW/bin/import /opt/FMP/install/product/FMPW/bin/export_all /opt/FMP/install/product/FMPW/bin/export_tree /opt/FMP/install/product/FMPW/bin/ovfmpmap /opt/FMP/install/product/FMPW/bin/ovfmpstartmap /opt/FMP/install/product/FMPW/bin/ovfmpstartmap_mapsync /opt/FMP/install/product/FMPPRG/lib/libfmpml.a /opt/FMP/install/product/FMPPRG/lib/libahcommon++.a /opt/FMP/install/product/MD/bin/fmpmdformd /opt/FMP/install/product/MD/bin/fmpmdifmpsd /opt/FMP/bin/ovfmpalhd /opt/FMP/bin/ovfmpaemsd /opt/FMP/bin/ovfmpsmsd /opt/FMP/bin/ovfmpsmc /opt/FMP/bin/ovfmpnsmd /opt/FMP/bin/ovfmpmap /opt/FMP/bin/ovfmpstartmap /opt/FMP/bin/ovfmpstartmap_mapsync /opt/FMP/bin/import /opt/FMP/bin/export_all /opt/FMP/bin/export_tree /opt/FMP/bin/fmpmdformd /opt/FMP/bin/fmpmdifmpsd /opt/FMP/lib/libfmpml.a /opt/FMP/lib/libahcommon++.a /opt/DBSYNC/bin/import /opt/DBSYNC/bin/export_all /opt/DBSYNC/bin/export_tree what(1) Output: /opt/FMP/lbin/ovfmpavclient: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ DFIX0014: avahif.C 05Apr2001 DFIX0014: avcallbacks.C 28Mar2001 DFIX0015: avmain.C 28Mar2001 DFIX0015: avmiscfns.C 28Mar2001 DFIX0014: clrslist.C 5Apr2001 $Revision: 1.1 $ $Header: bell.C,v 1.1 97/07/28 15:39:37 demgr Exp $ $Revision: 1.1 $ $Header: cascadeb.C,v 1.1 97/08/15 10:54:08 demgr Ex p $ $Revision: 1.1 $ $Header: form.C,v 1.1 97/08/15 10:54:13 demgr Exp $ $Revision: 1.1 $ $Header: label.C,v 1.1 97/08/15 10:54:15 demgr Exp $ $Revision: 1.1 $ $Header: mainwindow.C,v 1.1 97/08/15 10:54:19 demgr Exp $ $Revision: 1.1 $ $Header: menubar.C,v 1.1 97/08/15 10:54:22 demgr Exp $ $Revision: 1.1 $ $Header: popupshell.C,v 1.1 97/08/15 10:56:22 demgr Exp $ $Revision: 1.1 $ $Header: pulldown.C,v 1.1 97/08/15 10:56:24 demgr Ex p $ $Revision: 1.1 $ $Header: pushb.C,v 1.1 97/08/15 10:56:26 demgr Exp $ $Revision: 1.1 $ $Header: toplevel.C,v 1.1 97/08/15 10:56:40 demgr Ex p $ $Revision: 1.1 $ $Header: waitcursor.C,v 1.1 97/08/15 10:56:42 demgr Exp $ $Revision: 1.1 $ $Header: widget.C,v 1.1 97/08/15 10:56:44 demgr Exp $ Matrix.c 3.21 11/25/92 DFIX0014: Matrix.c 5April2001 Clip.c 3.4 5/13/92 OSF/Motif Version 1.2.6 PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/lbin/ovfmpcheckuser: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ DFIX0015: ahlex.C 16Apr2001 PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPS/lbin/ovfmpavclient: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ DFIX0014: avahif.C 05Apr2001 DFIX0014: avcallbacks.C 28Mar2001 DFIX0015: avmain.C 28Mar2001 DFIX0015: avmiscfns.C 28Mar2001 DFIX0014: clrslist.C 5Apr2001 $Revision: 1.1 $ $Header: bell.C,v 1.1 97/07/28 15:39:37 demgr Exp $ $Revision: 1.1 $ $Header: cascadeb.C,v 1.1 97/08/15 10:54:08 demgr Ex p $ $Revision: 1.1 $ $Header: form.C,v 1.1 97/08/15 10:54:13 demgr Exp $ $Revision: 1.1 $ $Header: label.C,v 1.1 97/08/15 10:54:15 demgr Exp $ $Revision: 1.1 $ $Header: mainwindow.C,v 1.1 97/08/15 10:54:19 demgr Exp $ $Revision: 1.1 $ $Header: menubar.C,v 1.1 97/08/15 10:54:22 demgr Exp $ $Revision: 1.1 $ $Header: popupshell.C,v 1.1 97/08/15 10:56:22 demgr Exp $ $Revision: 1.1 $ $Header: pulldown.C,v 1.1 97/08/15 10:56:24 demgr Ex p $ $Revision: 1.1 $ $Header: pushb.C,v 1.1 97/08/15 10:56:26 demgr Exp $ $Revision: 1.1 $ $Header: toplevel.C,v 1.1 97/08/15 10:56:40 demgr Ex p $ $Revision: 1.1 $ $Header: waitcursor.C,v 1.1 97/08/15 10:56:42 demgr Exp $ $Revision: 1.1 $ $Header: widget.C,v 1.1 97/08/15 10:56:44 demgr Exp $ Matrix.c 3.21 11/25/92 DFIX0014: Matrix.c 5April2001 Clip.c 3.4 5/13/92 OSF/Motif Version 1.2.6 PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPS/lbin/ovfmpcheckuser: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ DFIX0015: ahlex.C 16Apr2001 PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPS/bin/ovfmpalhd: HP C++ HPCPLUSPLUS A.10.40 HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ : ovfmpalhd.C, 3.1, 04/22/95, 18:30:12 DFIX0015: aherrlog.C 16Apr2001 DFIX0015: nahandler.C 16Apr2001 $Header: topodbAH.pc,v 1.1 97/07/23 13:31:38 demgr E xp $ DFIX0015: ahlex.C 16Apr2001 STREAMS: Revision: B.10.10 $Date: 96/05/09 11:26:13 $ None $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ None $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ None $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ None $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ None $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ None $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ None $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ None $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ None $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ None $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ None $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ None $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ None $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ None $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ None $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ None $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ None $RCSfile: tsnd.c,v $ $Revision: 1.4.116.5 $ (OSF) $D ate: 98/02/13 07:33:18 $ None $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ None $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ None $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ None $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ None $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ None $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ None $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ None $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPS/bin/ovfmpaemsd: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ DFIX0015: AemsLex.C 16Apr2001 DFIX0015: AemsConfig.C 16Apr2001 AEMS $Revision: 1.2 $ AEMS Filter $Revision: 1.1 $ AEMS Message $Revision: 1.1 $ DFIX0015: ahlex.C 16Apr2001 $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPS/bin/ovfmpsmsd: None $Header: macros.h,v 1.1 97/07/23 13:31:32 demgr Exp $ None $Header: topodbSM.pc,v 1.1 97/07/23 13:31:46 demgr E xp $ DFIX0015: ahlex.C 16Apr2001 STREAMS: Revision: B.10.10 $Date: 96/05/09 11:26:13 $ None $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ None $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ None $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ None $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ None $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ None $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ None $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ None $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ None $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ None $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ None $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ None $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ None $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ None $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ None $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ None $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ None $RCSfile: tsnd.c,v $ $Revision: 1.4.116.5 $ (OSF) $D ate: 98/02/13 07:33:18 $ None $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ None $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ None $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ None $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ None $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ None $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ None $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ None $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPS/bin/ovfmpsmc: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: macros.h,v 1.1 97/07/23 13:31:32 demgr Exp $ None $Header: topodbSM.pc,v 1.1 97/07/23 13:31:46 demgr E xp $ $Revision: 1.1 $ $Header: cascadebw.C,v 1.1 97/07/22 19:39:57 demgr E xp $ $Revision: 1.1 $ $Header: waitcursor.C,v 1.1 97/07/22 19:40:25 demgr Exp $ $Revision: 1.1 $ $Header: form.C,v 1.1 97/07/22 19:40:01 demgr Exp $ $Revision: 1.1 $ $Header: label.C,v 1.1 97/07/22 19:40:02 demgr Exp $ $Revision: 1.1 $ $Header: menubar.C,v 1.1 97/07/22 19:40:05 demgr Exp $ $Revision: 1.1 $ $Header: pushb.C,v 1.1 97/07/22 19:40:11 demgr Exp $ $Revision: 1.1 $ $Header: toplevel.C,v 1.1 97/07/22 19:40:24 demgr Ex p $ $Revision: 1.1 $ $Header: widget.C,v 1.1 97/07/22 19:40:26 demgr Exp $ $Revision: 1.1 $ $Header: menu.C,v 1.1 97/07/22 19:40:04 demgr Exp $ $Revision: 1.1 $ $Header: cascadeb.C,v 1.1 97/07/22 19:39:56 demgr Ex p $ $Revision: 1.1 $ $Header: pulldown.C,v 1.1 97/07/22 19:40:10 demgr Ex p $ $Revision: 1.1 $ $Header: cascadeitem.C,v 1.1 97/07/22 19:39:58 demgr Exp $ $Revision: 1.1 $ $Header: pushitem.C,v 1.1 97/07/22 19:40:12 demgr Ex p $ Matrix.c 3.21 11/25/92 Clip.c 3.4 5/13/92 OSF/Motif Version 1.2.6 STREAMS: Revision: B.10.10 $Date: 96/05/09 11:26:13 $ None $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ None $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ None $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ None $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ None $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ None $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ None $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ None $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ None $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ None $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ None $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ None $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ None $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ None $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ None $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ None $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ None $RCSfile: tsnd.c,v $ $Revision: 1.4.116.5 $ (OSF) $D ate: 98/02/13 07:33:18 $ None $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ None $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ None $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ None $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ None $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ None $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ None $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ None $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPS/bin/import: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLLink.c,v /main/ OEMF4.01/1 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLNode.c,v /main/ OEMF4.01/1 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLUpdate.c,v /mai n/OEMF4.01/1 2001/07/03 08:15 UTC prakash Ex p $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLovw.c,v /main/O EMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ None $Header: fmpMLtopo.c,v 1.10 98/06/24 14:25:54 xutg E xp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPS/bin/export_all: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPS/bin/export_tree: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPS/bin/ovfmpnsmd: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. STREAMS: Revision: B.10.10 $Date: 96/05/09 11:26:13 $ None $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ None $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ None $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ None $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ None $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ None $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ None $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ None $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ None $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ None $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ None $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ None $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ None $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ None $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ None $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ None $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ None $RCSfile: tsnd.c,v $ $Revision: 1.4.116.5 $ (OSF) $D ate: 98/02/13 07:33:18 $ None $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ None $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ None $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ None $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ None $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ None $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ None $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ None $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ None /opt/FMP/install/product/FMPS/bin/ovfmpmap: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: fdnasvwid.c,v 1.1 97/07/23 15:16:49 demgr E xp $ None $Header: fdninfo.c,v 1.2 97/11/07 17:58:36 prem Exp $ None $Header: fdninput.c,v 1.1 97/07/23 15:16:52 demgr Ex p $ None $Header: fdnwidget.c,v 1.1 97/07/23 15:17:27 demgr E xp $ None $Header: fdnwininit.c,v 1.1 97/07/23 15:17:28 demgr Exp $ None $Header: windialog.c,v 1.6 97/12/09 10:36:10 prem Ex p $ None $Header: winutils.c,v 1.1 97/07/23 15:17:34 demgr Ex p $ None $Header: cfget.c,v 1.3 99/05/27 20:12:29 nghm Exp $ None $Header: cfinit.c,v 1.1 97/07/23 15:16:45 demgr Exp $ None $Header: mapinfo.y,v 1.5 97/11/19 10:10:44 prem Exp $ None $Header: utils.c,v 1.9 98/05/12 14:21:05 prem Exp $ None $Header: fmpmap.c,v 1.2 97/12/06 13:03:52 prem Exp $ None $Header: message.c,v 1.3 97/11/07 18:06:35 prem Exp $ None $Header: /DE/fms/src/fmpmap/src/addsym.c,v /main/OEM F4.01/2 2001/07/03 07:40 UTC prakash Exp $ None $Header: delobj.c,v 1.5 98/02/04 12:08:57 prem Exp $ None $Header: invoke.c,v 1.1 97/07/23 15:16:59 demgr Exp $ None $Header: locate.c,v 1.1 97/07/23 15:17:00 demgr Exp $ None $Header: mapclose.c,v 1.12 97/12/09 16:34:39 prem Ex p $ None $Header: ovwinit.c,v 1.3 98/03/12 00:12:25 prem Exp $ None $Header: ovwutils.c,v 1.2 97/11/07 18:12:38 prem Exp $ None $Header: setstatus.c,v 1.2 97/10/29 02:28:47 prem Ex p $ None $Header: ma2nsmif.c,v 1.4 98/04/08 19:24:14 prem Exp $ None $Header: nsmifinit.c,v 1.3 98/02/04 22:06:50 prem Ex p $ None $Header: nsmifprocess.c,v 1.3 97/12/17 09:57:43 prem Exp $ OSF/Motif Version 1.2.6 PATCH PHSS_12271, 970825 PATCH PHSS_13109, 971105 PATCH PHSS_13459, 971208 PATCH PHSS_13557, 971212 PATCH PHSS_14544, 980317 PATCH PHSS_14788, 980409 PATCH PHSS_15761, 980626 PATCH PHSS_15925, 980713 PATCH PHSS_16071, 980730 PATCH PHSS_16786, 981022 PATCH PHSS_11842, 970717 PATCH PHSS_12944, 971017 PATCH PHSS_13569, 971212 PATCH PHSS_14838, 980324 PATCH PHSS_15076, 980430 PATCH PHSS_16089, 980731 PATCH PHSS_17364, 990108 HP OpenView Windows NNM Release B.05.01 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1999 Hewlett-Packard Co., All Ri ghts Reserved. PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. PATCH-PHCO_18338 for 10.20; for 10.30, 11.x compatib ility libc.a_ID@@/main/r10dav/libc_dav/libc_ dav_cpe/9 /ux/core/libs/libc/archive_pa1/libc.a_ID May 19 1999 15:38:39 /opt/FMP/install/product/FMPS/bin/ovfmpstartmap: HP OpenView Fault Management Platform V4.0 1997 Copyright (c) 1993-1997 Hewlett-Packard Company /opt/FMP/install/product/FMPS/bin/ovfmpstartmap_mapsync: None /opt/FMP/install/product/FMPW/lbin/ovfmpavclient: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ DFIX0014: avahif.C 05Apr2001 DFIX0014: avcallbacks.C 28Mar2001 DFIX0015: avmain.C 28Mar2001 DFIX0015: avmiscfns.C 28Mar2001 DFIX0014: clrslist.C 5Apr2001 $Revision: 1.1 $ $Header: bell.C,v 1.1 97/07/28 15:39:37 demgr Exp $ $Revision: 1.1 $ $Header: cascadeb.C,v 1.1 97/08/15 10:54:08 demgr Ex p $ $Revision: 1.1 $ $Header: form.C,v 1.1 97/08/15 10:54:13 demgr Exp $ $Revision: 1.1 $ $Header: label.C,v 1.1 97/08/15 10:54:15 demgr Exp $ $Revision: 1.1 $ $Header: mainwindow.C,v 1.1 97/08/15 10:54:19 demgr Exp $ $Revision: 1.1 $ $Header: menubar.C,v 1.1 97/08/15 10:54:22 demgr Exp $ $Revision: 1.1 $ $Header: popupshell.C,v 1.1 97/08/15 10:56:22 demgr Exp $ $Revision: 1.1 $ $Header: pulldown.C,v 1.1 97/08/15 10:56:24 demgr Ex p $ $Revision: 1.1 $ $Header: pushb.C,v 1.1 97/08/15 10:56:26 demgr Exp $ $Revision: 1.1 $ $Header: toplevel.C,v 1.1 97/08/15 10:56:40 demgr Ex p $ $Revision: 1.1 $ $Header: waitcursor.C,v 1.1 97/08/15 10:56:42 demgr Exp $ $Revision: 1.1 $ $Header: widget.C,v 1.1 97/08/15 10:56:44 demgr Exp $ Matrix.c 3.21 11/25/92 DFIX0014: Matrix.c 5April2001 Clip.c 3.4 5/13/92 OSF/Motif Version 1.2.6 PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPW/lbin/ovfmpcheckuser: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ DFIX0015: ahlex.C 16Apr2001 PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPW/bin/ovfmpsmc: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: macros.h,v 1.1 97/07/23 13:31:32 demgr Exp $ None $Header: topodbSM.pc,v 1.1 97/07/23 13:31:46 demgr E xp $ $Revision: 1.1 $ $Header: cascadebw.C,v 1.1 97/07/22 19:39:57 demgr E xp $ $Revision: 1.1 $ $Header: waitcursor.C,v 1.1 97/07/22 19:40:25 demgr Exp $ $Revision: 1.1 $ $Header: form.C,v 1.1 97/07/22 19:40:01 demgr Exp $ $Revision: 1.1 $ $Header: label.C,v 1.1 97/07/22 19:40:02 demgr Exp $ $Revision: 1.1 $ $Header: menubar.C,v 1.1 97/07/22 19:40:05 demgr Exp $ $Revision: 1.1 $ $Header: pushb.C,v 1.1 97/07/22 19:40:11 demgr Exp $ $Revision: 1.1 $ $Header: toplevel.C,v 1.1 97/07/22 19:40:24 demgr Ex p $ $Revision: 1.1 $ $Header: widget.C,v 1.1 97/07/22 19:40:26 demgr Exp $ $Revision: 1.1 $ $Header: menu.C,v 1.1 97/07/22 19:40:04 demgr Exp $ $Revision: 1.1 $ $Header: cascadeb.C,v 1.1 97/07/22 19:39:56 demgr Ex p $ $Revision: 1.1 $ $Header: pulldown.C,v 1.1 97/07/22 19:40:10 demgr Ex p $ $Revision: 1.1 $ $Header: cascadeitem.C,v 1.1 97/07/22 19:39:58 demgr Exp $ $Revision: 1.1 $ $Header: pushitem.C,v 1.1 97/07/22 19:40:12 demgr Ex p $ Matrix.c 3.21 11/25/92 Clip.c 3.4 5/13/92 OSF/Motif Version 1.2.6 STREAMS: Revision: B.10.10 $Date: 96/05/09 11:26:13 $ None $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ None $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ None $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ None $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ None $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ None $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ None $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ None $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ None $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ None $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ None $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ None $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ None $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ None $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ None $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ None $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ None $RCSfile: tsnd.c,v $ $Revision: 1.4.116.5 $ (OSF) $D ate: 98/02/13 07:33:18 $ None $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ None $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ None $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ None $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ None $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ None $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ None $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ None $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPW/bin/import: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLLink.c,v /main/ OEMF4.01/1 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLNode.c,v /main/ OEMF4.01/1 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLUpdate.c,v /mai n/OEMF4.01/1 2001/07/03 08:15 UTC prakash Ex p $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLovw.c,v /main/O EMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ None $Header: fmpMLtopo.c,v 1.10 98/06/24 14:25:54 xutg E xp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPW/bin/export_all: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPW/bin/export_tree: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/FMPW/bin/ovfmpmap: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: fdnasvwid.c,v 1.1 97/07/23 15:16:49 demgr E xp $ None $Header: fdninfo.c,v 1.2 97/11/07 17:58:36 prem Exp $ None $Header: fdninput.c,v 1.1 97/07/23 15:16:52 demgr Ex p $ None $Header: fdnwidget.c,v 1.1 97/07/23 15:17:27 demgr E xp $ None $Header: fdnwininit.c,v 1.1 97/07/23 15:17:28 demgr Exp $ None $Header: windialog.c,v 1.6 97/12/09 10:36:10 prem Ex p $ None $Header: winutils.c,v 1.1 97/07/23 15:17:34 demgr Ex p $ None $Header: cfget.c,v 1.3 99/05/27 20:12:29 nghm Exp $ None $Header: cfinit.c,v 1.1 97/07/23 15:16:45 demgr Exp $ None $Header: mapinfo.y,v 1.5 97/11/19 10:10:44 prem Exp $ None $Header: utils.c,v 1.9 98/05/12 14:21:05 prem Exp $ None $Header: fmpmap.c,v 1.2 97/12/06 13:03:52 prem Exp $ None $Header: message.c,v 1.3 97/11/07 18:06:35 prem Exp $ None $Header: /DE/fms/src/fmpmap/src/addsym.c,v /main/OEM F4.01/2 2001/07/03 07:40 UTC prakash Exp $ None $Header: delobj.c,v 1.5 98/02/04 12:08:57 prem Exp $ None $Header: invoke.c,v 1.1 97/07/23 15:16:59 demgr Exp $ None $Header: locate.c,v 1.1 97/07/23 15:17:00 demgr Exp $ None $Header: mapclose.c,v 1.12 97/12/09 16:34:39 prem Ex p $ None $Header: ovwinit.c,v 1.3 98/03/12 00:12:25 prem Exp $ None $Header: ovwutils.c,v 1.2 97/11/07 18:12:38 prem Exp $ None $Header: setstatus.c,v 1.2 97/10/29 02:28:47 prem Ex p $ None $Header: ma2nsmif.c,v 1.4 98/04/08 19:24:14 prem Exp $ None $Header: nsmifinit.c,v 1.3 98/02/04 22:06:50 prem Ex p $ None $Header: nsmifprocess.c,v 1.3 97/12/17 09:57:43 prem Exp $ OSF/Motif Version 1.2.6 PATCH PHSS_12271, 970825 PATCH PHSS_13109, 971105 PATCH PHSS_13459, 971208 PATCH PHSS_13557, 971212 PATCH PHSS_14544, 980317 PATCH PHSS_14788, 980409 PATCH PHSS_15761, 980626 PATCH PHSS_15925, 980713 PATCH PHSS_16071, 980730 PATCH PHSS_16786, 981022 PATCH PHSS_11842, 970717 PATCH PHSS_12944, 971017 PATCH PHSS_13569, 971212 PATCH PHSS_14838, 980324 PATCH PHSS_15076, 980430 PATCH PHSS_16089, 980731 PATCH PHSS_17364, 990108 HP OpenView Windows NNM Release B.05.01 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1999 Hewlett-Packard Co., All Ri ghts Reserved. PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. PATCH-PHCO_18338 for 10.20; for 10.30, 11.x compatib ility libc.a_ID@@/main/r10dav/libc_dav/libc_ dav_cpe/9 /ux/core/libs/libc/archive_pa1/libc.a_ID May 19 1999 15:38:39 /opt/FMP/install/product/FMPW/bin/ovfmpstartmap: HP OpenView Fault Management Platform V4.0 1997 Copyright (c) 1993-1997 Hewlett-Packard Company /opt/FMP/install/product/FMPW/bin/ovfmpstartmap_mapsync: None /opt/FMP/install/product/FMPPRG/lib/libfmpml.a: None $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLLink.c,v /main/ OEMF4.01/1 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLNode.c,v /main/ OEMF4.01/1 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLUpdate.c,v /mai n/OEMF4.01/1 2001/07/03 08:15 UTC prakash Ex p $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLovw.c,v /main/O EMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ None $Header: fmpMLtopo.c,v 1.10 98/06/24 14:25:54 xutg E xp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None /opt/FMP/install/product/FMPPRG/lib/libahcommon++.a: DFIX0015: ahlex.C 16Apr2001 /opt/FMP/install/product/MD/bin/fmpmdformd: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/install/product/MD/bin/fmpmdifmpsd: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ PATCH PHSS_18263, 990415 DFIX9015: mp_receive.c 26Apr99 PATCH PHSS_14693, 980402 DFIX9001: pm_ipc.c 20Apr98 DFIX9011: enc_obj.c 04Jan1999 PATCH PHSS_17290, 990104 DFIX9011: dec_fcts.c 04Jan1999 DFIX9011: dec_assAtt.c 04Jan1999 PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. PATCH-PHCO_18338 for 10.20; for 10.30, 11.x compatib ility libc.a_ID@@/main/r10dav/libc_dav/libc_ dav_cpe/9 /ux/core/libs/libc/archive_pa1/libc.a_ID May 19 1999 15:38:39 /opt/FMP/bin/ovfmpalhd: HP C++ HPCPLUSPLUS A.10.40 HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ : ovfmpalhd.C, 3.1, 04/22/95, 18:30:12 DFIX0015: aherrlog.C 16Apr2001 DFIX0015: nahandler.C 16Apr2001 $Header: topodbAH.pc,v 1.1 97/07/23 13:31:38 demgr E xp $ DFIX0015: ahlex.C 16Apr2001 STREAMS: Revision: B.10.10 $Date: 96/05/09 11:26:13 $ None $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ None $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ None $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ None $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ None $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ None $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ None $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ None $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ None $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ None $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ None $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ None $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ None $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ None $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ None $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ None $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ None $RCSfile: tsnd.c,v $ $Revision: 1.4.116.5 $ (OSF) $D ate: 98/02/13 07:33:18 $ None $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ None $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ None $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ None $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ None $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ None $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ None $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ None $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/bin/ovfmpaemsd: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ DFIX0015: AemsLex.C 16Apr2001 DFIX0015: AemsConfig.C 16Apr2001 AEMS $Revision: 1.2 $ AEMS Filter $Revision: 1.1 $ AEMS Message $Revision: 1.1 $ DFIX0015: ahlex.C 16Apr2001 $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/bin/ovfmpsmsd: None $Header: macros.h,v 1.1 97/07/23 13:31:32 demgr Exp $ None $Header: topodbSM.pc,v 1.1 97/07/23 13:31:46 demgr E xp $ DFIX0015: ahlex.C 16Apr2001 STREAMS: Revision: B.10.10 $Date: 96/05/09 11:26:13 $ None $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ None $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ None $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ None $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ None $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ None $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ None $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ None $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ None $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ None $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ None $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ None $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ None $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ None $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ None $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ None $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ None $RCSfile: tsnd.c,v $ $Revision: 1.4.116.5 $ (OSF) $D ate: 98/02/13 07:33:18 $ None $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ None $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ None $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ None $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ None $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ None $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ None $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ None $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/bin/ovfmpsmc: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: macros.h,v 1.1 97/07/23 13:31:32 demgr Exp $ None $Header: topodbSM.pc,v 1.1 97/07/23 13:31:46 demgr E xp $ $Revision: 1.1 $ $Header: cascadebw.C,v 1.1 97/07/22 19:39:57 demgr E xp $ $Revision: 1.1 $ $Header: waitcursor.C,v 1.1 97/07/22 19:40:25 demgr Exp $ $Revision: 1.1 $ $Header: form.C,v 1.1 97/07/22 19:40:01 demgr Exp $ $Revision: 1.1 $ $Header: label.C,v 1.1 97/07/22 19:40:02 demgr Exp $ $Revision: 1.1 $ $Header: menubar.C,v 1.1 97/07/22 19:40:05 demgr Exp $ $Revision: 1.1 $ $Header: pushb.C,v 1.1 97/07/22 19:40:11 demgr Exp $ $Revision: 1.1 $ $Header: toplevel.C,v 1.1 97/07/22 19:40:24 demgr Ex p $ $Revision: 1.1 $ $Header: widget.C,v 1.1 97/07/22 19:40:26 demgr Exp $ $Revision: 1.1 $ $Header: menu.C,v 1.1 97/07/22 19:40:04 demgr Exp $ $Revision: 1.1 $ $Header: cascadeb.C,v 1.1 97/07/22 19:39:56 demgr Ex p $ $Revision: 1.1 $ $Header: pulldown.C,v 1.1 97/07/22 19:40:10 demgr Ex p $ $Revision: 1.1 $ $Header: cascadeitem.C,v 1.1 97/07/22 19:39:58 demgr Exp $ $Revision: 1.1 $ $Header: pushitem.C,v 1.1 97/07/22 19:40:12 demgr Ex p $ Matrix.c 3.21 11/25/92 Clip.c 3.4 5/13/92 OSF/Motif Version 1.2.6 STREAMS: Revision: B.10.10 $Date: 96/05/09 11:26:13 $ None $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ None $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ None $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ None $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ None $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ None $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ None $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ None $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ None $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ None $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ None $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ None $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ None $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ None $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ None $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ None $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ None $RCSfile: tsnd.c,v $ $Revision: 1.4.116.5 $ (OSF) $D ate: 98/02/13 07:33:18 $ None $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ None $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ None $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ None $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ None $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ None $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ None $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ None $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/bin/ovfmpnsmd: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. STREAMS: Revision: B.10.10 $Date: 96/05/09 11:26:13 $ None $RCSfile: taccept.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:52:58 $ None $RCSfile: talloc.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:01 $ None $RCSfile: tbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $ Date: 95/10/17 15:53:04 $ None $RCSfile: tclose.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:09 $ None $RCSfile: tconnect.c,v $ $Revision: 1.3.116.3 $ (OSF ) $Date: 96/05/08 17:19:54 $ None $RCSfile: tfree.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:31 $ None $RCSfile: tgetinfo.c,v $ $Revision: 1.4.116.1 $ (OSF ) $Date: 95/10/17 15:53:36 $ None $RCSfile: tgetst.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:39 $ None $RCSfile: tlisten.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:53:49 $ None $RCSfile: tlook.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:53:52 $ None $RCSfile: topen.c,v $ $Revision: 1.4.116.2 $ (OSF) $ Date: 96/04/10 10:07:49 $ None $RCSfile: trcv.c,v $ $Revision: 1.4.116.3 $ (OSF) $D ate: 96/05/08 09:23:47 $ None $RCSfile: terrno.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:20 $ None $RCSfile: trcvdis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:29:12 $ None $RCSfile: trcvrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:12 $ None $RCSfile: trudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:15 $ None $RCSfile: tsnd.c,v $ $Revision: 1.4.116.5 $ (OSF) $D ate: 98/02/13 07:33:18 $ None $RCSfile: tsnddis.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:28:17 $ None $RCSfile: tsndrel.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:54:26 $ None $RCSfile: tsudata.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:32 $ None $RCSfile: tsync.c,v $ $Revision: 1.3.116.1 $ (OSF) $ Date: 95/10/17 15:54:35 $ None $RCSfile: tunbind.c,v $ $Revision: 1.4.116.1 $ (OSF) $Date: 95/10/17 15:54:38 $ None $RCSfile: iostate.c,v $ $Revision: 1.4.116.3 $ (OSF) $Date: 96/05/08 17:26:22 $ None $RCSfile: tblock.c,v $ $Revision: 1.3.116.1 $ (OSF) $Date: 95/10/17 15:53:07 $ None $RCSfile: tfixup.c,v $ $Revision: 1.4.116.2 $ (OSF) $Date: 97/09/23 13:59:39 $ None /opt/FMP/bin/ovfmpmap: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: fdnasvwid.c,v 1.1 97/07/23 15:16:49 demgr E xp $ None $Header: fdninfo.c,v 1.2 97/11/07 17:58:36 prem Exp $ None $Header: fdninput.c,v 1.1 97/07/23 15:16:52 demgr Ex p $ None $Header: fdnwidget.c,v 1.1 97/07/23 15:17:27 demgr E xp $ None $Header: fdnwininit.c,v 1.1 97/07/23 15:17:28 demgr Exp $ None $Header: windialog.c,v 1.6 97/12/09 10:36:10 prem Ex p $ None $Header: winutils.c,v 1.1 97/07/23 15:17:34 demgr Ex p $ None $Header: cfget.c,v 1.3 99/05/27 20:12:29 nghm Exp $ None $Header: cfinit.c,v 1.1 97/07/23 15:16:45 demgr Exp $ None $Header: mapinfo.y,v 1.5 97/11/19 10:10:44 prem Exp $ None $Header: utils.c,v 1.9 98/05/12 14:21:05 prem Exp $ None $Header: fmpmap.c,v 1.2 97/12/06 13:03:52 prem Exp $ None $Header: message.c,v 1.3 97/11/07 18:06:35 prem Exp $ None $Header: /DE/fms/src/fmpmap/src/addsym.c,v /main/OEM F4.01/2 2001/07/03 07:40 UTC prakash Exp $ None $Header: delobj.c,v 1.5 98/02/04 12:08:57 prem Exp $ None $Header: invoke.c,v 1.1 97/07/23 15:16:59 demgr Exp $ None $Header: locate.c,v 1.1 97/07/23 15:17:00 demgr Exp $ None $Header: mapclose.c,v 1.12 97/12/09 16:34:39 prem Ex p $ None $Header: ovwinit.c,v 1.3 98/03/12 00:12:25 prem Exp $ None $Header: ovwutils.c,v 1.2 97/11/07 18:12:38 prem Exp $ None $Header: setstatus.c,v 1.2 97/10/29 02:28:47 prem Ex p $ None $Header: ma2nsmif.c,v 1.4 98/04/08 19:24:14 prem Exp $ None $Header: nsmifinit.c,v 1.3 98/02/04 22:06:50 prem Ex p $ None $Header: nsmifprocess.c,v 1.3 97/12/17 09:57:43 prem Exp $ OSF/Motif Version 1.2.6 PATCH PHSS_12271, 970825 PATCH PHSS_13109, 971105 PATCH PHSS_13459, 971208 PATCH PHSS_13557, 971212 PATCH PHSS_14544, 980317 PATCH PHSS_14788, 980409 PATCH PHSS_15761, 980626 PATCH PHSS_15925, 980713 PATCH PHSS_16071, 980730 PATCH PHSS_16786, 981022 PATCH PHSS_11842, 970717 PATCH PHSS_12944, 971017 PATCH PHSS_13569, 971212 PATCH PHSS_14838, 980324 PATCH PHSS_15076, 980430 PATCH PHSS_16089, 980731 PATCH PHSS_17364, 990108 HP OpenView Windows NNM Release B.05.01 HP 9000 S700/S800 HP-UX 10.x Copyright (c) 1990-1999 Hewlett-Packard Co., All Ri ghts Reserved. PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. PATCH-PHCO_18338 for 10.20; for 10.30, 11.x compatib ility libc.a_ID@@/main/r10dav/libc_dav/libc_ dav_cpe/9 /ux/core/libs/libc/archive_pa1/libc.a_ID May 19 1999 15:38:39 /opt/FMP/bin/ovfmpstartmap: HP OpenView Fault Management Platform V4.0 1997 Copyright (c) 1993-1997 Hewlett-Packard Company /opt/FMP/bin/ovfmpstartmap_mapsync: None /opt/FMP/bin/import: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLLink.c,v /main/ OEMF4.01/1 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLNode.c,v /main/ OEMF4.01/1 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLUpdate.c,v /mai n/OEMF4.01/1 2001/07/03 08:15 UTC prakash Ex p $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLovw.c,v /main/O EMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ None $Header: fmpMLtopo.c,v 1.10 98/06/24 14:25:54 xutg E xp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/bin/export_all: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/bin/export_tree: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/bin/fmpmdformd: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/FMP/bin/fmpmdifmpsd: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ PATCH PHSS_18263, 990415 DFIX9015: mp_receive.c 26Apr99 PATCH PHSS_14693, 980402 DFIX9001: pm_ipc.c 20Apr98 DFIX9011: enc_obj.c 04Jan1999 PATCH PHSS_17290, 990104 DFIX9011: dec_fcts.c 04Jan1999 DFIX9011: dec_assAtt.c 04Jan1999 PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. PATCH-PHCO_18338 for 10.20; for 10.30, 11.x compatib ility libc.a_ID@@/main/r10dav/libc_dav/libc_ dav_cpe/9 /ux/core/libs/libc/archive_pa1/libc.a_ID May 19 1999 15:38:39 /opt/FMP/lib/libfmpml.a: None $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLLink.c,v /main/ OEMF4.01/1 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLNode.c,v /main/ OEMF4.01/1 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLUpdate.c,v /mai n/OEMF4.01/1 2001/07/03 08:15 UTC prakash Ex p $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLovw.c,v /main/O EMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ None $Header: fmpMLtopo.c,v 1.10 98/06/24 14:25:54 xutg E xp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None /opt/FMP/lib/libahcommon++.a: DFIX0015: ahlex.C 16Apr2001 /opt/DBSYNC/bin/import: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLLink.c,v /main/ OEMF4.01/1 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLNode.c,v /main/ OEMF4.01/1 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLUpdate.c,v /mai n/OEMF4.01/1 2001/07/03 08:15 UTC prakash Ex p $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLovw.c,v /main/O EMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ None $Header: fmpMLtopo.c,v 1.10 98/06/24 14:25:54 xutg E xp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/DBSYNC/bin/export_all: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. /opt/DBSYNC/bin/export_tree: HP92453-02A.10.00 HP-UX SYMBOLIC DEBUGGER (END.O) $R evision: 74.03 $ $Header: /DE/fms/src/topodb/src/fmpMLInit.c,v /main/ OEMF4.01/2 2001/07/03 08:14 UTC prakash Exp $ None $Header: /DE/fms/src/topodb/src/fmpMLRetrieve.c,v /m ain/OEMF4.01/1 2001/07/03 08:15 UTC prakash Exp $ None $Header: fmpMLmsg.c,v 1.3 98/04/08 10:52:03 xutg Exp $ None $Header: fmpMLutils.c,v 1.3 98/05/14 10:24:42 takhar Exp $ None $Header: fmpMapConf.y,v 1.2 97/08/07 09:08:49 ssudhi r Exp $ None $Header: fmpMapConfget.c,v 1.1 97/07/23 13:31:29 dem gr Exp $ None $Header: topodbshm.h,v 1.1 97/07/23 13:32:58 demgr E xp $ None $Header: /DE/fms/src/topodb/src/topodbML.pc,v /main/ OEMF4.01/1 2001/07/03 08:16 UTC prakash Exp $ PHSS_25604 Consolidated Patch October 2001 PHSS_23634: PTSfc00608 PTSfc02153 PTSfc01356 PHSS_23634: PTSfc00928 PTSfc00623 PTSfc00626 PTSfc01 275 PTSfc00618 PHSS_23634 Intermediate Patch October 2001 HP OpenView Fault Management Platform V4.01 April,19 99 Copyright (c) 1994-2001 Hewlett-Packard Co., All Ri ghts Reserved. cksum(1) Output: 2347060317 7258752 /opt/FMP/lbin/ovfmpavclient 1718450411 789328 /opt/FMP/lbin/ovfmpcheckuser 2347060317 7258752 /opt/FMP/install/product/FMPS/lbin/ ovfmpavclient 1718450411 789328 /opt/FMP/install/product/FMPS/lbin/ ovfmpcheckuser 3465230678 5860128 /opt/FMP/install/product/FMPS/bin/ ovfmpalhd 2674022739 6360624 /opt/FMP/install/product/FMPS/bin/ ovfmpaemsd 3009360069 5024880 /opt/FMP/install/product/FMPS/bin/ ovfmpsmsd 2685466358 7301336 /opt/FMP/install/product/FMPS/bin/ ovfmpsmc 2413670203 3566992 /opt/FMP/install/product/FMPS/bin/import 3647989056 3488776 /opt/FMP/install/product/FMPS/bin/ export_all 3454657627 3497624 /opt/FMP/install/product/FMPS/bin/ export_tree 2663632362 4112824 /opt/FMP/install/product/FMPS/bin/ ovfmpnsmd 3675845202 3899072 /opt/FMP/install/product/FMPS/bin/ ovfmpmap 755408077 20647 /opt/FMP/install/product/FMPS/bin/ ovfmpstartmap 3249052328 628 /opt/FMP/install/product/FMPS/bin/ ovfmpstartmap_mapsync 2347060317 7258752 /opt/FMP/install/product/FMPW/lbin/ ovfmpavclient 1718450411 789328 /opt/FMP/install/product/FMPW/lbin/ ovfmpcheckuser 2685466358 7301336 /opt/FMP/install/product/FMPW/bin/ ovfmpsmc 2413670203 3566992 /opt/FMP/install/product/FMPW/bin/import 3647989056 3488776 /opt/FMP/install/product/FMPW/bin/ export_all 3454657627 3497624 /opt/FMP/install/product/FMPW/bin/ export_tree 3675845202 3899072 /opt/FMP/install/product/FMPW/bin/ ovfmpmap 755408077 20647 /opt/FMP/install/product/FMPW/bin/ ovfmpstartmap 3249052328 628 /opt/FMP/install/product/FMPW/bin/ ovfmpstartmap_mapsync 694708120 1309632 /opt/FMP/install/product/FMPPRG/lib/ libfmpml.a 1837805698 3145674 /opt/FMP/install/product/FMPPRG/lib/ libahcommon++.a 3828548579 2855688 /opt/FMP/install/product/MD/bin/ fmpmdformd 77735695 3585392 /opt/FMP/install/product/MD/bin/fmpmdifmpsd 3465230678 5860128 /opt/FMP/bin/ovfmpalhd 2674022739 6360624 /opt/FMP/bin/ovfmpaemsd 3009360069 5024880 /opt/FMP/bin/ovfmpsmsd 2685466358 7301336 /opt/FMP/bin/ovfmpsmc 2663632362 4112824 /opt/FMP/bin/ovfmpnsmd 3675845202 3899072 /opt/FMP/bin/ovfmpmap 755408077 20647 /opt/FMP/bin/ovfmpstartmap 3249052328 628 /opt/FMP/bin/ovfmpstartmap_mapsync 2413670203 3566992 /opt/FMP/bin/import 3647989056 3488776 /opt/FMP/bin/export_all 3454657627 3497624 /opt/FMP/bin/export_tree 3828548579 2855688 /opt/FMP/bin/fmpmdformd 77735695 3585392 /opt/FMP/bin/fmpmdifmpsd 694708120 1309632 /opt/FMP/lib/libfmpml.a 1837805698 3145674 /opt/FMP/lib/libahcommon++.a 2413670203 3566992 /opt/DBSYNC/bin/import 3647989056 3488776 /opt/DBSYNC/bin/export_all 3454657627 3497624 /opt/DBSYNC/bin/export_tree Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_21730 PHSS_23634 Equivalent Patches: None Patch Package Size: 160800 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_25604 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_25604.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_25604. 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_25604.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_25604.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: BEFORE LOADING THIS PATCH... If there are any FMP sessions running on either the Management Station or on any Management Consoles, these sessions need to be closed. The "fmpstop" command should then be executed. WARNING : the patch will not install if fmp or md 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 : fmpstart is NOT executed after the patch is loaded You will need to manually run fmpstart. Also, in order to keep a history of the patches installed on your system the post-install script will attempt to copy this .text file to /usr/FMP/ReleaseNotes/patches (or /opt/FMP/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.