OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: IT Resource Center (support_feedback_at_us-support2-mail.external.hp.com)
Date: Sun Jan 05 2003 - 06:12:52 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

                            HP Support Information Digests

    ===============================================================================
    o IT Resource Center World Wide Web Service
       ---------------------------------------------------

       If you subscribed through the IT Resource Center and would
       like to be REMOVED from this mailing list, access the
       IT Resource Center on the World Wide Web at:

         http://support.itrc.hp.com/

       Login using your IT Resource Center User ID and Password.
       Then select Support Information Digests (located under
       Maintenance and Support). You may then unsubscribe from the
       appropriate digest.

       To download a patch referenced below, access the
       IT Resource Center on the World Wide Web at:

         http://support.itrc.hp.com/

       Login using your IT Resource Center User ID and Password.
       Then select Individual Patches (under Maintenance and Support)
       to access the patch. You may also download a patch via anonymous
       ftp(1) from ftp.itrc.hp.com.
    ===============================================================================


    Digest Name: weekly HP-UX series 800 11.X patch digest
        Created: Sun Jan 5 6:05:02 EST 2003

    Table of Contents:

    Document ID Title
    --------------- -----------
    PHCO_28006 s700_800 11.00 pwgrd(1M) cumulative patch
    PHSS_28251 s700_800 11.11 Support Tool Manager Sep 2002 Patch

    The documents are listed below.
    -------------------------------------------------------------------------------


    Document ID: PHCO_28006
    Date Loaded: 20030103
          Title: s700_800 11.00 pwgrd(1M) cumulative patch

    Patch Name: PHCO_28006

    Patch Description: s700_800 11.00 pwgrd(1M) cumulative patch

    Creation Date: 02/12/11

    Post Date: 03/01/03

    Hardware Platforms - OS Releases:
            s700: 11.00
            s800: 11.00

    Products: N/A

    Filesets:
            OS-Core.UX-CORE,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP

    Automatic Reboot?: No

    Status: General Release

    Critical: No

    Category Tags:
            defect_repair general_release

    Path Name: /hp-ux_patches/s700_800/11.X/PHCO_28006

    Symptoms:
            PHCO_28006:
            1. pwgrd(1m) is intermittently consuming CPU time and not
               responding to the requests coming to it.
            2. pwgrd(1m) is not caching the user names after any
               Invalid Entry in /etc/passwd.

            PHCO_24586:
            1.pwgrd(1M) does not store groupnames having more than
              8 characters correctly.
            2.Access problems with pwgrd(1M).

            PHCO_18445:
            There are multiple failures if the system is upgraded using
            patch bundle.

            PHCO_16796:
            Postinstall script of the previous patch PHCO_14257
            fails on 10.x systems.

            PHCO_14257:
            Previous patch PHCO_13497 doesn't install correctly on
            new systems.

            PHCO_13497:
            When the system clock is set backwards and either
            /etc/passwd, /etc/group or /etc/logingroup have a modify
            time later than the clock. The symptom is that pwgrd
            accumulates CPU time until the clock has passed the modify
            time of the /etc/ files.

    Defect Description:
            PHCO_28006:
            1.pwgrd(1m) intermittently consumes CPU time and is not
              responding to any request. This happens because the
              flags associated with the hashtables were not updated
              correctly.

            Resolution :
              The code has been modified to make sure that the
              flags associated with the hashtables are updated
              properly.

            2.pwgrd(1m) is not caching the user/group information
              after any Invalid Entry in /etc/passwd and /etc/group.

            Eg.
            => If the /etc/passwd file has the following entries:
            ...
            nobody:*:2:2::/:
            www:*::1::/: -->THIS IS INVALID SINCE THERE IS NO UID.
            user1:*:202:60::/mnt/user1:/usr/bin/ksh
            ...

            => Login as user1 and touch a file.
            $ touch testfile

            => Check the ownership of this file.
            $ ll testfile
            << WHEN PWGRD DAEMON IS NOT RUNNING >>
            -rw-rw-rw- 1 user1 ssgrp 0 Dec 2 15:29 testfile
            The user name of the file is correctly getting
            displayed.

            << WHEN PWGRD DAEMON IS RUNNING >>
            -rw-rw-rw- 1 202 ssgrp 0 Dec 2 15:29 testfile
            Here ls(1) is not able to print the user name since
            pwgrd(1m) is not caching the details of user1.

            Resolution :
              The code has been modified to make sure that all the
              valid entries in /etc/passwd and /etc/group file is
              cached.

            PHCO_24586:
            1.pwgrd(1M) can not handle groupnames more than 8
              characters in length correctly. This was happening as
              pwgrd(1M) used to truncate groupnames to 8 characters
              before caching them. Then this truncated group name
              used to append in the pwgrd output file.
            Resolution:
              The code has been modified to take care of the full
              groupname(without truncation) to be appended to
              pwgrd output file.

            2.Access problems with pwgrd(1M).
            Resolution:
              The code has been modified to take care of the access
              problems.

            PHCO_18445:
            The postinstall script which starts the pwgrd daemon is
            executed immediately after the installation of patch.
            The newly started pwgrd does not work properly when the
            patch is installed through a patch bundle. Due to this
            commands like chown, chgrp will fail in performing their
            respective operations on patches getting installed after
            the pwgrd patch in the bundle during installation.

            Resolution:
            The automatic startup of pwgrd daemon is moved from
            postinstall to configure script. In case of patch bundle
            installation, this script will run after the complete
            installation of bundle. In case of single patch
            installation, it will run immediately after the patch
            installation.

            PHCO_16796:
            When upgrading a 10.x system to 11.00 Extension Software,
            the Postinstall script of the patch PHCO_14257 fails with
            a core dump. This is because, the Postinstall script tries
            to start the 11.00 pwgrd on 10.x systems.
            Resolution:
            The /usr/sbin/pwgrd doesn't exist on 10.20. Therefore
            if the machine is not 10.20 then only the the
            /usr/sbin/pwgrd is started.

            PHCO_14257:
            Installing PHCO_13497 on a new system causes SD error

            PHCO_13497:
            pwgrd is always active, uses lots of CPU time

    Enhancement:
            No

    SR:
            8606282157 8606278564 8606165796 8606108334 8606163498
            4701424333 4701384453

    Patch Files:

            OS-Core.UX-CORE,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
            /usr/sbin/pwgrd

    what(1) Output:

            OS-Core.UX-CORE,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
            /usr/sbin/pwgrd:
                    Password/Group Caching/Hashing Daemon $Revision: 82.
                            25.1.8 $

    cksum(1) Output:

            OS-Core.UX-CORE,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
            3058498202 45056 /usr/sbin/pwgrd

    Patch Conflicts: None

    Patch Dependencies: None

    Hardware Dependencies: None

    Other Dependencies: None

    Supersedes:
            PHCO_13497 PHCO_14257 PHCO_16796 PHCO_18445 PHCO_24586

    Equivalent Patches: None

    Patch Package Size: 80 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 PHCO_28006

            5. Run swinstall to install the patch:

                    swinstall -x autoreboot=true -x patch_match_target=true \
                              -s /tmp/PHCO_28006.depot

            By default swinstall will archive the original software in
            /var/adm/sw/save/PHCO_28006. If you do not wish to retain a
            copy of the original software, include the patch_save_files
            option in the swinstall command above:

                    -x patch_save_files=false

            WARNING: If patch_save_files is false when a patch is installed,
                     the patch cannot be deinstalled. Please be careful
                     when using this feature.

            For future reference, the contents of the PHCO_28006.text file is
            available in the product readme:

                    swlist -l product -a readme -d /tmp/PHCO_28006.depot

            To put this patch on a magnetic tape and install from the
            tape drive, use the command:

                    dd if=/tmp/PHCO_28006.depot of=/dev/rmt/0m bs=2k

    Special Installation Instructions: None
    -----End of Document ID: PHCO_28006------------------------------------------


    Document ID: PHSS_28251
    Date Loaded: 20021231
          Title: s700_800 11.11 Support Tool Manager Sep 2002 Patch

    Patch Name: PHSS_28251

    Patch Description: s700_800 11.11 Support Tool Manager Sep 2002 Patch

    Creation Date: 02/12/16

    Post Date: 02/12/31

    Hardware Platforms - OS Releases:
            s700: 11.11
            s800: 11.11

    Products:
            Support Tools Manager A.34.00
            Support Tools Manager A.34.05
            Support Tools Manager A.34.10
            Support Tools Manager A.34.15

    Filesets:
            Sup-Tool-Mgr.STM-UUT-RUN,fr=B.11.11.08.12,fa=HP-UX_B.11.11_32/64,v=HP
            Sup-Tool-Mgr.STM-CATALOGS,fr=B.11.11.08.12,fa=HP-UX_B.11.11_32/64,v=HP
            Sup-Tool-Mgr.STM-MAN,fr=B.11.11.08.12,fa=HP-UX_B.11.11_32/64,v=HP
            Sup-Tool-Mgr.STM-SHLIBS,fr=B.11.11.08.12,fa=HP-UX_B.11.11_32/64,v=HP

    Automatic Reboot?: No

    Status: General Release

    Critical:
            Yes
            PHSS_28251: MEMORY_LEAK
            PHSS_28075: OTHER
                    A problem can result in errors in communication
                    between the system processors, the Management
                    Processor and the Power Monitor, resulting in
                    unexpected behavior.

    Category Tags:
            defect_repair general_release critical memory_leak
            manual_dependencies

    Path Name: /hp-ux_patches/s700_800/11.X/PHSS_28251

    Symptoms:
            PHSS_28251:
            1. DTS JAGae50526
            The STM diagnostic daemon, diagmond, uses excessive CPU
            time.

            2. DTS JAGae50172
            The STM hardware monitor fc60mon was running an ioscan each
            time it was launched.

            3. DTS JAGae47777
            The diagmond daemon has a memory leak.

            4. DTS JAGae10231
            The STM DDS tape expert tool hangs on 64-bit 11.11
            systems. The DDS expert tool process is left running and
            no other access to that DDS device is possible until the
            process is manually killed. Exit and restart of STM does
            not reset this process.

            PHSS_28075:
            1. DTS JAGae44114
            On rp24xx (A-Class), rp54xx (L-Class) and rp7400
            (N-Class) systems:
            - the Event Monitoring Service (EMS) dm_core_hw monitor
            may generate event 32.
            - the management processor may generate alerts stating
            that the interconnect medium is not responding.
            - there is a small possibility that the system may
            experience unexpected behavior.

            2. DTS JAGae46065
            The CPU interconnect fabric is not monitored on 875MHz
            cellular systems (S class; Superdome). In addition,
            problems with the utilities (support processors) or with
            communication to these utilities on these systems will be
            reported with the hardware identified using N-class system
            terminology.

            PHSS_27812:
            1. DTS JAGae13794
            Support tests for readonly virtual memory access protection
            mechanisms under STM memory info tool.

            2. DTS JAGae32316
            The EMS dm_ses_enclosure monitor would restart every 2
            minutes due to a SIGSEGV error and there are two distinct
            symptoms as such,

              a) dm_ses_enclosure dies immediately, and also leaves
            device files /var/tmp/rscsi*. This is the case for a
            configuration with HPUX 11.0 or 11.11 and an A6491A.
            The aplsrv log would show:
            SES_M> ********** NEW PROCESS ON LINE ********** pid: 16405
            0x00004015
            SES_M> STATE CHANGE to: REG_OBJ_STATE_ADDING
            SES_M> STATE CHANGE to: REG_OBJ_STATE_COMPLETE
            SES_M> Hardware Path: 0/7/0/0.15.0
            SES_M> Hardware Path: 0/7/0/1.15.0
            SES_M> STATE CHANGE to: EMS_STATE_CONNECTING
            SES_M> RETURN CODE from get_next_message = MSG_NULL
            SES_M> RETURN CODE from ems_wait_for_request = EMS_ENABLED
            SES_M> RETURN CODE from get_next_message = MSG_CHECK_PATHS
            SES_M> cleanup_and_exit

            b) dm_ses_enclosure restarts when it polls (after 15
            minutes). This was seen on HPUX 11.00 with a A5236A and an
            A6255A.
            The aplsrv output would show:
            SES_M> init_enclosure_node: tl_ses_device_id_page_get failed
            SES_M> add_to_tracking: tl_ses_device_id_page_get failed
            SES_M> init_enclosure_node: tl_ses_device_id_page_get failed

            and then the failure comes, again from the same routine,
            when polling is done:

            SES_M> Calling perform_polling: : 0/8/0/0.8.0.255.0.15.0
            SES_M> init_enclosure_node: tl_ses_device_id_page_get failed
            SES_M> perform_polling: Call to init_enclosure_node NOT
            SUCCESSFUL.
            SES_M> perform_polling: Returned from find_enclosure_node.
            SES_M> perform_polling: polled path was never added to
            tracking.
            SES_M> called prequalify_event

            3. DTS JAGae37841
            Support Tool Manager process daemon diagmond uses excess
            cpu time.

            PHSS_27692:
            1. DTS JAGae37088
            On a vPar-Superdome system will see the following errors
            when running Support Tool Manager (STM) tools.
            - Incomplete execution of the memory information tool with
              the following error messages logged in the memory
              information tool activity log file:

            .... <hostname> : <IP address> ....

            -- Information Tool Activity Log for MEMORY on path
            <hardware_path> --

            Log creation time:
            <timestamp>

            <timestamp>: Information tool (memory) starting on path
            (<hardware_path>).

            <timestamp>: The routine std_phys_addr_info received an
            unexpected failure condition while making a
            PDC call to determine the physical location for the address
                         ffffffffffffffc1, PDC return status =
                         fffffffffffffff6.

                         Possible Causes/Recommended Action:

                            Internal application error.

            <timestamp>: The attempt to convert a PDT entry to
            determine the FRU's physical location failed unexpectedly.

                         Possible Cause(s)/Recommended Action(s):

                            Internal application error.

            <timestamp>: The library call to tlmem.sl failed. The tool
            was trying to convert the phyiscal address to identify the
            memory array.

                         Possible Causes:

                            Internal application error.

                         Recommended Action:

                            1. Rerun the tool and if tool fails again,
            report the error.

            <timestamp>: The tool was unable to access the Page
            Deallocation Table (PDT).

            <timestamp>: The tool was unable to get memory information.

            <timestamp>: Tool completed with exit_status MOD_INCOMPLETE
            (5) indicating the tool was started but could not properly
            complete execution.

            2. The following error messages logged in the memlogd
            activity log file:

            .... <hostname> : <IP address> ....

            -- Memlogd Activity Log on the host <hostname> --

            Log creation time:
            <timestamp>

            Log was last reset by user (root) on host (<hostname>).

            <timestamp>: Memlogd diagnostic logging daemon shut down.

            <timestamp>: Memlogd diagnostic logging daemon started.

            <timestamp>: The routine std_phys_addr_info received an
            unexpected failure condition while making a PDC call to
            determine the physical location for the address
                         ffffffffffffffc1, PDC return status =
                         fffffffffffffff6.

                         Possible Causes/Recommended Action:

                            Internal application error.

            <timestamp>: The attempt to convert a PDT entry to
            determine the FRU's physical location failed unexpectedly.

                         Possible Cause(s)/Recommended Action(s):

                            Internal application error.

    Defect Description:
            PHSS_28251:
            1. DTS JAGae50526
            The diagmond daemon was polling suspended PCI cards too
            frequently, hence degrading performance.

            2. DTS JAGae50172
            The hardware monitor fc60mon caused scsi lbolt messages on
            third party tape libraries, whenever the fc60mon was run.
            This caused various applications from writing to the tape
            device.
            Another case is repetitive PLOGIs (port login to fibre
            channel (FC) fabric) messages are detected by an FC switch
            from FC HBAs.

            3. DTS JAGae47777
            Memory is being allocated and not freed.
            The diagmond memory leak is dependent on hardware
            configuration and it is linear to the number of OLA/R slots
            active on the system.

            4. DTS JAGae10231
            The STM DDS tape expert tool hang was due to an incorrect
            function call.

            PHSS_28075:
            1. DTS JAGae44114
            The SupportPlus September 2002 Version A.34.00 diagnostics
            contain some functionality that check for suspended PCI
            slots and output system information to the management
            processor. This functionality increases traffic on a bus
            that interconnects the Management Processor, the Power
            Monitor and the system board. On rp24xx (A-Class),
            rp54xx (L-Class) and rp7400 (N-Class) systems, this
            additional bus traffic can result in errors in
            communication between the components on this bus,
            resulting in unexpected behavior. Indications of this
            problem can include a Management Processor alert that
            contains:
               Source: PDH
               Source detail: interconnect medium
               Problem Description: not responding, may need GSP reset
            In addition, the dm_core_hw EMS monitor may generate event
            32.
            There is a small risk that the system may experience
            unexpected behavior.

            2. DTS JAGae46065
            The 875MHz cellular systems were not included in the list
            of products for which the CPU interconnect fabric needed to
            be monitored. Therefore, the dm_core_hw EMS monitor does
            not check for these errors.

            PHSS_27812:
            1. DTS JAGae13794
            A test is required to insure that portions of memory cannot
            be written (no write memory test) via the STM memory info
            tool.

            2. DTS JAGae32316
            The dm_ses_enclosure monitor was exiting with a SIGSEGV
            error on DS2300 type of disk arrays when adding the second
            array controller path to the list. This was due to Buffer
            overflow in the tool library.

            3. DTS JAGae37841
            STM process daemon diagmond uses excess cpu time due to a
            OLA/R call to retrieve pci slot status when called every 5
            seconds.

            PHSS_27692:
            1. DTS JAGae37088
            The STM daemon memlogd on Superdome-class systems can
            potentially get back an invalid error address of -1 from
            the firmware when trying to detect memory errors on the
            system.
            Since memlogd does not have any code to filter out an
            invalid error address of -1, it would log the invalid error
            address to the memlog file. Furthermore, on vPar-Superdome
            systems, memlogd would also enter the invalid error address
            into the PDT when two memory errors (with error address of
            -1) occur within 24 hours of each other.
            Once the invalid error address of -1 is entered into the
            PDT, the memory information tool would not be able to run
            to completion successfully each time and when memlogd
            restarts, it will log error messages to the memlogd
            activity log file indicating that it can not convert the
            invalid error address (-1) to its physical location.

    Enhancement:
            No

    SR:
            8606272982 8606247354 8606268078 8606273753 8606280139
            8606282122 8606283832 8606286229 8606286587 8606242997

    Patch Files:

            Sup-Tool-Mgr.STM-UUT-RUN,fr=B.11.11.08.12,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/sbin/stm/uut/bin/tools/monitor/dm_core_hw
            /usr/sbin/stm/uut/bin/sys/cclogd
            /usr/sbin/stm/uut/bin/sys/memlogd
            /usr/sbin/stm/uut/bin/sys/diagmond
            /usr/sbin/stm/uut/lib/tlses.sl
            /usr/sbin/stm/uut/bin/tools/monitor/dm_ses_enclosure
            /usr/sbin/stm/uut/bin/tools/info/sesencl
            /usr/sbin/stm/uut/bin/tools/expert/transformer
            /usr/sbin/stm/uut/bin/tools/fw_update/sesencl
            /usr/sbin/stm/uut/bin/tools/info/memory
            /usr/sbin/stm/lib/libdiagms.sl
            /usr/sbin/stm/uut/bin/tools/expert/scsi_dds
            /usr/sbin/stm/uut/bin/tools/monitor/fc60mon
            /var/stm/config/tools/monitor/fc60mon.psmcfg
            /var/stm/config/tools/monitor/fc60mon.sapcfg
            /var/stm/config/tools/monitor/fc60mon.cfg
            /var/stm/config/tools/monitor/Fc60mon.cfg
            /var/stm/config/tools/monitor/default_fc60mon.clcfg
            /etc/opt/resmon/dictionary/fc60mon.dict

            Sup-Tool-Mgr.STM-CATALOGS,fr=B.11.11.08.12,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/sbin/stm/catalog/C/HP-UX_B.11.11/sys/cclogd.cat
            /usr/sbin/stm/catalog/C/HP-UX_B.11.11/tools/info/memory.cat
            /usr/sbin/stm/catalog/C/HP-UX_B.11.11/tools/monitor/
                    fc60mon.cat
            /usr/sbin/stm/catalog/C/HP-UX_B.11.11/tools/monitor/
                    fc60emscl.cat

            Sup-Tool-Mgr.STM-MAN,fr=B.11.11.08.12,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            /opt/resmon/share/man/man1m.Z/fc60mon.1m

            Sup-Tool-Mgr.STM-SHLIBS,fr=B.11.11.08.12,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/sbin/stm/lib/libdiagfx.sl

    what(1) Output:

            Sup-Tool-Mgr.STM-UUT-RUN,fr=B.11.11.08.12,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/sbin/stm/uut/bin/tools/monitor/dm_core_hw:
                    tprocid.h, $Revision: 1.39 $
                    decode_mod_info.h, $Revision: 1.5 $
                    tprocid.h, $Revision: 1.39 $
                    tprocid.h, $Revision: 1.39 $
                    tprocid.h, $Revision: 1.39 $
                    tprocid.h, $Revision: 1.39 $
                    tprocid.h, $Revision: 1.39 $
                    tprocid.h, $Revision: 1.39 $
                    tprocid.h, $Revision: 1.39 $
                    tprocid.h, $Revision: 1.39 $
                    get_date_information.c, $Revision: 1.2 $
                    get_license.c, $Revision: 1.7 $
                    install_license.c, $Revision: 1.8 $
                    make_license.c, $Revision: 1.3 $
                    stable_store_info.c, $Revision: 1.3 $
                    write_to_ss.c, $Revision: 1.13 $
                    check_temp_license.c,$Revision: 1.2 $
                    DECODE_STABLE_STORAGE.C, $Revision: 1.1 $
                    determine_expiration_date.c, $Revision: 1.7 $
                    get_hversion.c, $Revision: 1.25 $
                    get_row_col.c, $Revision: 1.2 $
                    get_sw_id.c, $Revision: 1.26 $
                    get_system_type.c, $Revision: 1.10 $
                    hversion_recognized.c, $Revision: 1.4 $
                    install_rco_license.c, $Revision: 1.6 $
                    is_rco_license_installed.c, $Revision: 1.5 $
                    lic_get_date.c, $Revision: 1.6 $
                    overlap_passwords.c, $Revision: 1.2 $
                    read_from_ss.c, $Revision: 1.14 $
                    compare_temp_hp.c, $Revision: 1.2 $
                    convert_date.c, $Revision: 1.7 $
                    gather_information.c, $Revision: 1.4 $
                    make_date_canonical.c, $Revision: 1.4 $
                    search_for_session.c, $Revision: 1.6 $
                    find_beginning_date.c, $Revision: 1.2 $
                    get_boot_time.c, $Revision: 1.10 $
                    get_session_id.c, $Revision: 1.11 $
                    main_prog.c, (1.37) $Revision: 1.13 $
                    low_level.c, (1.57) $Revision: 1.9 $
                    ems_layer.c, (1.44) $Revision: 1.4 $
                    check_cabinet_failures.c, $Revision: 1.21 $
                    check_cc.c, $Revision: 1.5 $
                    check_cell_modules.c, $Revision: 1.16 $
                    check_fans_and_pwr_supplies.c, $Revision: 1.24 $
                    check_reo.c, $Revision: 1.9 $
                    check_xbc.c, $Revision: 1.7 $
                    decode_sppa_error_log.c, $Revision: 1.2 $
                    generate_event.c, $Revision: 1.11 $
                    pdc_call.c, $Revision: 1.6 $
                    perform_decode.c, (1.13) $Revision: 1.18 $
                    component_data.c, (1.15) $Revision: 1.2 $
                    perform_polling.c, (1.13) $Revision: 1.13 $
                    is_monarch.c, $Revision: 1.4 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    store_lic.h, $Revision: 1.14 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    store_lic.h, $Revision: 1.14 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic_internal.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    install_pass_internal.h, $Revision: 1.17 $
                    make_lic_internal.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    store_lic.h, $Revision: 1.14 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    store_lic.h, $Revision: 1.14 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    check_temp.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    store_lic.h, $Revision: 1.14 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic_ar.h, $Revision: 1.66 $
                    make_lic_internal.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    make_lic_internal.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    store_lic.h, $Revision: 1.14 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    check_temp.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    check_temp.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
            /usr/sbin/stm/uut/bin/sys/cclogd:
                    tprocid.h, $Revision: 1.39 $
                    cclogd_main.c, $Revision: 1.20 $
                    archive_cc_boot_log.c, $Revision: 1.4 $
                    archive_cc_err_log.c, $Revision: 1.1 $
                    daemon_control_handling.c, $Revision: 1.4 $
                    get_chassis_codes.c, $Revision: 1.7 $
                    process_chassis_codes.c, $Revision: 1.5 $
                    put_chassis_code_timer.c, $Revision: 1.6 $
                    write_chassis_code_to_raw_log.c, $Revision: 1.2 $
                    put_mac_address.c, $Revision: 1.10 $
            /usr/sbin/stm/uut/bin/sys/memlogd:
                    globals.h, $Revision: 1.2 $
                    mem_services.h, $Revision: 1.3 $
                    declare.h, $Revision: 1.6 $
                    edh.c, $Revision: 1.15 $
                    globals.h, $Revision: 1.2 $
                    mem_services.h, $Revision: 1.3 $
                    declare.h, $Revision: 1.6 $
                    mas.c, $Revision: 1.6 $
                    globals.h, $Revision: 1.2 $
                    mem_services.h, $Revision: 1.3 $
                    declare.h, $Revision: 1.6 $
                    mem_init.c, $Revision: 1.2 $
                    globals.h, $Revision: 1.2 $
                    mem_services.h, $Revision: 1.3 $
                    declare.h, $Revision: 1.6 $
                    utils.c, $Revision: 1.6 $
                    globals.h, $Revision: 1.2 $
                    mem_services.h, $Revision: 1.3 $
                    declare.h, $Revision: 1.6 $
                    sh.c, $Revision: 1.2 $
                    globals.h, $Revision: 1.2 $
                    mem_services.h, $Revision: 1.3 $
                    declare.h, $Revision: 1.6 $
                    sm.c, $Revision: 1.7 $
                    globals.h, $Revision: 1.2 $
                    mem_services.h, $Revision: 1.3 $
                    declare.h, $Revision: 1.6 $
                    ssp.c, $Revision: 1.6 $
                    globals.h, $Revision: 1.2 $
                    mem_services.h, $Revision: 1.3 $
                    declare.h, $Revision: 1.6 $
                    ta.c, $Revision: 1.4 $
                    globals.h, $Revision: 1.2 $
                    mem_services.h, $Revision: 1.3 $
                    declare.h, $Revision: 1.6 $
                    mem_services.h, $Revision: 1.3 $
                    declare.h, $Revision: 1.6 $
                    dm_memory.h, $Revision: 1.6 $
                    main.c, $Revision: 1.8 $
                    mlog_log_msg.c, $Revision: 1.2 $
            /usr/sbin/stm/uut/bin/sys/diagmond:
                    get_date_information.c, $Revision: 1.2 $
                    get_license.c, $Revision: 1.7 $
                    install_license.c, $Revision: 1.8 $
                    make_license.c, $Revision: 1.3 $
                    stable_store_info.c, $Revision: 1.3 $
                    write_to_ss.c, $Revision: 1.13 $
                    check_temp_license.c,$Revision: 1.2 $
                    DECODE_STABLE_STORAGE.C, $Revision: 1.1 $
                    determine_expiration_date.c, $Revision: 1.7 $
                    get_hversion.c, $Revision: 1.25 $
                    get_row_col.c, $Revision: 1.2 $
                    get_sw_id.c, $Revision: 1.26 $
                    get_system_type.c, $Revision: 1.10 $
                    hversion_recognized.c, $Revision: 1.4 $
                    install_rco_license.c, $Revision: 1.6 $
                    is_rco_license_installed.c, $Revision: 1.5 $
                    lic_get_date.c, $Revision: 1.6 $
                    overlap_passwords.c, $Revision: 1.2 $
                    read_from_ss.c, $Revision: 1.14 $
                    compare_temp_hp.c, $Revision: 1.2 $
                    convert_date.c, $Revision: 1.7 $
                    gather_information.c, $Revision: 1.4 $
                    make_date_canonical.c, $Revision: 1.4 $
                    search_for_session.c, $Revision: 1.6 $
                    find_beginning_date.c, $Revision: 1.2 $
                    get_boot_time.c, $Revision: 1.10 $
                    get_session_id.c, $Revision: 1.11 $
                    diagmond.h, $Revision: 1.89 $
                    sysmonglob.h, $Revision: 1.20 $
                    diagmond_main.c, $Revision: 1.58 $
                    diagmond.h, $Revision: 1.89 $
                    ms_make_daemon.c, $Revision: 1.6 $
                    diagmond.h, $Revision: 1.89 $
                    ms_init_manage_sys.c, $Revision: 1.22 $
                    diagmond.h, $Revision: 1.89 $
                    ms_build_status_map.c, $Revision: 1.13 $
                    diagmond.h, $Revision: 1.89 $
                    ms_build_monitor_paths.c, $Revision: 1.1 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_rebuild_monitor_paths.c, $Revision: 1.1 $
                    diagmond.h, $Revision: 1.89 $
                    ms_recreate_monitor_paths.c, $Revision: 1.2 $
                    diagmond.h, $Revision: 1.89 $
                    ms_start_startmon.c, $Revision: 1.1 $
                    diagmond.h, $Revision: 1.89 $
                    ms_check_monitor_paths.c, $Revision: 1.4 $
                    diagmond.h, $Revision: 1.89 $
                    ms_setup_scan_hw_sys_global.c, $Revision: 1.2 $
                    diagmond.h, $Revision: 1.89 $
                    ms_check_uut_status.c, $Revision: 1.5 $
                    diagmond.h, $Revision: 1.89 $
                    ms_scan_children.c, $Revision: 1.7 $
                    diagmond.h, $Revision: 1.89 $
                    ms_get_valid_request.c, $Revision: 1.23 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_access_dev.c, $Revision: 1.6 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_access_request.c, $Revision: 1.2 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_release_dev.c, $Revision: 1.7 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_device_request.c, $Revision: 1.6 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_get_query.c, $Revision: 1.7 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_host_info_request.c, $Revision: 1.4 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_update_session_lic.c, $Revision: 1.3 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_install_lic.c, $Revision: 1.5 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_deinstall_lic.c, $Revision: 1.2 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_system_request.c, $Revision: 1.6 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_test_progress.c, $Revision: 1.16 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_admin_request.c, $Revision: 1.25 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_download_request.c, $Revision: 1.16 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_reread_lic.c, $Revision: 1.4 $
                    diagmond.h, $Revision: 1.89 $
                    ms_recreate_mon_uut_status.c, $Revision: 1.5 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_reset_ops.c, $Revision: 1.6 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_reread_ops.c, $Revision: 1.5 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_reset_act_log.c, $Revision: 1.6 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_reset_daemon_act_log.c, $Revision: 1.2 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_get_files_dirs_request.c, $Revision: 1.5 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_get_files_w_info_dirs_request.c, $Revision
                            : 1.2 $
                    diagmond.h, $Revision: 1.89 $
                    mon_add_sop_parm.c, $Revision: 1.3 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_control.c, $Revision: 1.11 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_test_request.c, $Revision: 1.17 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_uut_release.c, $Revision: 1.8 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_uut_setup.c, $Revision: 1.16 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_start.c, $Revision: 1.8 $
                    diagmond.h, $Revision: 1.89 $
                    ms_handle_access_request.c, $Revision: 1.2 $
                    diagmond.h, $Revision: 1.89 $
                    ms_validate_user.c, $Revision: 1.19 $
                    diagmond.h, $Revision: 1.89 $
                    ms_setup_mon_uut_status.c, $Revision: 1.8 $
                    diagmond.h, $Revision: 1.89 $
                    ms_create_mon_uut_status.c, $Revision: 1.10 $
                    diagmond.h, $Revision: 1.89 $
                    ms_recreate_mon_uut_status.c, $Revision: 1.5 $
                    diagmond.h, $Revision: 1.89 $
                    ms_cleanup_for_exited_ui.c, $Revision: 1.19 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    store_lic.h, $Revision: 1.14 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    store_lic.h, $Revision: 1.14 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic_internal.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    install_pass_internal.h, $Revision: 1.17 $
                    make_lic_internal.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    store_lic.h, $Revision: 1.14 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    store_lic.h, $Revision: 1.14 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    check_temp.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    store_lic.h, $Revision: 1.14 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic_ar.h, $Revision: 1.66 $
                    make_lic_internal.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    make_lic_internal.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    store_lic.h, $Revision: 1.14 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    check_temp.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    check_temp.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    libscsi3.c, $Revision: 1.4 $
            /usr/sbin/stm/uut/lib/tlses.sl:
                    tlses2.c,$Revision: 1.10 $
                    tlses_struct.c, $Revision: 1.16.2.1 $
                    tlses_struct2.c, $Revision: 1.4 $
                    tlses.c, $Revision: 1.12 $
            /usr/sbin/stm/uut/bin/tools/monitor/dm_ses_enclosure:
                    decode_mod_info.h, $Revision: 1.5 $
                    perform_polling.c, $Revision: 1.27 $
                    perform_tracking.c, $Revision: 1.22 $
                    get_date_information.c, $Revision: 1.2 $
                    get_license.c, $Revision: 1.7 $
                    install_license.c, $Revision: 1.8 $
                    make_license.c, $Revision: 1.3 $
                    stable_store_info.c, $Revision: 1.3 $
                    write_to_ss.c, $Revision: 1.13 $
                    check_temp_license.c,$Revision: 1.2 $
                    DECODE_STABLE_STORAGE.C, $Revision: 1.1 $
                    determine_expiration_date.c, $Revision: 1.7 $
                    get_hversion.c, $Revision: 1.25 $
                    get_row_col.c, $Revision: 1.2 $
                    get_sw_id.c, $Revision: 1.26 $
                    get_system_type.c, $Revision: 1.10 $
                    hversion_recognized.c, $Revision: 1.4 $
                    install_rco_license.c, $Revision: 1.6 $
                    is_rco_license_installed.c, $Revision: 1.5 $
                    lic_get_date.c, $Revision: 1.6 $
                    overlap_passwords.c, $Revision: 1.2 $
                    read_from_ss.c, $Revision: 1.14 $
                    compare_temp_hp.c, $Revision: 1.2 $
                    convert_date.c, $Revision: 1.7 $
                    gather_information.c, $Revision: 1.4 $
                    make_date_canonical.c, $Revision: 1.4 $
                    search_for_session.c, $Revision: 1.6 $
                    find_beginning_date.c, $Revision: 1.2 $
                    get_boot_time.c, $Revision: 1.10 $
                    get_session_id.c, $Revision: 1.11 $
                    main_prog.c, (1.39) $Revision: 1.14 $
                    low_level.c, (1.59) $Revision: 1.6 $
                    ems_layer.c, (1.42) $Revision: 1.6 $
                    perform_decode.c, (1.25) $Revision: 1.5 $
                    component_data.c, (1.15) $Revision: 1.5 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    store_lic.h, $Revision: 1.14 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    store_lic.h, $Revision: 1.14 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic_internal.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    install_pass_internal.h, $Revision: 1.17 $
                    make_lic_internal.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    store_lic.h, $Revision: 1.14 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    store_lic.h, $Revision: 1.14 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    check_temp.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    store_lic.h, $Revision: 1.14 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic_ar.h, $Revision: 1.66 $
                    make_lic_internal.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    make_lic_internal.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    store_lic.h, $Revision: 1.14 $
                    pdc_rqsts.h, $Revision: 1.19 $
                    make_lic.h, $Revision: 1.9 $
                    get_lic.h, $Revision: 1.12 $
                    check_temp.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    check_temp.h, $Revision: 1.6 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
                    install_pass_internal.h, $Revision: 1.17 $
                    install_pass.h, $Revision: 1.12 $
                    get_lic.h, $Revision: 1.12 $
                    make_lic.h, $Revision: 1.9 $
            /usr/sbin/stm/uut/bin/tools/info/sesencl:
                    cleanup_and_exit.c, $Revision: 1.1 $
                    get_and_log_info_data.c, $Revision: 1.1 $
                    get_info_data.c, $Revision: 1.4 $
                    log_info_messages.c, $Revision: 1.8 $
                    perform_info.c, $Revision: 1.1 $
                    setup_device_access.c, $Revision: 1.1 $
                    ses_enclosure_main.c, $Revision: 1.1 $
            /usr/sbin/stm/uut/bin/tools/expert/transformer:
                    check_dialog_status.c, $Revision: 1.1 $
                    cleanup_and_exit.c, $Revision: 1.1 $
                    create_temp_file.c, $Revision: 1.1 $
                    disk_LED_on_or_off.c, $Revision: 1.9 $
                    display_caution.c, $Revision: 1.1 $
                    display_continue.c, $Revision: 1.1 $
                    display_help_msg.c, $Revision: 1.1 $
                    display_main.c, $Revision: 1.1 $
                    do_disk_LED_off.c, $Revision: 1.1 $
                    do_disk_LED_on.c, $Revision: 1.1 $
                    do_exit.c, $Revision: 1.1 $
                    do_general_help.c, $Revision: 1.2 $
                    do_print_window.c, $Revision: 1.1 $
                    do_pwr_supply_off.c, $Revision: 1.1 $
                    do_pwr_supply_on.c, $Revision: 1.1 $
                    do_read_label.c, $Revision: 1.3 $
                    do_save_window.c, $Revision: 1.1 $
                    do_version_help.c, $Revision: 1.1 $
                    do_write_label.c, $Revision: 1.2 $
                    expert_main.c, $Revision: 1.2 $
                    expert_mod.c, $Revision: 1.1 $
                    expert_setup.c, $Revision: 1.1 $
                    handle_interrupt.c, $Revision: 1.1 $
                    initialize_control_page.c, $Revision: 1.1 $
                    make_disk_list.c, $Revision: 1.1 $
                    make_pwr_supply_list.c, $Revision: 1.1 $
                    pwr_supply_on_or_off.c, $Revision: 1.4 $
                    release_device.c, $Revision: 1.1 $
                    setup_device_access.c, $Revision: 1.1 $
            /usr/sbin/stm/uut/bin/tools/fw_update/sesencl:
                    fw_update_mod.c, $Revision:
                    cleanup_and_exit.c, $Revision: 1.1 $
                    display_caution.c, $Revision: 1.1 $
                    display_continue.c, $Revision: 1.1 $
                    display_help_loc_id.c, $Revision: 1.1 $
                    display_help_msg.c, $Revision: 1.1 $
                    display_main.c, $Revision: 1.1 $
                    do_exit.c, $Revision: 1.1 $
                    do_fw_update.c, $Revision: 1.1 $
                    do_general_help.c, $Revision: 1.1 $
                    do_select_file.c, $Revision: 1.1 $
                    do_version_help.c, $Revision: 1.1 $
                    do_print_window.c, $Revision: 1.1 $
                    do_save_window.c, $Revision: 1.1 $
                    fw_update_main.c, $Revision: 1.1 $
                    fw_update_setup.c, $Revision: 1.1 $
                    get_fw_update_directory.c, $Revision: 1.1 $
                    get_fw_update_file.c, $Revision: 1.1 $
                    get_fw_rev.c, $Revision: 1.1 $
                    handle_interrupt.c, $Revision: 1.1 $
                    download.c, $Revision: 1.1 $
                    send_to_device.c, $Revision: 1.1 $
                    open_fw_update_file.c, $Revision: 1.1 $
                    read_fw_update_file.c, $Revision: 1.1 $
                    release_device.c, $Revision: 1.1 $
                    setup_device_access.c, $Revision: 1.1 $
                    setup_global_dev_info.c, $Revision: 1.1 $
                    validate_fw_update_file.c, $Revision: 1.1 $
            /usr/sbin/stm/uut/bin/tools/info/memory:
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    mem_info.h, $Revision: 1.21 $
                    cchwtest.c, $Revision: 1.1 $
                    cleanup_and_exit.c, $Revision: 1.2 $
                    device_access.c, $Revision: 1.11 $
                    get_info_data.c, $Revision: 1.4 $
                    get_memlog.c, $Revision: 1.24 $
                    get_page_stats.c, $Revision: 1.1 $
                    get_pdt.c, $Revision: 1.31 $
                    get_rev_port.c, $Revision: 1.9 $
                    log_info_data.c, $Revision: 1.30 $
                    map_bushmstr.c, $Revision: 1.2 $
                    map_echo.c, $Revision: 1.2 $
                    map_emerald.c, $Revision: 1.5 $
                    map_forte.c, $Revision: 1.2 $
                    map_hawk.c, $Revision: 1.3 $
                    map_hitachi.c, $Revision: 1.3 $
                    map_legacy.c, $Revision: 1.3 $
                    map_nec.c, $Revision: 1.3 $
                    map_mar_data.c, $Revision: 1.10 $
                    map_pcxl.c, $Revision: 1.1 $
                    map_rhapsody.c, $Revision: 1.1 $
                    map_scorpio.c, $Revision: 1.2 $
                    map_superdome.c, $Revision: 1.1 $
                    map_viper.c, $Revision: 1.1 $
                    map_spp2k.c, $Revision: 1.4 $
                    mem_info.c, $Revision: 1.6 $
                    suspend.c, $Revision: 1.1 $
            /usr/sbin/stm/lib/libdiagms.sl:
                    ms_lib_rev.c, $Revision: 1.6 $
                    ms_abort_tool.c, $Revision: 1.22 $
                    ms_kill_tool.c, $Revision: 1.1 $
                    ms_append_pg_uut_stat_list_entry.c, $Revision: 1.7 $
                    ms_append_progress_global_entry.c, $Revision: 1.8 $
                    ms_build_exit_ll_msg.c, $Revision: 1.13 $
                    ms_build_exit_status_ll_msg.c, $Revision: 1.6 $
                    ms_get_uut_op_info.c, $Revision: 1.8 $
                    ms_get_uut_op_info.c, $Revision: 1.4 $
                    ms_get_new_progress_global_entry.c, $Revision: 1.4 $
                    ms_delete_progress_global_entry.c, $Revision: 1.2 $
                    ms_copy_log_file.c, $Revision: 1.16 $
                    ms_copy_logs_for_sop.c, $Revision: 1.14 $
                    ms_create_logs_dir_for_sop.c, $Revision: 1.16 $
                    ms_create_sop_shm.c, $Revision: 1.15 $
                    create_sys_port.c, $Revision: 1.18 $
                    ms_delete_pg_uut_stat_list_entry.c, $Revision: 1.7 $
                    ms_delete_setup_list_entry.c, $Revision: 1.10 $
                    ms_execute_tool.c, $Revision: 1.35 $
                    ms_find_setup_list_entry.c, $Revision: 1.8 $
                    ms_get_new_pg_uut_stat_list_entry.c, $Revision: 1.6
                            $
                    ms_handle_query_waiting.c, $Revision: 1.5 $
                    ms_interrupt_tool.c, $Revision: 1.5 $
                    ms_link_test_act_logs.c, $Revision: 1.15 $
                    ms_add_sop_parm.c, $Revision: 1.6 $
                    ms_read_diagmon_config_file.c, $Revision: 1.22 $
                    ms_append_setup_list_entr.c, $Revision: 1.4 $
                    ms_complete_id_routine.c, $Revision: 1.9 $
                    ms_create_file_sem.c, $Revision: 1.8.1.1 $
                    ms_create_system_semaphores.c, $Revision: 1.8 $
                    ms_create_key_file_path.c, $Revision: 1.5 $
                    ms_execute_id_module.c, $Revision: 1.21 $
                    ms_get_avail_ops.c, $Revision: 1.3 $
                    ms_get_id_mod_name.c, $Revision: 1.5 $
                    ms_get_internal_results.c, $Revision: 1.6 $
                    ms_get_key_file_path.c, $Revision: 1.2 $
                    ms_get_new_setup_list_entry.c, $Revision: 1.3 $
                    ms_get_uut_config_info.c, $Revision: 1.16 $
                    ms_log_st_info_to_act_log.c, $Revision: 1.5 $
                    ms_remove_file_sem.c, $Revision: 1.7 $
                    ms_release_mon_uut_status.c, $Revision: 1.3 $
                    ms_release_saved_mon_uut_status.c, $Revision: 1.1 $
                    ms_release_uut_status.c, $Revision: 1.2 $
                    ms_get_new_mon_uut_status.c, $Revision: 1.4 $
                    ms_delete_mon_uut_status_entry.c, $Revision: 1.2 $
                    ms_setup_mon_sys_global.c, $Revision: 1.2 $
                    ms_setup_mon_globals.c, $Revision: 1.16 $
                    ms_setup_system_resources.c, $Revision: 1.2 $
                    ms_get_new_process_info_entry.c, $Revision: 1.4 $
                    ms_delete_process_info_entry.c, $Revision: 1.3 $
                    ms_delete_process_info_entry.c, $Revision: 1.2 $
                    ms_resume_tool.c, $Revision: 1.12 $
                    ms_send_event_msg.c, $Revision: 1.8 $
                    ms_send_system_result.c, $Revision: 1.10 $
                    ms_send_download_reply.c, $Revision: 1.1 $
                    ms_send_host_info_reply.c, $Revision: 1.1 $
                    ms_send_get_files_dirs_reply.c, $Revision: 1.1 $
                    ms_setup_for_sop_exec.c, $Revision: 1.21 $
                    ms_setup_uut_stat_and_pg_uut_stat.c, $Revision: 1.14
                             $
                    ms_suspend_tool.c, $Revision: 1.19 $
                    ms_add_build_requestor.c, $Revision: 1.1 $
                    ms_delete_build_requestor.c, $Revision: 1.3 $
                    ms_abort_all_main_active.c, $Revision: 1.6 $
                    ms_abort_internal_active.c, $Revision: 1.2 $
                    ms_build_sys_port.c, $Revision: 1.2 $
                    ms_handle_exited_child.c, $Revision: 1.10 $
                    ms_handle_exited_build.c, $Revision: 1.13 $
                    ms_handle_exited_ioscan.c, $Revision: 1.1 $
                    ms_handle_exited_startmon.c, $Revision: 1.1 $
                    ms_handle_exited_process.c, $Revision: 1.3 $
                    ms_handle_exited_daemon.c, $Revision: 1.6.1.1 $
                    ms_handle_exited_monitor_paths.c, $Revision: 1.5 $
                    ms_handle_util_list.c, $Revision: 1.4 $
                    ms_manage_sys_sig_control.c, $Revision: 1.15 $
                    ms_notify_ui.c, $Revision: 1.2 $
                    ms_release_ports.c, $Revision: 1.1 $
                    ms_sys_cleanup_and_exit.c, $Revision: 1.12 $
                    ms_log_start_to_syslogd.c, $Revision: 1.5 $
                    ms_log_exit_to_syslogd.c, $Revision: 1.9 $
                    ms_append_daemon_info_entry.c, $Revision: 1.2 $
                    ms_delete_daemon_info_entry.c, $Revision: 1.3 $
                    ms_setup_for_daemon_exec.c, $Revision: 1.6 $
                    ms_launch_daemons.c, $Revision: 1.8 $
                    ms_abort_daemon.c, $Revision: 1.2 $
                    ms_kill_daemon.c, $Revision: 1.2 $
                    ms_handle_daemon_control.c, $Revision: 1.3 $
                    ms_handle_daemon_list.c, $Revision: 1.3 $
                    ms_handle_daemon_start.c, $Revision: 1.3 $
                    ms_handle_launch_daemons.c, $Revision: 1.8 $
                    ms_handle_get_daemon_info.c, $Revision: 1.2 $
                    ms_handle_compl_waiting.c, $Revision: 1.1 $
                    ms_handle_exited_tool.c, $Revision: 1.5 $
                    ms_handle_hung_tool.c, $Revision: 1.3 $
                    ms_handle_tools.c, $Revision: 1.7 $
                    ms_create_mon_uut_status_entries.c, $Revision: 1.19
                            $
                    ms_create_old_mon_uut_status_entries.c, $Revision: 1
                            .4 $
                    ms_create_mon_uut_status_header.c, $Revision: 1.15 $
                    ms_create_prev_found_hw_list.c, $Revision: 1.4 $
                    ms_saved_create_prev_found_hw_list.c, $Revision: 1.1
                             $
                    ms_cleanup_for_prev_found_hw_list.c, $Revision: 1.2
                            $
                    ms_free_prev_found_hw_list.c, $Revision: 1.1 $
                    ms_download_file.c, $Revision: 1.2 $
                    ms_send_files_dirs.c, $Revision: 1.3 $
                    ms_send_files_w_info_dirs.c, $Revision: 1.1 $
                    ms_get_valid_lic.c, $Revision: 1.5 $
                    ms_rescan_hw.c, $Revision: 1.10 $
                    ms_get_hw_config.c, $Revision: 1.11 $
                    ms_check_for_ioscan.c, $Revision: 1.11 $
                    update_uut_status.c, $Revision: 1.20 $
                    ms_append_hw_path_entry.c, $Revision: 1.1 $
                    ms_get_new_hw_path_entry.c, $Revision: 1.4 $
                    ms_release_hw_paths.c, $Revision: 1.1 $
                    ms_append_monitor_paths_entry.c, $Revision: 1.1 $
                    ms_create_monitor_paths_entries.c, $Revision: 1.10 $
                    ms_create_monitor_paths_header.c, $Revision: 1.2 $
                    ms_get_new_monitor_paths.c, $Revision: 1.3 $
                    ms_release_monitor_paths_list.c, $Revision: 1.1 $
                    ms_delete_hw_path_entry.c, $Revision: 1.1 $
                    ms_create_tool_stat_list_from_file.c, $Revision: 1.1
                             $
                    ms_handle_tool_stat_entry.c, $Revision: 1.1 $
                    ms_write_tool_stat_list_to_file.c, $Revision: 1.1 $
                    ms_write_tool_stat_text_to_file.c, $Revision: 1.1 $
                    ms_release_system_semaphores.c, $Revision: 1.1 $
                    ms_launch_oem_daemons.c, $Revision: 1.2 $
                    ms_find_daemon_xref_entry.c $Revision: 1.4 $
                    ms_find_daemon_dir.c $Revision: 1.2 $
                    ms_update_monitor_paths.c, $Revision: 1.5 $
                    ms_get_olar_paths_info.c, $Revision: 1.5 $
            /usr/sbin/stm/uut/bin/tools/expert/scsi_dds:
                    call_scsi_dev_io.c, $Revision: 1.3 $
                    check_valid_dev.c, $Revision: 1.8 $
                    chg_active_partition.c, $Revision: 1.3 $
                    cleanup_and_exit.c, $Revision: 1.1 $
                    create_temp_file.c, $Revision: 1.2 $
                    decode_io_status.c, $Revision: 1.3 $
                    display_caution.c, $Revision: 1.1 $
                    display_continue.c, $Revision: 1.1 $
                    display_help_loc_id.c, $Revision: 1.1 $
                    display_help_msg.c, $Revision: 1.1 $
                    display_main.c, $Revision: 1.1 $
                    do_clear_log.c, $Revision: 1.7 $
                    do_data_capture.c, $Revision: 1.1 $
                    do_describe.c, $Revision: 1.4 $
                    do_display_both.c, $Revision: 1.1 $
                    do_display_hex.c, $Revision: 1.1 $
                    do_display_interpreted.c, $Revision: 1.1 $
                    do_exit.c, $Revision: 1.1 $
                    do_general_help.c, $Revision: 1.3 $
                    do_mode_select.c, $Revision: 1.4 $
                    do_mode_sense.c, $Revision: 1.4 $
                    do_prevent_allow.c, $Revision: 1.2 $
                    do_print_window.c, $Revision: 1.1 $
                    do_rewind.c, $Revision: 1.5 $
                    do_save_window.c, $Revision: 1.1 $
                    do_selftest.c, $Revision: 1.8 $
                    do_tape_copy.c, $Revision: 1.7 $
                    do_tape_info.c, $Revision: 1.1 $
                    do_tur.c, $Revision: 1.3 $
                    do_unload_tape.c, $Revision: 1.3 $
                    do_validate.c, $Revision: 1.5 $
                    do_version_help.c, $Revision: 1.1 $
                    do_view_all_logs.c, $Revision: 1.3 $
                    do_view_bad_grp_log.c, $Revision: 1.5 $
                    do_view_cap_log.c, $Revision: 1.5 $
                    do_view_eeprom_log.c, $Revision: 1.6 $
                    do_view_parm_log.c, $Revision: 1.6 $
                    do_view_trace_log.c, $Revision: 1.8 $
                    do_write_test.c, $Revision: 1.4 $
                    exec_clear_log.c, $Revision: 1.2 $
                    exec_mode_select.c, $Revision: 1.2 $
                    exec_mode_sense.c, $Revision: 1.1 $
                    exec_read.c, $Revision: 1.3 $
                    exec_view_log.c, $Revision: 1.9 $
                    expert_main.c, $Revision: 1.15 $
                    expert_mod.c, $Revision: 1.13 $
                    expert_setup.c, $Revision: 1.2 $
                    get_tapecopy_target.c, $Revision: 1.2 $
                    handle_interrupt.c, $Revision: 1.1 $
                    output_hex.c, $Revision: 1.2 $
                    pulse.c, $Revision: 1.1 $
                    release_device.c, $Revision: 1.1 $
                    remove_file.c, $Revision: 1.1 $
                    setup_device_access.c, $Revision: 1.5 $
            /usr/sbin/stm/uut/bin/tools/monitor/fc60mon:
                    decode_mod_info.h, $Revision: 1.6 $
                    GET_DATE_INFORMATION.C, $Revision: 1.1 $
                    GET_LICENSE.C, $Revision: 1.5 $
                    MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
                    INSTALL_LICENSE.C, $Revision: 1.5 $
                    INSTALL_PASS_INTERNAL,$Revision: 1.15 $
                    MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
                    MAKE_LICENSE.C, $Revision: 1.1 $
                    STABLE_STORE_INFO.C, $Revision: 1.2 $
                    INSTALL_PASS_INTERNAL,$Revision: 1.15 $
                    WRITE_TO_SS.C, $Revision: 1.6 $
                    check_temp.h,$Revision: 1.5 $
                    CHECK_TEMP_LICENSE.C,$Revision: 1.1 $
                    DECODE_STABLE_STORAGE.C, $Revision: 1.1 $
                    DETERMINE_EXPIRATION_DATE.C, $Revision: 1.6 $
                    GET_HVERSION.C, $Revision: 1.19 $
                    MAKE_LIC_AR.H, $Revision: 1.56 $
                    MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
                    GET_ROW_COL.C, $Revision: 1.1 $
                    GET_SW_ID.C, $Revision: 1.19 $
                    GET_SYSTEM_TYPE.C, $Revision: 1.7 $
                    INSTALL_PASS_INTERNAL,$Revision: 1.15 $
                    MAKE_LIC_INTERNAL.H, $Revision: 1.4 $
                    HVERSION_RECOGNIZED, $Revision: 1.2 $
                    INSTALL_PASS_INTERNAL,$Revision: 1.15 $
                    INSTALL_RCO_LICENSE.C, $Revision: 1.4 $
                    INSTALL_PASS_INTERNAL,$Revision: 1.15 $
                    IS_RCO_LICENSE_INSTALLED.C, $Revision: 1.4 $
                    LIC_GET_DATE.C, $Revision: 1.5 $
                    OVERLAP_PASSWORDS.C, $Revision: 1.1 $
                    INSTALL_PASS_INTERNAL,$Revision: 1.15 $
                    READ_FROM_SS.C, $Revision: 1.8 $
                    check_temp.h,$Revision: 1.5 $
                    COMPARE_TEMP_HP.C, $Revision: 1.1 $
                    CONVERT_DATE, $Revision: 1.6 $
                    INSTALL_PASS_INTERNAL,$Revision: 1.15 $
                    GATHER_INFORMATION.C, $Revision: 1.3 $
                    MAKE_DATE_CANONICAL.C, 7/1/92, A.01.00
                    INSTALL_PASS_INTERNAL,$Revision: 1.15 $
                    SEARCH_FOR_SESSION.C, $Revision: 1.5 $
                    check_temp.h,$Revision: 1.5 $
                    FIND_BEGINNING_DATE.C, $Revision: 1.1 $
                    GET_BOOT_TIME.C, $Revision: 1.9 $
                    INSTALL_PASS_INTERNAL,$Revision: 1.15 $
                    GET_SESSION_ID.C, $Revision: 1.9 $
                    HP92453-02A.11.00 HP-UX SYMBOLIC DEBUGGER (END.O ILP
                            32) $Revision: 75.02 $
                    fc60mon.c A.01.08.01 Fri Dec 13 12:22:43 IST 2002
                    low_level.c, (1.66) $Revision: 1.66 $
                    stlib_err_codes.h, $Revision: 1.15 $
                    component_data.c, (1.15) $Revision: 1.18 $
                    main_prog.c, (1.36) $Revision: 1.43 $
                    ems_layer.c, (1.42) $Revision: 1.44 $
                    perform_decode.c, (1.25) $Revision: 1.26 $
                    xferbuf.c, $Revision: 1.2 $
            /var/stm/config/tools/monitor/fc60mon.psmcfg:
                    None
            /var/stm/config/tools/monitor/fc60mon.sapcfg:
                    None
            /var/stm/config/tools/monitor/fc60mon.cfg:
                    None
            /var/stm/config/tools/monitor/Fc60mon.cfg:
                    None
            /var/stm/config/tools/monitor/default_fc60mon.clcfg:
                    None
            /etc/opt/resmon/dictionary/fc60mon.dict:
                    None

            Sup-Tool-Mgr.STM-CATALOGS,fr=B.11.11.08.12,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/sbin/stm/catalog/C/HP-UX_B.11.11/sys/cclogd.cat:
                    None
            /usr/sbin/stm/catalog/C/HP-UX_B.11.11/tools/info/memory.cat:
                    None
            /usr/sbin/stm/catalog/C/HP-UX_B.11.11/tools/monitor/
                    fc60mon.cat:
                    None
            /usr/sbin/stm/catalog/C/HP-UX_B.11.11/tools/monitor/
                    fc60emscl.cat:
                    None

            Sup-Tool-Mgr.STM-MAN,fr=B.11.11.08.12,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            /opt/resmon/share/man/man1m.Z/fc60mon.1m:
                    None

            Sup-Tool-Mgr.STM-SHLIBS,fr=B.11.11.08.12,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/sbin/stm/lib/libdiagfx.sl:
                    None

    cksum(1) Output:

            Sup-Tool-Mgr.STM-UUT-RUN,fr=B.11.11.08.12,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            2251632376 159744 /usr/sbin/stm/uut/bin/tools/monitor/
                    dm_core_hw
            1585171595 49152 /usr/sbin/stm/uut/bin/sys/cclogd
            2295702011 81920 /usr/sbin/stm/uut/bin/sys/memlogd
            429200080 196608 /usr/sbin/stm/uut/bin/sys/diagmond
            3633511939 24576 /usr/sbin/stm/uut/lib/tlses.sl
            3663781085 159744 /usr/sbin/stm/uut/bin/tools/monitor/
                    dm_ses_enclosure
            4279721005 40960 /usr/sbin/stm/uut/bin/tools/info/sesencl
            1564601646 49152 /usr/sbin/stm/uut/bin/tools/expert/
                    transformer
            401485072 57344 /usr/sbin/stm/uut/bin/tools/fw_update/
                    sesencl
            3975120548 143360 /usr/sbin/stm/uut/bin/tools/info/memory
            3375100160 237568 /usr/sbin/stm/lib/libdiagms.sl
            4243116868 122880 /usr/sbin/stm/uut/bin/tools/expert/
                    scsi_dds
            2302560427 1612720 /usr/sbin/stm/uut/bin/tools/monitor/
                    fc60mon
            3179398420 9069 /var/stm/config/tools/monitor/fc60mon.psmcfg
            1503069724 1039 /var/stm/config/tools/monitor/fc60mon.sapcfg
            2542659769 1823 /var/stm/config/tools/monitor/fc60mon.cfg
            842059952 3413 /var/stm/config/tools/monitor/Fc60mon.cfg
            4228560102 5790 /var/stm/config/tools/monitor/
                    default_fc60mon.clcfg
            3384617935 342 /etc/opt/resmon/dictionary/fc60mon.dict

            Sup-Tool-Mgr.STM-CATALOGS,fr=B.11.11.08.12,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            2802890 24181 /usr/sbin/stm/catalog/C/HP-UX_B.11.11/sys/
                    cclogd.cat
            2839828467 14055 /usr/sbin/stm/catalog/C/HP-UX_B.11.11/
                    tools/info/memory.cat
            15063507 17671 /usr/sbin/stm/catalog/C/HP-UX_B.11.11/tools/
                    monitor/fc60mon.cat
            3749175822 21576 /usr/sbin/stm/catalog/C/HP-UX_B.11.11/
                    tools/monitor/fc60emscl.cat

            Sup-Tool-Mgr.STM-MAN,fr=B.11.11.08.12,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            813218751 2195 /opt/resmon/share/man/man1m.Z/fc60mon.1m

            Sup-Tool-Mgr.STM-SHLIBS,fr=B.11.11.08.12,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            1415654909 12288 /usr/sbin/stm/lib/libdiagfx.sl

    Patch Conflicts: None

    Patch Dependencies: None

    Hardware Dependencies: None

    Other Dependencies:
            This patch applies only to STM Sep 2002
            SD-UX swlist bundles versioned under B.11.11.08.12 or STM
            version A.34.00, A.34.05, A.34.10, or A.34.15.

    Supersedes:
            PHSS_27692 PHSS_27812 PHSS_28075

    Equivalent Patches: None

    Patch Package Size: 3080 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_28251

            5. Run swinstall to install the patch:

                    swinstall -x autoreboot=true -x patch_match_target=true \
                              -s /tmp/PHSS_28251.depot

            By default swinstall will archive the original software in
            /var/adm/sw/save/PHSS_28251. If you do not wish to retain a
            copy of the original software, include the patch_save_files
            option in the swinstall command above:

                    -x patch_save_files=false

            WARNING: If patch_save_files is false when a patch is installed,
                     the patch cannot be deinstalled. Please be careful
                     when using this feature.

            For future reference, the contents of the PHSS_28251.text file is
            available in the product readme:

                    swlist -l product -a readme -d /tmp/PHSS_28251.depot

            To put this patch on a magnetic tape and install from the
            tape drive, use the command:

                    dd if=/tmp/PHSS_28251.depot of=/dev/rmt/0m bs=2k

    Special Installation Instructions: None
    -----End of Document ID: PHSS_28251------------------------------------------