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-support-mail.external.hp.com)
Date: Sun Aug 25 2002 - 07:58:16 CDT

  • 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://www.itresourcecenter.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://www.itresourcecenter.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 700 11.X patch digest
        Created: Sun Aug 25 3:05:14 PDT 2002

    Table of Contents:

    Document ID Title
    --------------- -----------
    PHSS_27477 s700_800 11.04 Virtualvault 4.5 Inside Admin Server Update
    PHKL_27563 s700_800 11.11 SCSI IO Cumulative Patch
    PHKL_27145 s700_800 11.00 kmadmin; autoload; DLKM load; MO; eventport
    PHCO_26382 s700_800 11.11 cumulative SAM patch
    PHSS_27712 s700_800 11.X OV SIP3.0 invalid xml chars in CDATA
    PHSS_26799 s700_800 11.11 Tachyon TL Fibre Channel Driver Patch
    PHSS_26603 s700_800 11.X OpenGL 1.1 Run (PA2.0 only)
    PHSS_26595 s700_800 11.X 3D Common Run (PA2.0 only)
    PHKL_27357 s700_800 11.00 VxFS 3.3 hang due to unflushed transaction

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


    Document ID: PHSS_27477
    Date Loaded: 20020823
          Title: s700_800 11.04 Virtualvault 4.5 Inside Admin Server Update

    Patch Name: PHSS_27477

    Patch Description: s700_800 11.04 Virtualvault 4.5 Inside Admin Server Update

    Creation Date: 02/07/17

    Post Date: 02/08/23

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

    Products:
            Virtualvault A.04.50

    Filesets:
            VaultTS.VV-IWS,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP
            VaultTS.VVOS-ADM-RUN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP
            VaultTS.VV-CORE-CMN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP

    Automatic Reboot?: Yes

    Status: General Release

    Critical: No

    Category Tags:
            defect_repair general_release

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

    Symptoms:
            PHSS_27477:
            Apache Inside Admin Web Server may exhibit
            unexpected behavior.

            PHSS_24527:
            1) VirtualVault account administration supports password
               aging and other strong password controls, but there is
               no means to administer it. There are also other strong
               login and password controls like time of day restrictions
               supported on the underlying OS, but not by the
               VirtualVault.

            2) A user is not forced to reset his password after another
               user administratively changes it.

            3) There is no way to set password triviality checks via
               the HTTP VirtualVault Administration Interface.

            PHSS_24212:
            1) Nameserver Address entered by the user through
               administration interface is not being validated.

            2) VirtualVault does not have any command or GUI
               utility available to select or assign an account's
               privileges. This means that using the mkacct command
               there is no option to set the u_syspriv and u_basepriv
               fields of the prpwd file.

            3) VirtualVault administrator accounts cannot be created
               with a name containing an underscore character.

            4) The mkacct program produces unexpected output under
               certain conditions.

            PHSS_23943:
            Alarm creation does not prevent alarm names with
            a colon in them.

            PHSS_24038:
            Apache Inside Web Server may exhibit unexpected behavior.

    Defect Description:
            PHSS_27477:
            Apache Inside Web Server may exhibit
            unexpected behavior.

            Resolution:
            Corrected the Apache Inside Admin Server to
            function as expected.

            PHSS_24527:
            The underlying OS support for these features was never
            enabled in the VirtualVault Administration interface.

            Resolution:
            1) All strong password and login controls supported by the
               underlying VirtualVault operating system will now be
               enforced by the application layer. They will also be
               configurable from the administration interface.

            2) After creating a new user via vaultconfig or the "Create
               Account" interface, or after changing the password of
               another user via the "Modify Account" interface, the real
               user will be forced to reset his password on first login
               to the VirtualVault administration interface.

            3) The "Modify Account Defaults" screen will now be used to
               manipulate whether password triviality checks are
               enforced on a systemwide basis.

            PHSS_24212:
            1) The Nameserver IP address entered by the user through
               the administration interface is not being validated.
               Anything entered by the user is taken as is and
               written into the /etc/resolv.conf file.

            2) The mkacct command does not provide any method to set the
               u_syspriv and u_basepriv fields of the prpwd file. So,
               any new user who gets created will always receive the
               default privileges from the system default file. The
               only method that is available now to change this is to
               edit the prpwd file of the newly created account.

            3) The login name checking code(in both mkacct and
               vaultconfig) was incorrectly disallowing names that
               contained a '_' character within them (like "vv_adm").

            4) The function handling the -h option was not allocating
               enough memory to hold the path string.

            Resolution:

            1) The IP address entered for Nameserver is validated
               before writing into the /etc/resolv.conf file.

            2) Two new options -k and -b have been added to the mkacct
               command. The account administrator will now have an
               option of specifying the kernel authorizations and base
               privileges for the newly created account.

            3) The legal_login() and validUserName functions will now
               accept '_' as a valid character for login names.

            4) The checkhome() function will now allocate the right
               amount of memory required to hold the path.

            PHSS_23943:
            Alarm creation does not prevent use of colons in
            the alarm name. Colons are used as field delimiters.

            Resolution:
               A check was added to ensure colons are not
               allowed as a valid character in alarm names.

            PHSS_24038:
            Apache Inside Web Server is missing expected
            functionality.

            Resolution:
            Corrected the Apache Inside Web Server to function
            as expected.

    Enhancement:
            No

    SR:
            8606269065 8606195659 8606196478 8606201073 8606193585
            8606199676 8606204402 8606205848 8606272389

    Patch Files:

            VaultTS.VV-IWS,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
            /opt/vaultTS/ws-admserv/bin/httpd
            /opt/vaultTS/ws-admserv/PUBLIC_LICENSE_INFORMATION
            /etc/auth/system/files.fcdb/25.patches/24038_PHSS.fcdb
            /etc/auth/system/files.fcdb/25.patches/24527_PHSS.fcdb

            VaultTS.VVOS-ADM-RUN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
            /sbin/mkacct

            VaultTS.VV-CORE-CMN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
            /usr/lib/nls/msg/C/vvts-admin.cat
            /var/opt/vaultTS/inside/vault/bin/alarm-create
            /var/opt/vaultTS/inside/vault/bin/sys-confdevice
            /opt/vaultTS/lib/vaultconfig/functions/validUserName
            /var/opt/vaultTS/inside/vault/bin/acc-moddefs
            /var/opt/vaultTS/inside/vault/bin/acc-modpass
            /var/opt/vaultTS/inside/vault/bin/acc-moduser
            /var/opt/vaultTS/inside/vault/bin/acc-newuser
            /var/opt/vaultTS/inside/vault/bin/acc-query
            /var/opt/vaultTS/inside/vault/loc/C/html/acc-locked.html
            /var/opt/vaultTS/inside/vault/loc/C/html/acc-moddefs.html
            /var/opt/vaultTS/inside/vault/loc/C/html/acc-modpass.html
            /var/opt/vaultTS/inside/vault/loc/C/html/acc-moduser.html
            /var/opt/vaultTS/inside/vault/loc/C/html/acc-query.html
            /var/opt/vaultTS/inside/vault/loc/C/include/
                    acc-userattr.html

    what(1) Output:

            VaultTS.VV-IWS,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
            /opt/vaultTS/ws-admserv/bin/httpd:
                    mod_ssl/2.8.2
                    $Source: apache/src/main/http_main.c, vaultTS, vault
                            TS_4.5 $ $Date: 01/06/05 10:08:14 $ $Revisio
                            n: 1.2.1.3 PATCH_11.04 (PHSS_24038) $
                    $Source: apache/src/main/http_protocol.c, vaultTS, v
                            aultTS_4.5 $ $Date: 02/07/23 07:44:30 $ $Rev
                            ision: 1.3 PATCH_11.04 (PHSS_27477) $
                    $Source: apache/src/main/vvauth_verify.c, vaultTS, v
                            aultTS_4.5 $ $Date: 01/08/29 04:18:12 $ $Rev
                            ision: 1.13 PATCH_11.04 (PHSS_24527)$
                    src/lib/vvcertutil/certutil.c, vaultTS, vaultTS_4.5
                            1.9 08/14/98
                    src/lib/vvcertutil/b64dec.c, vaultTS, vaultTS_4.5 1.
                            1 06/07/97
            /opt/vaultTS/ws-admserv/PUBLIC_LICENSE_INFORMATION:
                    86 1.3 PUBLIC_LICENSE_INFORMATION, vaultTS, vaultT
                            S_4.5 06/04/01 07:38:11
            /etc/auth/system/files.fcdb/25.patches/24038_PHSS.fcdb:
                    src/host/24038_PHSS.fcdb, vaultTS, vaultTS_4.5 1.1
                             05/01/01
            /etc/auth/system/files.fcdb/25.patches/24527_PHSS.fcdb:
                    src/host/24527_PHSS.fcdb, vaultTS, vaultTS_4.5 1.1
                             07/24/01

            VaultTS.VVOS-ADM-RUN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
            /sbin/mkacct:
                    $Revision: 1.45 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 05:00:26 $
                    $Source: src/admin/cgi/account/mkacct/mkacct.c, vaul
                            tTS, vaultTS_4.5 $
                    $Revision: 1.43 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 04:52:14 $
                    $Source: src/admin/cgi/account/acc-util/swp_mkacct.c
                            , vaultTS, vaultTS_4.5 $
                    $Revision: 1.61 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 02:20:39 $
                    $Source: src/admin/cgi/account/acc-util/acc-util.c,
                            vaultTS, vaultTS_4.5 $
                    src/lib/vvcertutil/certutil.c, vaultTS, vaultTS_4.5
                            1.9 08/14/98
                    src/lib/vvcertutil/b64dec.c, vaultTS, vaultTS_4.5 1.
                            1 06/07/97

            VaultTS.VV-CORE-CMN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
            /usr/lib/nls/msg/C/vvts-admin.cat:
                    None
            /var/opt/vaultTS/inside/vault/bin/alarm-create:
                    $Source: src/admin/cgi/audit/alarm-create/alarm-crea
                            te.c, vaultTS, vaultTS_4.5 $ $Date: 01/06/08
                             07:57:27 $ $Revision: 1.33 PATCH_11.04 (PHS
                            S_24212) $
            /var/opt/vaultTS/inside/vault/bin/sys-confdevice:
                    95 1.26 src/admin/cgi/sysadmin/sys-confdevice/sys-
                            confgeneric.c, vaultTS, vaultTS_4.5 05/14/99
                             08:50:39
                    $Source: src/admin/cgi/sysadmin/sys-util/sysconf.c,
                            vaultTS, vaultTS_4.5 $ $Date: 01/06/08 02:51
                            :16 $ $Revision: 1.37 PATCH_11.04 (PHSS_2421
                            2) $
                    src/lib/vvcertutil/certutil.c, vaultTS, vaultTS_4.5
                            1.9 08/14/98
                    src/lib/vvcertutil/b64dec.c, vaultTS, vaultTS_4.5 1.
                            1 06/07/97
            /opt/vaultTS/lib/vaultconfig/functions/validUserName:
                    08 1.1.1.2 src/misc/vaultconfig/functions/validUse
                            rName, vaultTS, vaultTS_4.5 06/18/01 00:40:0
                            5, PHSS_24212, Hewlett-Packard Company
            /var/opt/vaultTS/inside/vault/bin/acc-moddefs:
                    $Revision: 1.23 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 02:13:33 $
                    $Source: src/admin/cgi/account/acc-moddefs/acc-modde
                            fs.c, vaultTS, vaultTS_4.5 $
                    $Revision: 1.61 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 02:20:39 $
                    $Source: src/admin/cgi/account/acc-util/acc-util.c,
                            vaultTS, vaultTS_4.5 $
                    src/lib/vvcertutil/certutil.c, vaultTS, vaultTS_4.5
                            1.9 08/14/98
                    src/lib/vvcertutil/b64dec.c, vaultTS, vaultTS_4.5 1.
                            1 06/07/97
            /var/opt/vaultTS/inside/vault/bin/acc-modpass:
                    $Revision: 1.26 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 01:57:56 $
                    $Source: src/admin/cgi/account/acc-modpass/acc-modpa
                            ss.c, vaultTS, vaultTS_4.5 $
                    $Revision: 1.61 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 02:20:39 $
                    $Source: src/admin/cgi/account/acc-util/acc-util.c,
                            vaultTS, vaultTS_4.5 $
                    src/lib/vvcertutil/certutil.c, vaultTS, vaultTS_4.5
                            1.9 08/14/98
                    src/lib/vvcertutil/b64dec.c, vaultTS, vaultTS_4.5 1.
                            1 06/07/97
            /var/opt/vaultTS/inside/vault/bin/acc-moduser:
                    $Revision: 1.51 PATCH_11.04 PHSS_24527 $
                    $Date: 01/08/30 06:12:20 $
                    $Source: src/admin/cgi/account/acc-moduser/acc-modus
                            er.c, vaultTS, vaultTS_4.5 $
                    $Revision: 1.61 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 02:20:39 $
                    $Source: src/admin/cgi/account/acc-util/acc-util.c,
                            vaultTS, vaultTS_4.5 $
                    $Revision: 1.19.1.7 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 02:40:39 $
                    $Source: src/admin/cgi/account/acc-util/swp_chacct.c
                            , vaultTS, vaultTS_4.5 $
                    src/lib/vvcertutil/certutil.c, vaultTS, vaultTS_4.5
                            1.9 08/14/98
                    src/lib/vvcertutil/b64dec.c, vaultTS, vaultTS_4.5 1.
                            1 06/07/97
            /var/opt/vaultTS/inside/vault/bin/acc-newuser:
                    $Revision: 1.44 PATCH_11.04 PHSS_24527 $
                    $Date: 01/08/30 06:12:54 $
                    $Source: src/admin/cgi/account/acc-newuser/acc-newus
                            er.c, vaultTS, vaultTS_4.5 $
                    $Revision: 1.61 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 02:20:39 $
                    $Source: src/admin/cgi/account/acc-util/acc-util.c,
                            vaultTS, vaultTS_4.5 $
                    $Revision: 1.43 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 04:52:14 $
                    $Source: src/admin/cgi/account/acc-util/swp_mkacct.c
                            , vaultTS, vaultTS_4.5 $
                    src/lib/vvcertutil/certutil.c, vaultTS, vaultTS_4.5
                            1.9 08/14/98
                    src/lib/vvcertutil/b64dec.c, vaultTS, vaultTS_4.5 1.
                            1 06/07/97
            /var/opt/vaultTS/inside/vault/bin/acc-query:
                    $Revision: 1.24 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 01:59:17 $
                    $Source: src/admin/cgi/account/acc-query/acc-query.c
                            , vaultTS, vaultTS_4.5 $
                    $Revision: 1.61 PATCH_11.04 PHSS_24527 $
                    $Date: 01/07/17 02:20:39 $
                    $Source: src/admin/cgi/account/acc-util/acc-util.c,
                            vaultTS, vaultTS_4.5 $
                    src/lib/vvcertutil/certutil.c, vaultTS, vaultTS_4.5
                            1.9 08/14/98
                    src/lib/vvcertutil/b64dec.c, vaultTS, vaultTS_4.5 1.
                            1 06/07/97
            /var/opt/vaultTS/inside/vault/loc/C/html/acc-locked.html:
                    $Source: src/admin/html/account/acc-locked.html, vau
                            ltTS, vaultTS_4.5 $
                    $Revision: 1.2.1.2 PATCH_11.04 PHSS_24527
                    $Date: 01/07/17 01:14:27 $
            /var/opt/vaultTS/inside/vault/loc/C/html/acc-moddefs.html:
                    $Source: src/admin/html/account/acc-moddefs.html, va
                            ultTS, vaultTS_4.5 $
                    $Revision: 1.8.1.3 PATCH_11.04 PHSS_24527
                    $Date: 01/09/03 02:38:39 $
            /var/opt/vaultTS/inside/vault/loc/C/html/acc-modpass.html:
                    $Source: src/admin/html/account/acc-modpass.html, va
                            ultTS, vaultTS_4.5 $
                    $Revision: 1.26.1.2 PATCH_11.04 PHSS_24527
                    $Date: 01/07/17 01:17:47 $
            /var/opt/vaultTS/inside/vault/loc/C/html/acc-moduser.html:
                    $Source: src/admin/html/account/acc-moduser.html, va
                            ultTS, vaultTS_4.5 $
                    $Revision: 1.28.1.2 PATCH_11.04 PHSS_24527
                    $Date: 01/07/17 01:16:45 $
            /var/opt/vaultTS/inside/vault/loc/C/html/acc-query.html:
                    $Source: src/admin/html/account/acc-query.html, vaul
                            tTS, vaultTS_4.5 $
                    $Revision: 1.29.1.3 PATCH_11.04 PHSS_24527
                    $Date: 01/09/03 02:39:06 $
            /var/opt/vaultTS/inside/vault/loc/C/include/
                    acc-userattr.html:
                    $Source: src/html-inc/acc-userattr.html, vaultTS, va
                            ultTS_4.5 $
                    $Revision: 1.34.1.3 PATCH_11.04 PHSS_24527
                    $Date: 01/09/03 02:37:51 $

    cksum(1) Output:

            VaultTS.VV-IWS,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
            3976202467 3398066 /opt/vaultTS/ws-admserv/bin/httpd
            1302008493 18181 /opt/vaultTS/ws-admserv/
                    PUBLIC_LICENSE_INFORMATION
            4175053789 735 /etc/auth/system/files.fcdb/25.patches/
                    24038_PHSS.fcdb
            1334251070 761 /etc/auth/system/files.fcdb/25.patches/
                    24527_PHSS.fcdb

            VaultTS.VVOS-ADM-RUN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
            2601282134 98624 /sbin/mkacct

            VaultTS.VV-CORE-CMN,fr=A.04.50,fa=HP-UX_B.11.04_32/64,v=HP:
            2223464322 57391 /usr/lib/nls/msg/C/vvts-admin.cat
            1027962455 61558 /var/opt/vaultTS/inside/vault/bin/
                    alarm-create
            1787550966 94514 /var/opt/vaultTS/inside/vault/bin/
                    sys-confdevice
            1036950454 571 /opt/vaultTS/lib/vaultconfig/functions/
                    validUserName
            276102140 86310 /var/opt/vaultTS/inside/vault/bin/
                    acc-moddefs
            145386280 78104 /var/opt/vaultTS/inside/vault/bin/
                    acc-modpass
            663307685 94515 /var/opt/vaultTS/inside/vault/bin/
                    acc-moduser
            2418094993 94520 /var/opt/vaultTS/inside/vault/bin/
                    acc-newuser
            4079118375 78099 /var/opt/vaultTS/inside/vault/bin/acc-query
            3207278370 1165 /var/opt/vaultTS/inside/vault/loc/C/html/
                    acc-locked.html
            2901127789 13219 /var/opt/vaultTS/inside/vault/loc/C/html/
                    acc-moddefs.html
            2267411752 7489 /var/opt/vaultTS/inside/vault/loc/C/html/
                    acc-modpass.html
            2084215134 4583 /var/opt/vaultTS/inside/vault/loc/C/html/
                    acc-moduser.html
            3635570258 9039 /var/opt/vaultTS/inside/vault/loc/C/html/
                    acc-query.html
            2454342135 24860 /var/opt/vaultTS/inside/vault/loc/C/
                    include/acc-userattr.html

    Patch Conflicts: None

    Patch Dependencies:
            s700: 11.04: PHCO_24852
            s800: 11.04: PHCO_24852

    Hardware Dependencies: None

    Other Dependencies: None

    Supersedes:
            PHSS_23943 PHSS_24212 PHSS_24038 PHSS_24527

    Equivalent Patches:
            PHSS_27423:
            s700: 11.04
            s800: 11.04

    Patch Package Size: 4190 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_27477

            5. Run swinstall to install the patch:

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

            By default swinstall will archive the original software in
            /var/adm/sw/save/PHSS_27477. 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_27477.text file is
            available in the product readme:

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

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

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

    Special Installation Instructions:
            PHSS_24527:
            This patch requires the prior installation of PHCO_24852
            or its successor onto the system to be patched. To
            obtain this patch, use a web browser to access the
            HP Electronic Support Center web site at
            http://us-support.external.hp.com for US, Canada,
            Asia-Pacific & Latin America, or
            http://europe-support.external.hp.com for Europe.

            Patch installs the actual code required to implement
            the changes described herein. Please also obtain and
            install patch PHSS_24529 or its successor in order to
            update the electronic version of the Virtualvault
            Administrator's Guide where the functionality of creating
            a user or changing his password has changed.

            The Virtualvault administration server and any outside
            web servers will be restarted due to the patch's automatic
            reboot requirement.
    -----End of Document ID: PHSS_27477------------------------------------------


    Document ID: PHKL_27563
    Date Loaded: 20020823
          Title: s700_800 11.11 SCSI IO Cumulative Patch

    Patch Name: PHKL_27563

    Patch Description: s700_800 11.11 SCSI IO Cumulative Patch

    Creation Date: 02/08/07

    Post Date: 02/08/23

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

    Products: N/A

    Filesets:
            ProgSupport.C-INC,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
            OS-Core.CORE2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP
            OS-Core.CORE2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP

    Automatic Reboot?: Yes

    Status: General Release

    Critical:
            Yes
            PHKL_27563: HANG
            PHKL_26519: PANIC HANG
            PHKL_25896: ABORT HANG
            PHKL_25509: HANG
            PHKL_25165: OTHER PANIC HANG
                    Boot and ioscan time is improved on large
                    configurations.
                    Enhancements are made to support c8xx ioctl's.

            PHKL_23313: PANIC HANG CORRUPTION MEMORY_LEAK
            PHKL_24441: PANIC HANG

    Category Tags:
            defect_repair hardware_enablement enhancement
            general_release critical panic halts_system corruption
            memory_leak

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

    Symptoms:
            PHKL_27563:
            ( SR:8606265990 CR:JAGae30243 )
            I/O hang due to a pending I/O request in the lun disk
            queue.

            PHKL_26519:
            ( SR:8606236118 CR:JAGae05183 )
            When an LVM I/O request to a SCSI device fails or times out,
            any subsequent failed I/O requests to same LUN are returned
            with error without being retried by the SCSI disk driver.

            ( SR:8606226361 CR:JAGad95431 )
            Applications may hang due to incorrect SCSI error handling
            introduced in patch PHKL_24441.

            ( SR:8606135832 CR:JAGad04964 )
            Enhancement: This product update enables the support for 16
            byte CDBs (Command Descriptor Block) in the SCSI driver.

            ( SR:8606214047 CR:JAGad83238 )
            The system may experience a HPMC when a SCSI adapter is
            suspended through use of the OLA/R functions accessible
            through rad(1M) and sam(1M).

            ( SR:8606236116 CR:JAGae05181 )
            When PHKL_24441 is installed and LVM is trying to switch
            from the primary path to an alternate path, the SCSI
            subsystem may report false read errors to LVM.

            PHKL_25896:
            ( SR:8606228002 CR:JAGad97060 )
            Some disks report a capacity of zero bytes at cold boot or
            cold install. This causes the initial boot or install after
            a cold start to fail.

            PHKL_25509:
            ( SR:8606203627 CR:JAGad72800 )
            There is no way to turn off c720 interface driver
                vmunix: scb->cdb: %x %x %x %x %x %x
            messages in syslog.log, while other related messages can be
            suppressed.

            ( SR:8606186960 CR:JAGad56170 )
            A high number of
                SCSI: asense data-done -- lbolt %d, dev: %x, tag: %x
            messages may be logged in syslog.log when using Plasmon
            optical drives.

            ( SR:8606201476 CR:JAGad70652 )
            The following informative message on the console and in
            syslog.log causes unnecessarily alarm by customers:
               SCSI: Attempt to access partially open device -- dev: %x

            ( SR:8606199892 CR:JAGad69078 )
            On HP SureStore E Disk Array 12 (A3586A), processes can hang
            with the following message in the syslog.log:
                 Device violation of Contingent Allegiance

            ( SR:8606194472 CR:JAGad63680 )
            On workstation model C3700, the external narrow SCSI bus is
            setup incorrectly. The 'diskinfo' command returns invalid
            information and I/O's on this bus hang.

            ( SR:8606177456 CR:JAGad46688 )
            It takes an unreasonable amount of time to import Disk
            Groups with the VxVM volume manager on a FC60 array.

            PHKL_25165:
            ( SR:8606207855 CR:JAGad77032 )
            The ioctl system call returns invalid values if called with
            SIOC_GET_TGT_LIMITS or SIOC_GET_TGT_PARMS parameters for a
            SCSI device controlled by the c8xx driver.

            ( SR:8606170140 CR:JAGad39404 )
            Well functionning systems with Fibre Channel devices
            generate an excessive number of logs. This causes log files
            cluttering, diag2 daemon overrun or /var filesystem free
            space exhaustion.

            ( SR:8606172682 CR:JAGad41942 )
            With the per lun queue depth feature, queue depth
            modification on a lun that does not support tag queueing is
            not rejected, even though the queue depth on such a device
            cannot be modified.
            Queue depth can be changed only once on devices supporting
            tag queueing.

            ( SR:8606166652 CR:JAGad35939 )
            If an application uses the sctl/ioctl passthrough interface
            with the read/write data size mismatching the buffer size,
            the system experiences a Data Page Fault panic with the
            following routines on the stack:
              panic+0x14
              report_trap_or_int_and_panic+0x4c
              interrupt+0x1e8
              $ihndlr_rtn+0x0
              lbcopy_pcxu_method+0xc
              privlbcopy+0x1c

            ( SR:8606192639 CR:JAGad61851 )
            The system boot time and ioscan command (without -k option)
            time are too long, especially in a system with a large Fibre
            Channel Array configuration.

            ( SR:8606189054 CR:JAGad58270 )
            If many processes access the same bus, some processes might
            become unkillable. This error condition has been experienced
            only on systems with a hundred or more luns on the same bus.

            ( SR:8606166664 CR:JAGad35951 )
            A system with 2 ALT 8-series DLT (Quantum 4000) on the same
            card showed the following panic:
            panic: (display==0xb800, flags==0x0) Data page fault 1111
            The stack trace was:
              scsi_start+0x18
              scsi_retry+0xd8
              invoke_callouts+0x160
              softclock+0x38
              sw_service+0x154
              mp_ext_interrupt+0x2a0
              $RDB_int_patch+0x58
              mpn_splx_free_lock_ul4_brn_target+0x4
              net_callout+0x90
              netisr_netisr+0x1bc
              netisr_daemon+0x68

            PHKL_23313:
            ( SR:8606174670 CR:JAGad43916 )
            Compiling kernel-intrusive programs (such as drivers and
            programs that access /dev/mem or /dev/kmem) on HP-UX 11.11
            may result in compiler warnings or errors due to namespace
            violations. Executing such programs may cause kernel
            structure data corruption, resulting in memory leaks, hangs,
            or panics.

            PHKL_24441:
            ( SR:8606173682 CR:JAGad42939 )
            High Availability systems hang when under heavy load
            and many I/O errors are being returned by the scsi
            driver (possibly due to a hardware problem).

            ( SR:8606175843 CR:JAGad45083 )
            A defective SCSI bus controller generates continuous
            SCSI bus resets and causes the system to panic.
            The panic results in the following stack trace:
            panic+0x14
            settimeout_for_cpu+0x174
            Ktimeout+0x3c
            c720_reset_chip+0x129c
            c720_isrRST+0x94
            c720_isr+0x15cc
            sapic_interrupt+0x2c

            ( SR:8606176606 CR:JAGad45845 )
            If device tracing is enabled (with appropriate values
            for scsi_trace_dev and scsi_trace_mask, typically for
            debugging) and when the system experiences errors
            during I/O through the passthrough driver, the system
            panics.
            panic+0x14
            report_trap_or_int_and_panic+0x80
            interrupt+0x1d4
            $ihndlr_rtn+0x0
            scsi_dmesg_log_io+0xf8
            scsi_action+0x1b8
            scsi_status_action+0x6c
            scsi_cbfn+0x41c
            scsi_fast_cbfn+0x1b0
            c720_call_cbfns+0x60
            c720_isr+0x5bc
            epic_isr+0x58
            mp_ext_interrupt+0x34c
            ivti_patch_to_nop3+0x0
            idle+0x164
            swidle_exit+0x0

            ( SR:8606173887 CR:JAGad43140 )
            There are various symptoms as described under the
            following CRs.

            ( SR:8606169027 CR:JAGad38305 )
            Disk I/O hangs even when LVM PV-Link is configured.
            The system could report a "DIAGNOSTIC SYSTEM WARNING".
            The on-line diagnostic log would show an I/O Error.

            ( SR:8606178152 CR:JAGad47379 )
            Process hang can result during a device open. The system
            log (/var/adm/syslog/syslog.log) shows Queue Full status
            and a large retry count on an Inquiry request.

            ( SR:8606168578 CR:JAGad37858 )
            The process hangs if an ioctl is issued to a non-existent
            hardware path.

            ( SR:8606178041 CR:JAGad47268 )
            "vgchange -a n <VG Name>" command hangs when the cable is
            disconnected on the alternate link, if immediate
            reporting (IR) is true.

            ( SR:8606167814 CR:JAGad37097 )
            ioscan -fn command hangs when there is a bad disk present.

            ( SR:8606139670 CR:JAGad08981 )
            The system panics when a certain type of SCSI error
            occurs while doing writes on hfs filesystem.
            The /var/adm/syslog/syslog.log reports Check Condition
            status with sense key: (03) Medium Error.

            ( SR:8606166721 CR:JAGad36008 )
            When a bus is shared between two systems, if one of the
            systems continuously sends out bus resets, the I/Os from
            the other system on this bus hang, consequently the
            PV-Link switch would not occur.

    Defect Description:
            PHKL_27563:
            ( SR:8606265990 CR:JAGae30243 )
            The I/O subsystem hang occured because an I/O remained
            in the lun disk queue. The I/O remained in the queue
            because of a failure in allocating the resource.

            Resolution:
            The code has been modified to take care that the
            I/O subsystem hang does not happen when allocation
            of the resource fails.

            PHKL_26519:
            ( SR:8606236118 CR:JAGae05183 )
            Upon detecting a timed out I/O request, the driver sets a
            flag in the LUN data structure indicating "do not retry any
            requests for this LUN". After successful completion of a
            subsequent I/O request, this flag should be cleared.
            However, when the subsequent I/O request completes
            successfully, the driver's normal completion path (in which
            this flag is cleared) is not executed and hence the flag
            remains set. If any subsequent I/O requests do not complete
            successfully, they are failed immediately without performing
            a retry.

            Resolution:
            Ensure that the driver follows the normal completion path
            for the first successful completion of an I/O request
            following a failed I/O request.

            ( SR:8606226361 CR:JAGad95431 )
            When I/O requests from LVM fail or time-out due to bad
            disks, the SCSI disk driver returns an incorrect error code
            to LVM causing the LVM to retry the I/O request forever
            instead of returning failure. This causes the application
            which has issued the I/O request to hang indefinitely.

            Resolution:
            Ensure that the I/O request failed due to MEDIUM ERROR
            is reported back to LVM with EMEDIA error.

            ( SR:8606135832 CR:JAGad04964 )
            This product update contains minor enhancements required to
            enable the support for 16 byte CDBs (Command Descriptor
            Block) in the SCSI driver.

            Resolution:
            The SCSI driver has been to modified for the support of 16
            byte CDBs (Command Descriptor Block).

            ( SR:8606214047 CR:JAGad83238 )
            The SCSI driver accesses the adapter registers in its
            interrupt service routine (ISR). Although card interrupts
            are disabled during the suspend operation, if spurious
            interrupts are delivered to the SCSI driver, the driver
            would attempt to read the card registers, resulting in a
            HPMC.

            Resolution:
            The SCSI driver has been modified so that it does not
            attempt to process spurious interrupts when it is in a
            suspended state.

            ( SR:8606236116 CR:JAGae05181 )
            After an LVM I/O times out, the flag L_FAIL_QUEUE_IO can
            remain set and prevent LVM probes from being sent to the
            device to see if it has returned on-line. Also, many SCSI
            read error messages will be seen in syslog.

            Resolution:
            Only set the flag (L_FAIL_QUEUE_IO) if there are I/O
            requests queued to be sent to the device.

            PHKL_25896:
            ( SR:8606228002 CR:JAGad97060 )
            Some disks do not start spinning automatically. The SCSI
            subsystem retry policy changed with PHKL_24441 and, as a
            result, the Start Unit command is not retried. These two
            changes combined cause the first Start Unit command to these
            disks to fail. Successive commands issued to these disks
            also fail. Later, a Read Capacity command to the device
            returns a capacity of zero bytes.

            Resolution:
            The SCSI subsystem retry policy is refined to retry the
            Start Unit command five times. With these successive
            retries, the disks start spinning and later return the
            correct capacity size.

            PHKL_25509:
            ( SR:8606203627 CR:JAGad72800 )
            All messages logged by the c720 driver can be suppressed by
            setting appropriate value for a c720 driver global variable.
            This message was not controlled by this variable.

            Resolution:
            The value of the global variable is now checked before
            printing the mentioned message.

            ( SR:8606186960 CR:JAGad56170 )
            The Plasmon devices return 256 bytes of Sense data. The
            allocated buffer for sense data is also 256 bytes, causing
            the residue to be zero. When the residue is zero, the
            mentioned message is printed.

            Resolution:
            The code that prints the mentioned message is removed since
            a zero residue is not an error.

            ( SR:8606201476 CR:JAGad70652 )
            This informative message is logged while trying to access a
            device with zero capacity (i.e. a placeholder LUN when LUNS
            are not defined contiguously) or a device without media.

            Resolution:
            This message is no longer logged by default for partially
            opened devices. This message log can be enabled for
            debugging purposes by setting appropriate value in
            scsi_log_mask.

            ( SR:8606199892 CR:JAGad69078 )
            Devices of HP SureStore E Disk Array 12 sometimes
            successfully complete I/Os when in Contingent Allegiance
            (CHECK CONDITION state of SCSI devices). These I/O
            completions were not reported to the requesting layer,
            causing the process to hang.

            Resolution:
            If an I/O completes sucessfully when the device is in
            Contingent Allegiance condition, the I/O is returned with an
            error to the requesting layer for further action (typically
            an I/O retry).

            ( SR:8606194472 CR:JAGad63680 )
            While determining whether the SCSI bus is wide or narrow,
            the C3700 model was not considered.

            Resolution:
            The model string for the C3700 was added to the list of
            models with narrow external SCSI buses.

            ( SR:8606177456 CR:JAGad46688 )
            On the last close of a device, the scsi driver attempts to
            synchronize the cache of the device. Using a FC60 array,
            this is unnecessary and it also causes an Automatic LUN
            Tranfer (ALT). The unneeded ALT operations cause a
            significant delay when attempting to import Disk groups.

            Resolution:
            Disk driver does not synchronize cache on FC60 array devices
            when the device is closed.

            PHKL_25165:
            ( SR:8606207855 CR:JAGad77032 )
            The SCSI services did not support these ioctls for the c8xx
            driver.

            Resolution:
            SCSI services is enhanced to support these ioctls for the
            c8xx driver.

            ( SR:8606170140 CR:JAGad39404 )
            Many non critical conditions generate logs. By example,
            addition or removal of devices in the loop generate many
            resets.

            Resolution:
            The logging mechanism is adapted to record only critical
            error conditions. The following conditions are recorded:

              Unit Attention and Deferred errors
              I/O retried unsuccessfully
              I/O unsuccessful and not retried

            Also, if the SLOG_SUCCESS_RETRY is set in scsi_log_mask,
            I/Os completing successfully after prior unsuccessful
            attempts are recorded. This helps to identify devices
            repeatedly returning errors before being successful.

            ( SR:8606172682 CR:JAGad41942 )
            The nature of the lun is not checked when modifying the
            queue depth of the lun.
            When modifying the queue depth of a lun, the new value
            is overwritten by the previous value.

            Resolution:
            The nature of a lun is checked while modifying its queue
            depth. If the lun does not support tag queueing, an error
            code is returned.
            The code is adapted to support multiple queue depth changes.

            ( SR:8606166652 CR:JAGad35939 )
            If a SCSI I/O is initiated using the sctl/ioctl passthrough
            function and the transfer size is greater than the size of
            the malloc'd buffer for this transfer, the system panics.

            Resolution:
            Check the access permissions of the buffer supplied by the
            user before using it. This ensures the system won't panic
            if the size of the I/O is greater than the size of the
            buffer.

            ( SR:8606192639 CR:JAGad61851 )
            While probing for each LUN, the corresponding bus is opened
            and closed. The bus open takes a long time, especially in
            large Fibre Channel Array configurations. Since all
            possible LUNs are probed on each target whether or not they
            are present, the probe time can be quite long on large Fibre
            Channel Array configurations, resulting in long boot times
            and long ioscan times (without the -k option).

            Resolution:
            The bus is kept open until all the LUNs corresponding to all
            the targets on that bus are probed.

            ( SR:8606189054 CR:JAGad58270 )
            Under heavy I/O load on the same bus, when some per bus
            resource (tag, nexus) becomes unavailable, I/Os are stored
            in specific queues, waiting for the resource to become
            available. Under some conditions, the queues are not
            checked once the resource is once again available, leaving
            the I/O requests unserviced. The corresponding processes
            remain in an unkillable state, waiting for I/O completion
            or failure that never occurs.

            Resolution:
            Additional tests were added to check if I/Os are pending in
            the queues, and to process them if the resources are now
            available.

            ( SR:8606166664 CR:JAGad35951 )
            While retrying an I/O that has timed out, the system may
            access a previously freed target pointer, resulting in a
            panic.

            Resolution:
            Timed-out requests are sent to a temporary queue. This
            prevents them from being processed and started until the
            target pointer is once again valid.

            PHKL_23313:
            ( SR:8606174670 CR:JAGad43916 )
            A number of program header files were delivered in their
            "debug" forms rather than in their intended "performance"
            forms. Kernel-intrusive programs (such as drivers and
            programs that access /dev/mem or /dev/kmem) compiled with
            these header files may contain internal structures that are
            not aligned with the actual kernel structures.

            Resolution:
            A set of patches redeliver the header files in their
            intended forms. All kernel-intrusive programs originally
            compiled using the header files included on the HP-UX 11i
            Operating Environment OE Install and Recovery media dated
            December 2000 must be recompiled using the corrected header
            files.

            All of the corrected header file patches are included in the
            BUNDLE11i bundle on on the HP-UX 11i Operating Environment
            Core OE Install and Recovery media dated February 2001 or
            later.

            The complete list of header file patches is:

                PHNE_23288 /usr/conf/net/netmp.h
                              /usr/include/net/netmp.h
                              /usr/conf/sys/socketvar.h
                              /usr/include/sys/socketvar.h
                              /usr/conf/sys/unpcb.h
                              /usr/include/sys/unpcb.h

                PHNE_23289 /usr/include/sio/mux4.h

                PHKL_23290 /usr/conf/space.h.d/system_space.h

                PHKL_23291 /usr/conf/graf/gpu_data.h

                PHKL_23292 /usr/conf/io/scsi_surface.h

                PHKL_23293 /usr/conf/sys/assert.h

                PHKL_23294 /usr/conf/sys/buf.h
                              /usr/include/sys/buf.h

                PHKL_23295 /usr/conf/sys/debug.h
                              /usr/include/sys/debug.h

                PHKL_23296 /usr/conf/sys/dnlc.h
                              /usr/include/sys/dnlc.h

                PHKL_23297 /usr/conf/sys/io.h
                              /usr/include/sys/io.h

                PHKL_23298 /usr/include/sys/ki_iface.h

                PHKL_23299 /usr/conf/sys/pfdat.h
                              /usr/include/sys/pfdat.h

                PHKL_23300 /usr/include/sys/proc_debug.h

                PHKL_23301 /usr/conf/sys/proc_iface.h
                              /usr/include/sys/proc_iface.h

                PHKL_23302 /usr/conf/sys/rw_lock.h
                              /usr/include/sys/rw_lock.h

                PHKL_23303 /usr/conf/sys/sem_alpha.h
                              /usr/include/sys/sem_alpha.h

                PHKL_23304 /usr/conf/sys/sem_beta.h
                              /usr/include/sys/sem_beta.h

                PHKL_23305 /usr/conf/sys/sem_sync.h
                              /usr/include/sys/sem_sync.h

                PHKL_23306 /usr/conf/sys/sem_utl.h
                              /usr/include/sys/sem_utl.h

                PHKL_23307 /usr/conf/sys/spinlock.h
                              /usr/include/sys/spinlock.h

                PHKL_23308 /usr/conf/sys/vas.h
                              /usr/include/sys/vas.h

                PHKL_23309 /usr/conf/sys/vfd.h
                              /usr/include/sys/vfd.h

                PHKL_23310 /usr/conf/sys/vnode.h
                              /usr/include/sys/vnode.h

                PHKL_23311 /usr/conf/ufs/inode.h
                              /usr/include/sys/inode.h

                PHKL_23312 /usr/conf/wsio/pci.h
                              /usr/include/sys/pci.h

                PHKL_23313 /usr/include/sys/scsi_ctl.h

                PHKL_23314 /usr/conf/pa/sync/spinlock.h
                              /usr/include/pa/sync/spinlock.h

                PHKL_23315 /usr/conf/pa/cpu.h
                              /usr/include/pa/cpu.h

                PHKL_23316 /usr/conf/pa/sys/map.h

            PHKL_24441:
            ( SR:8606173682 CR:JAGad42939 )
            I/Os which timeout were not always being returned with
            an error but were being retried indefinitely. This
            resulted in requests that had timed out, getting stuck
            in the disk driver's queue, resulting in a hang.

            Resolution:
            The requests are tracked and those which timeout are
            returned to the upper layer, thus allowing it to switch
            to an alternate path if one is configured.

            ( SR:8606175843 CR:JAGad45083 )
            On every SCSI bus reset, a new timer was set for further
            processing. This lead to timer table overflow that
            caused the system to panic.

            Resolution:
            Everytime the bus reset occurs, the previously-set timer
            (if it exists), is cancelled and a new timer is set.
            This ensures only one timer exists per bus at a given
            time thus preventing the timer table overflow.

            ( SR:8606176606 CR:JAGad45845 )
            In the passthrough driver I/O path, the logging function
            referenced a NULL pointer while trying to generate a
            hardware path string for the device, causing the system
            panic.

            Resolution:
            For I/Os through the passthrough driver, the logging
            function now checks for NULL pointer and the hardware
            path information for the device is not logged for such
            I/Os.

            ( SR:8606173887 CR:JAGad43140 )
            ( SR:8606169027 CR:JAGad38305 )
            ( SR:8606178152 CR:JAGad47379 )
            ( SR:8606168578 CR:JAGad37858 )
            ( SR:8606178041 CR:JAGad47268 )
            ( SR:8606167814 CR:JAGad37097 )
            ( SR:8606139670 CR:JAGad08981 )
            ( SR:8606166721 CR:JAGad36008 )
            Few error conditions were retried indefinitely causing
            process hang or PVLink switch not to occur. While in the
            case of error-intolerant upper layers (like the hfs
            filesystem) the error returns caused file system panics.

            Resolution:
            Depending on where the I/O is issued from:
            1. Device open/ioctl,
            2. I/Os from an error-intolerant upper layer or
            3. I/Os from LVM-like upper layers,
            various error conditions are now handled appropriately.

    SR:
            8606135832 8606139670 8606166652 8606166664 8606166721
            8606167814 8606168578 8606169027 8606170140 8606172682
            8606173682 8606173887 8606174670 8606175843 8606176606
            8606177456 8606178041 8606178152 8606186960 8606189054
            8606192639 8606194472 8606199892 8606201476 8606203627
            8606207855 8606214047 8606226361 8606228002 8606236116
            8606236118 8606265990

    Patch Files:

            ProgSupport.C-INC,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/include/sys/scsi_ctl.h

            OS-Core.CORE2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
            /usr/conf/lib/libwsio.a(scsi_c720.o)
            /usr/conf/lib/libwsio.a(scsi_ctl.o)
            /usr/conf/lib/libwsio.a(scsi_disk.o)

            OS-Core.CORE2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
            /usr/conf/lib/libwsio.a(scsi_c720.o)
            /usr/conf/lib/libwsio.a(scsi_ctl.o)
            /usr/conf/lib/libwsio.a(scsi_disk.o)

    what(1) Output:

            ProgSupport.C-INC,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/include/sys/scsi_ctl.h:
                    scsi_ctl.h $Date: 2002/07/31 22:23:55 $Revision: r11
                            .11/4 PATCH_11.11 (PHKL_27563) */

            OS-Core.CORE2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
            /usr/conf/lib/libwsio.a(scsi_c720.o):
                    scsi_c720.c $Date: 2002/03/13 23:07:30 $Revision: r1
                            1.11/4 PATCH_11.11 (PHKL_26519)
            /usr/conf/lib/libwsio.a(scsi_ctl.o):
                    scsi_ctl.c $Date: 2002/07/31 22:23:55 $Revision: r11
                            .11/3 PATCH_11.11 (PHKL_27563)
            /usr/conf/lib/libwsio.a(scsi_disk.o):
                    scsi_disk.c $Date: 2002/03/13 23:06:21 $Revision: r1
                            1.11/4 PATCH_11.11 (PHKL_26519)

            OS-Core.CORE2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
            /usr/conf/lib/libwsio.a(scsi_c720.o):
                    scsi_c720.c $Date: 2002/03/13 23:07:30 $Revision: r1
                            1.11/4 PATCH_11.11 (PHKL_26519)
            /usr/conf/lib/libwsio.a(scsi_ctl.o):
                    scsi_ctl.c $Date: 2002/07/31 22:23:55 $Revision: r11
                            .11/3 PATCH_11.11 (PHKL_27563)
            /usr/conf/lib/libwsio.a(scsi_disk.o):
                    scsi_disk.c $Date: 2002/03/13 23:06:21 $Revision: r1
                            1.11/4 PATCH_11.11 (PHKL_26519)

    cksum(1) Output:

            ProgSupport.C-INC,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
            1288825711 66962 /usr/include/sys/scsi_ctl.h

            OS-Core.CORE2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_32,v=HP:
            4225534219 147192 /usr/conf/lib/libwsio.a(scsi_c720.o)
            1877724064 114648 /usr/conf/lib/libwsio.a(scsi_ctl.o)
            4272821661 26276 /usr/conf/lib/libwsio.a(scsi_disk.o)

            OS-Core.CORE2-KRN,fr=B.11.11,fa=HP-UX_B.11.11_64,v=HP:
            2424178945 301736 /usr/conf/lib/libwsio.a(scsi_c720.o)
            3479333615 273224 /usr/conf/lib/libwsio.a(scsi_ctl.o)
            3545272518 58056 /usr/conf/lib/libwsio.a(scsi_disk.o)

    Patch Conflicts: None

    Patch Dependencies: None

    Hardware Dependencies: None

    Other Dependencies: None

    Supersedes:
            PHKL_24441 PHKL_26519 PHKL_25896 PHKL_25509 PHKL_25165 PHKL_23313

    Equivalent Patches: None

    Patch Package Size: 1020 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 PHKL_27563

            5. Run swinstall to install the patch:

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

            By default swinstall will archive the original software in
            /var/adm/sw/save/PHKL_27563. 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 PHKL_27563.text file is
            available in the product readme:

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

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

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

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


    Document ID: PHKL_27145
    Date Loaded: 20020822
          Title: s700_800 11.00 kmadmin; autoload; DLKM load; MO; eventport

    Patch Name: PHKL_27145

    Patch Description: s700_800 11.00 kmadmin; autoload; DLKM load; MO; eventport

    Creation Date: 02/08/09

    Post Date: 02/08/22

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

    Products: N/A

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

    Automatic Reboot?: Yes

    Status: General Release

    Critical:
            Yes
            PHKL_27145: CORRUPTION
                    Potential data loss when performing ioctl(2) DP_POLL
                    on /dev/poll.
            PHKL_23329: PANIC
            PHKL_22968: PANIC
            PHKL_16807: PANIC

    Category Tags:
            defect_repair hardware_enablement enhancement
            general_release critical panic corruption

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

    Symptoms:
            PHKL_27145:
            ( SR:8606257768 CR:JAGae22071 )
            When using the Event Port feature and issuing an ioctl(2)
            DP_POLL on the file descriptor for /dev/poll, if there is no
            data in the pipe, the ioctl(2) will correctly return 0
            (zero). From that time forward, any ioctl(2) DP_POLL on the
            file descriptor for /dev/poll will return 0, even if there
            is data in the pipe.

            This only occurs when the kernel tunable streampipes is set
            to 0.

            This defect was introduced in product update PHKL_25098
            which introduced the Event Port feature.

            PHKL_27356:
            ( SR:8606242408 CR:JAGae09659 )
            Shared memory segment cannot be removed even after all
            processes using it no longer exist.

            PHKL_26737:
            ( SR:8606246033 CR:JAGae12489 )
            During module unload, because of incorrect locking of the
            module entry, the module state may change and the unload
            operation may not succeed.

            ( SR:8606231066 CR:JAGae00304 )
            Graphics driver cannot unload module from kernel.

            PHKL_25098:
            ( SR:8606195573 CR:JAGad64777 )
            This patch is a member of a set of patches needed to enable
            the eventport pseudo driver feature delivered in PHKL_24064.
            The eventport driver patch specifies the full set of
            required patches for this new feature.

            If the eventport pseudo driver patch (or superseding patch)
            is not installed, this change will have no impact on your
            system.

            PHKL_23329:
            ( SR: 8606165604 CR: JAGad34895 )
            system panic with the following stack trace:

            0) panic+0x14
            1) report_trap_or_int_and_panic+0x4c
            2) trap+0xea8
            3) $RDB_trap_patch+0x38
            4) psema+0xc
            5) reaquire_semas+0x28
            6) fifo_open+0x2a4

            PHKL_23072:
            ( SR:8606168368 CR:JAGad37649 )
            Can not mount the Magneto Optical (MO) device with a 4096
            bytes/sector media. An "unrecognized file system" error
            message will be received when attempting to mount such a
            device.

            PHKL_22968:
            ( SR:8606162678 CR:JAGad31994 )
            A DLKM load failure on automatic loading by
            open(2) can result in non-standard error codes
            being returned by open(2).

            ( SR:8606170779 CR:JAGad40043 )
            The system will panic if the text and data size of
            a module hits a certain window.

            ( SR:8606154498 CR:JAGad23815 )
            None.

            ( SR:8606137247 CR:JAGad06365 )
            None

            ( SR:8606171142 CR:JAGad40406 )
            If a customer were to use a load/stress script to repeatedly
            register, load, unload, and unregister a single module, AND
            if the customer were to run several copies of this script
            asynchronously, the customer might hit a window in which
            (for WSIO modules) the system panicked.

            PHKL_21029:
            (SR: 8606128506 CR: JAGaa52779)
            When a driver with a long (>15 characters) name is
            configured on the system, kmadmin -k will truncate the
            name while displaying it ("strtelnet_included" is one
            such driver). SAM uses kmadmin -k to assemble the list of
            drivers configured into the system for reconfiguration
            of the kernel, so the user is unable to reconfigure a
            kernel using SAM if a driver with a long name is
            built into the current running kernel.

            PHKL_16807:
            The system may panic.

            PHKL_15552:
            Optimization helps eliminate excess I-cache pre-fetch which
            reduces performance.

    Defect Description:
            PHKL_27145:
            ( SR:8606257768 CR:JAGae22071 )

            When an ioctl(2) DP_POLL is used to read the number of
            events in a pipe (i.e. /dev/poll), and the pipe is empty,
            the file descriptor for the pipe is unregistered with the
            Event Port driver. The write(2) system call does not
            re-activate event services on the file descriptor. Thus,
            subsequent ioctl(2) calls will continue to return 0 (an
            empty pipe), even if there is data in the pipe.

            Resolution:
            The write(2) system call always checks if the file
            descriptor is registered with the Event Port driver, and if
            so, re-activates the services.

            PHKL_27356:
            ( SR:8606242408 CR:JAGae09659 )
            Shared memory segment may remain on the system due to
            a race condition that exists between the function that
            opens and closes the device. The only way to remove it
            is to reboot the system.

            Resolution:
            The device open/close code was rewritten to avoid the race
            condition.

            PHKL_26737:
            ( SR:8606246033 CR:JAGae12489 )
            Incorrect locking protection while checking the module
            state in the unload path.

            Resolution:
            Corrected the locking sequence in the unload path.

            ( SR:8606231066 CR:JAGae00304 )
            The DLKM infrastructure does not provide an interface kernel
            internal functions can use to unload a module.

            Resolution:
            Provided an unload interface to be used by kernel internal
            functions.

            PHKL_25098:
            ( SR:8606195573 CR:JAGad64777 )
            This change contains minor enhancements required to support
            the eventport feature.

            Resolution:
            Enhancements added include a fifo and pipe subsytem
            interface used by the eventport driver and respective
            eventport driver callbacks.

            PHKL_23329:
            ( SR: 8606165604 CR: JAGad34895 )
            Two different internal functions usually called by
            different syscalls were instead called sequentially
            by one syscall. Because the first internal function
            changed a global variable but did not restore it
            before it returned, the second function (which
            referenced the same global variable) jumped to an
            invalid place. This causes a system panic.

            Resolution:
            Have each internal function restore the global
            variable before it returns.

            PHKL_23072:
            ( SR:8606168368 CR:JAGad37649 )
            When mounting a file system, the drive is considered as a
            block device and is accessed via specfs using fixed block
            io size of 2K. This is ok for all the drives with less or
            equal to 2K bytes sectors. But it is not big enough for
            the devices with the sector size greater then 2K.

            Resolution:
            The block io size for specfs has been changed to 4096 bytes.

            PHKL_22968:
            ( SR:8606162678 CR:JAGad31994 )
            DLKM load failure as part of automatic loading when
            open(2) is called results in possibly returning non-standard
            error return codes to open(2).

            Resolution:
            Print errors returned to automatic loading code by
            modld(), then mask the errors by returning ENODEV.

            ( SR:8606170779 CR:JAGad40043 )
            If the text and data size of the module combine to be just
            slightly under an integral number of pages, AND the module
            has enough text to require a second long-branch stubs table,
            and the module has a zero-length PROGBITS section (such
            as millicode) before the .text section in the ELF image
            file, an (erroneous) additional second long-branch stubs
            table will be placed after the correct one, overflowing
            the allocated memory and causing a system panic when
            an address in the erroneous additional table is
            dereferenced.

            Resolution:
            Avoid performing actions for zero-length sections of the
            ELF image file.

            ( SR:8606154498 CR:JAGad23815 )
            In the debug kernel, the assert treats 0 as an invalid
            major number.

            Resolution:
            Treat 0 as a valid major number.

            ( SR:8606137247 CR:JAGad06365 )
            We don't test for a NULL return after a memory allocation
            with M_NOWAIT specified.

            Resolution:
            Check for NULL. This is largely a non-problem, since,
            if the allocation were to fail, we would have been in
            severe trouble long before reaching this point.

            ( SR:8606171142 CR:JAGad40406 )
            There is a window in which it is possible to invalidate
            the drv_info_t structure while another process is
            using it.

            Resolution:
            Close the window by copying the drv_info_t information while
            the device switch table (and hence, the drv_info_t) is
            locked.
            There is a kmalloc with the M_NOWAIT flag set without a
            check for a NULL return. Since this is a small allocation
            that occurs early in the boot sequence, any memory shortage
            here would have caused a panic long before this point.

            PHKL_21029:
            (SR: 8606128506 CR: JAGaa52779)
            kmadmin -k truncates the names of long (>15 chars) driver
            names. Several HP driver names are too long. This patch,
            when used with the commands patch to kmadmin (PHCO_21040),
            will allow the system to have driver names of up to 40
            characters, with support in the kernel (NOT at the
            command level) for names of up to 50 characters (51 with
            terminating NULL included).

            Resolution:
            Define a new structure in modadm.c (to avoid header file
            changes) that is identical to struct mod_smod, except that
            the character array for the module name is 51 characters
            rather than 15. The same structure must be defined in
            the command file kmtools/kmadmin.c as part of a commands
            patch (PHCO_21040).

            PHKL_16807:
            1) Unloading problem due to incorrect hold count:
            Some drivers may not be unloaded when they do mount/umount
            operations. The hold count is increased by mount, but not
            decreased by umount. In this case, the module
            unregistration fails, but the module is no longer
            in the registered list. If the system admin attempted
            to unregister the driver again, (because they saw the
            failure), the system may panic.
            2) Open failure with autoloading
            May run into a problem when autoloading some drivers.
            The gio_mod_cdev_open() function ignores 2 of the 4
            arguments that drivers can get on open. If the driver
            being autoloaded was expecting the third or fourth
            argument to be a valid pointer to be used for cloning,
            the driver may dereference an invalid pointer leading
            to a system panic.

            PHKL_15552:
            I-cache pre-fetching beyond end of procedures creates
            unnecessary load on the bus.

    SR:
            4701394890 4701402479 8606128506 8606137247 8606154498
            8606162678 8606165604 8606168368 8606170779 8606171142
            8606195573 8606231066 8606242408 8606246033 8606257768

    Patch Files:

            OS-Core.CORE-KRN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
            /usr/conf/h/mod_k.h

            OS-Core.CORE2-KRN,fr=B.11.00,fa=HP-UX_B.11.00_32,v=HP:
            /usr/conf/lib/libdlkm.a(mod_objmd.o)
            /usr/conf/lib/libdlkm.a(modadm.o)
            /usr/conf/lib/libdlkm.a(modctl.o)
            /usr/conf/lib/libdlkm.a(modinit.o)
            /usr/conf/lib/libhp-ux.a(fifo_vnops.o)
            /usr/conf/lib/libhp-ux.a(gio_modfuncs.o)
            /usr/conf/lib/libhp-ux.a(pipe_vnops.o)
            /usr/conf/lib/libhp-ux.a(spec_vnops.o)

            OS-Core.CORE2-KRN,fr=B.11.00,fa=HP-UX_B.11.00_64,v=HP:
            /usr/conf/lib/libdlkm.a(mod_objmd.o)
            /usr/conf/lib/libdlkm.a(modadm.o)
            /usr/conf/lib/libdlkm.a(modctl.o)
            /usr/conf/lib/libdlkm.a(modinit.o)
            /usr/conf/lib/libhp-ux.a(fifo_vnops.o)
            /usr/conf/lib/libhp-ux.a(gio_modfuncs.o)
            /usr/conf/lib/libhp-ux.a(pipe_vnops.o)
            /usr/conf/lib/libhp-ux.a(spec_vnops.o)

    what(1) Output:

            OS-Core.CORE-KRN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
            /usr/conf/h/mod_k.h:
                    mod_k.h $Date: 2002/04/10 14:33:10 $Revision: r11ros
                            /1 PATCH_11.00 (PHKL_26737) */

            OS-Core.CORE2-KRN,fr=B.11.00,fa=HP-UX_B.11.00_32,v=HP:
            /usr/conf/lib/libdlkm.a(mod_objmd.o):
                    mod_objmd.c $Date: 2000/12/14 08:25:50 $Revision: r1
                            1ros/3 PATCH_11.00 (PHKL_22968)
            /usr/conf/lib/libdlkm.a(modadm.o):
                    modadm.c $Date: 2000/12/14 08:25:50 $Revision: r11ro
                            s/4 PATCH_11.00 (PHKL_22968)
            /usr/conf/lib/libdlkm.a(modctl.o):
                    modctl.c $Date: 2002/04/10 14:33:10 $Revision: r11ro
                            s/3 PATCH_11.00 (PHKL_26737)
            /usr/conf/lib/libdlkm.a(modinit.o):
                    modinit.c $Date: 2000/12/14 08:25:50 $Revision: r11r
                            os/2 PATCH_11.00 (PHKL_22968)
            /usr/conf/lib/libhp-ux.a(fifo_vnops.o):
                    fifo_vnops.c $Date: 2002/07/10 16:47:01 $Revision: r
                            11ros/3 PATCH_11.00 (PHKL_27145)
            /usr/conf/lib/libhp-ux.a(gio_modfuncs.o):
                    gio_modfuncs.c $Date: 2000/12/14 08:25:50 $Revision:
                             r11ros/2 PATCH_11.00 (PHKL_22968)
            /usr/conf/lib/libhp-ux.a(pipe_vnops.o):
                    pipe_vnops.c $Date: 2001/04/19 11:28:07 $Revision: r
                            11ros/1 PATCH_11.00 (PHKL_25098)
            /usr/conf/lib/libhp-ux.a(spec_vnops.o):
                    spec_vnops.c $Date: 2002/06/24 01:37:04 $Revision: r
                            11ros/8 PATCH_11.00 (PHKL_27356)

            OS-Core.CORE2-KRN,fr=B.11.00,fa=HP-UX_B.11.00_64,v=HP:
            /usr/conf/lib/libdlkm.a(mod_objmd.o):
                    mod_objmd.c $Date: 2000/12/14 08:25:50 $Revision: r1
                            1ros/3 PATCH_11.00 (PHKL_22968)
            /usr/conf/lib/libdlkm.a(modadm.o):
                    modadm.c $Date: 2000/12/14 08:25:50 $Revision: r11ro
                            s/4 PATCH_11.00 (PHKL_22968)
            /usr/conf/lib/libdlkm.a(modctl.o):
                    modctl.c $Date: 2002/04/10 14:33:10 $Revision: r11ro
                            s/3 PATCH_11.00 (PHKL_26737)
            /usr/conf/lib/libdlkm.a(modinit.o):
                    modinit.c $Date: 2000/12/14 08:25:50 $Revision: r11r
                            os/2 PATCH_11.00 (PHKL_22968)
            /usr/conf/lib/libhp-ux.a(fifo_vnops.o):
                    fifo_vnops.c $Date: 2002/07/10 16:47:01 $Revision: r
                            11ros/3 PATCH_11.00 (PHKL_27145)
            /usr/conf/lib/libhp-ux.a(gio_modfuncs.o):
                    gio_modfuncs.c $Date: 2000/12/14 08:25:50 $Revision:
                             r11ros/2 PATCH_11.00 (PHKL_22968)
            /usr/conf/lib/libhp-ux.a(pipe_vnops.o):
                    pipe_vnops.c $Date: 2001/04/19 11:28:07 $Revision: r
                            11ros/1 PATCH_11.00 (PHKL_25098)
            /usr/conf/lib/libhp-ux.a(spec_vnops.o):
                    spec_vnops.c $Date: 2002/06/24 01:37:04 $Revision: r
                            11ros/8 PATCH_11.00 (PHKL_27356)

    cksum(1) Output:

            OS-Core.CORE-KRN,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
            637427704 7483 /usr/conf/h/mod_k.h

            OS-Core.CORE2-KRN,fr=B.11.00,fa=HP-UX_B.11.00_32,v=HP:
            1313214536 13360 /usr/conf/lib/libdlkm.a(mod_objmd.o)
            2233904019 6120 /usr/conf/lib/libdlkm.a(modadm.o)
            3796586625 17412 /usr/conf/lib/libdlkm.a(modctl.o)
            386613281 5012 /usr/conf/lib/libdlkm.a(modinit.o)
            193056628 16288 /usr/conf/lib/libhp-ux.a(fifo_vnops.o)
            3415147441 13312 /usr/conf/lib/libhp-ux.a(gio_modfuncs.o)
            1241886930 6184 /usr/conf/lib/libhp-ux.a(pipe_vnops.o)
            1918970536 20948 /usr/conf/lib/libhp-ux.a(spec_vnops.o)

            OS-Core.CORE2-KRN,fr=B.11.00,fa=HP-UX_B.11.00_64,v=HP:
            2074442614 30448 /usr/conf/lib/libdlkm.a(mod_objmd.o)
            3257028217 14096 /usr/conf/lib/libdlkm.a(modadm.o)
            2900946542 40920 /usr/conf/lib/libdlkm.a(modctl.o)
            2635290223 10240 /usr/conf/lib/libdlkm.a(modinit.o)
            2761897676 40496 /usr/conf/lib/libhp-ux.a(fifo_vnops.o)
            1533867901 29800 /usr/conf/lib/libhp-ux.a(gio_modfuncs.o)
            270593859 15408 /usr/conf/lib/libhp-ux.a(pipe_vnops.o)
            284422676 49680 /usr/conf/lib/libhp-ux.a(spec_vnops.o)

    Patch Conflicts: None

    Patch Dependencies:
            s700: 11.00: PHKL_18543
            s800: 11.00: PHKL_18543

    Hardware Dependencies: None

    Other Dependencies: None

    Supersedes:
            PHKL_25098 PHKL_23329 PHKL_23072 PHKL_22968 PHKL_21029 PHKL_16807
            PHKL_15552 PHKL_27356 PHKL_26737

    Equivalent Patches: None

    Patch Package Size: 390 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 PHKL_27145

            5. Run swinstall to install the patch:

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

            By default swinstall will archive the original software in
            /var/adm/sw/save/PHKL_27145. 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 PHKL_27145.text file is
            available in the product readme:

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

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

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

    Special Installation Instructions:
            This patch depends on base patch PHKL_18543.
            For successful installation please insure that PHKL_18543
            is already installed, or that PHKL_18543 is included
            in the same depot with this patch and PHKL_18543
            is selected for installation.
    -----End of Document ID: PHKL_27145------------------------------------------


    Document ID: PHCO_26382
    Date Loaded: 20020821
          Title: s700_800 11.11 cumulative SAM patch

    Patch Name: PHCO_26382

    Patch Description: s700_800 11.11 cumulative SAM patch

    Creation Date: 02/08/12

    Post Date: 02/08/21

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

    Products: N/A

    Filesets:
            InternetSrvcs.INETSVCS-BOOT,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
            OS-Core.UX-CORE,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
            SystemAdmin.SAM,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
            SystemAdmin.SAM-HELP,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP

    Automatic Reboot?: No

    Status: General Release

    Critical: No

    Category Tags:
            defect_repair hardware_enablement enhancement
            general_release manual_dependencies

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

    Symptoms:
            PHCO_26382:
            JAGab31984) In SAM -> Performance Monitors -> System
                        Properties subarea, SAM online help for virtual
                        memory makes reference to "pseudo-swap" which
                        is incorrect.
            JAGad54903) In SAM-->Networking and Communications -->DNS
                        --> "Set Default Domain", the window is closed
                        with the error, "You have both Domain and Search
                        entries in your /etc/resolv.conf file. Only one
                        is allowed at a time". SAM should not exit
                        after the error message but should continue to
                        function.
            JAGad67008) In SAM -> Kernel Configuration -> Configurable
                        Parameters subarea, SAM online help shows
                        incorrect maximum value for the kernel
                        parameters, "nkthread" and "max_thread_proc".
            JAGad76934) In SAM (TUI mode) -> Kernel configuration -->
                        Configurable Parameters subarea, select the
                        parameter "num_tachyon_adapters". Select Help.
                        Information on the kernel parameter is displayed
                        but in the "See Also" section, an invalid link
                        is displayed.
            JAGad82527) Context-sensitive help for "IPv6 address" and
                        "prefix" fields in SAM is not available.
            JAGad82530) In SAM-->Network and Communications --> Network
                        Interface Cards subarea, on selecting the
                        "Configure" menu item in the "Action" menu, SAM
                        takes a long time to autoconfigure the IPv6
                        interface ( after highlighting an IPv6 interface
                        ) takes too long.
            JAGad83870) In SAM -> Kernel Configuration -> Configurable
                        Parameters subarea, SAM online help shows
                        incorrect default value for the "strmsgsz"
                        kernel parameter.
            JAGad85934) Intrusive IPv6 related message in NIS, NIS+ and
                        DHCP subareas of SAM. The message displayed is
                        "SAM does not support V6 configuration"
            JAGad90126) In Network File Sytem--> Mounted Remote File
                        system subarea, SAM displays the following error
                        message if the "/etc/auto_master" file contains
                        "Proto=tcp/udp" option for a remote file system.
                        ------------------------------------------------
                        Error: "/usr/sam/lbin/autoopt: Problem parsing
                        master automounter file "/etc/auto_master".
                        -----------------------------------------------
            JAGad95373) In SAM-->Networking and Communications-->
                        Network Interface Cards-->Modify System Name
                        subarea, the modified system name is not
                        reflected in the files /etc/hosts and
                        /var/adm/inetd.sec.
            JAGad99645) In SAM -> Kernel Configuration -> Configurable
                        Parameters subarea, SAM Online help displays
                        incorrect maximum value for the "maxusers"
                        kernel parameter.
            JAGae03470) SAM disables IPv6 interfaces whenever IPv4
                        interfaces are configured.
            JAGae09404) SAM core dumps in SAM -> Kernel Configuration ->
                        Configurable Parameters subarea, on a system
                        which has been upgraded from 10.20 to 11.11
                        using the 'update-ux' tool.
            JAGae12800) The shell script 'get_sdm_info' which is used to
                        obtain information about HP surestore disk array
                        ,uses C style comments
            JAGae13332) In SAM -> Kernel Configuration -> Configurable
                        Parameters subarea, SAM online help displays
                        incorrect description for the minimum, maximum
                        and default values of "maxdsiz", and
                        "maxdsiz_64" kernel parameters
            JAGae13380) On a system with large number of processes, SAM
                        fails to complete the replace operation for an
                        OLAR-based network card, and core dumps.
            JAGae16035) A cron job containing "#" symbol is not
                        displayed properly under SAM -> Process
                        Management -> Scheduled Cron Jobs subarea.
            JAGae16430) a) When a large string is passed as command
                        line argument to the "-K" option for
                        "/usr/sam/lbin/rsam", "rsam" aborts with a
                        memory fault.
                        ---------------------------------------------
                        $/usr/sam/lbin/rsam -K "`cat /etc/services`"
                        Memory fault
                        ---------------------------------------------
                        b) Some SAM binaries contain embedded compile
                        time library paths.(e.g.,/usr/sam/lbin/samx)
            JAGae18085) SAM should support configuration of multiple
                        default gateways.
            JAGae18267) SAM gives error in the absence of .rhosts and
                        hosts.equiv files on the system, in rlogin
                        functional area.
            JAGae18336) Guardian Service Processor in now known as
                        "Service Processor" on Partitionable systems.
                        SAM has to be updated to reflect the change.
            JAGae18521) Whenever an IPv6 address is added to the
                        /etc/hosts file, there should also be an option
                        to configure its route.
            JAGae19343) In SAM -> Printers and Plotters ->LP Spooler ->
                        Printers and Plotters subarea,if a user tries to
                        remove a network printer, the following error
                        message is displayed
                        ---------------------------------------------
                        Lp destination <printername> does not exist
                        on <hostname>
                        ----------------------------------------------
            JAGae19866) From SAM -> Auditing and Security ->
                        Authenticated Commands, on entering any subarea
                        , select Actions -> Modify menu item. In
                        the "Modify an Authenticated Command"
                        window, from the Add-on list,select a module
                        whose "Auth Order" is "Not Used". Also,let
                        the value of "Authentication Order" remain
                        as "Not Used". Select the Modify button, and
                        click on the OK button.The following error is
                        displayed:
                        ---------------------------------------------
                        UNEXPECTED EXIT: process LANG=C LC_ALL=C
                        /usr/sam/lbin/samx -C -p 21683 -s ts_pam_act_sa
                        /usr/sam/lib//ts_pam.ui exited with a non-zero
                        exit status.

                        sh: 21775 Bus error(coredump)
                        ---------------------------------------------
            JAGae21743) In SAM-->Network and Communications -->Network
                        Interface Cards subarea, when a user modifies
                        any of the attributes of a card (through modify
                        menu item), SAM incorrectly updates the
                        /etc/hosts file.
            JAGae21919) Under SAM ->Peripheral Devices ->Cards subarea,
                        "Show/Create Device Files" action(s) fail for
                        igelan,gelan cards.
            JAGae26582) In Time->NTP Broadcating subarea, when a user
                        selects the "Modify" action item, SAM displays
                        the following error message:
                        "A sam INTERNAL ERROR has occurred!
                        UILIB ERROR: ui_sel_item_name() returned
                        UILIB_FIELD_NOT_FOUND Arguments were:
                        field_name: "auth_key_nums" "
            JAGae28247) SAM needs to recognize the following new
                        hardware devices:
                        HLDS GDR-8160B ATAPI DVD-ROM/CD-ROM Reader
                        (Product #A8068A)
                        HLDS 40x CD-RW drive (ATAPI)
                        HLDS 48x CD-Rom drive (ATAPI)
                        A6828A:PCI Single Channel Ultra160 SCSI Adapter
                        A6829A:PCI Dual Channel Ultra160 SCSI Adapter
                        A6825A,A6847A,A6794A:PCI/PCI-X GigEther Cards.
                        A7008A:10/100BT PCI Single Port card
                        A7789A: Fire GL 2.8 Graphics Card.
            JAGae29049) SAM should be enhanced to support VxVM 3.5.
            JAGae29256) SAM does not restore the BSD printer attribute
                        on restoring the print spooler configuration.

            PHCO_25870:
            JAGad04345) When removing a user/group, SAM invokes the
                        "find" command with wrong options to remove the
                         user file(s). This causes "find" to traverse
                        all NFS file systems and the process takes a
                        very long time to complete.
            JAGad82014) SAM-NNC should be enhanced to support
                        configuration of Virtual LAN (VLAN) interfaces.
            JAGad85391) SAM dumps core when a user enters the Logical
                        Volume (LV) dialog, or tries to obtain more
                        information on an LV that has 120 (or more) EMC
                        disks assigned to it.The error message displayed
                        is as shown below:
                        ------------------------------------------------
                        UNEXPECTED EXIT: process
                        /usr/sam/lbin/samx -C -p 16090 -s fs_sa_vg /usr
                        /sam/lib//fs.ui
                        exited with a non-zero exit status
                        -----------------------------------------------
            JAGad88251) SAM is unable to define logical volume(s) while
                        creating volume group on an FC-60 disk array in
                        dual configuration mode. The error message
                        displayed is as shown below:
                        -----------------------------------------------
                        UNEXPECTED EXIT: process /usr/sam/lbin/samx -C
                        -p 11748 -s fs_sa_vg /usr/sam/lib//fs.ui exited
                        with a non-zero exit status
                        sh: 12154 Abort(coredump)
                        -----------------------------------------------
            JAGad92425) When creating user accounts, SAM does not
                        maintain the permissions of the files that are
                        copied from the /etc/skel directory to the
                        users' home directory.
            JAGad92432) SAM fails to trim the /etc/rc.log file. The
                        error message displayed is as shown below:
                        ------------------------------------------------
                        An error occurred after the trim while trying to
                        save the remaining log information to the file
                        "/etc/rc.logSAMTRM". You should examine this
                        file to see if its contents are correct.
                        ------------------------------------------------
            JAGad96187) On a system with large number of unused disks
                        with old serial numbers, SAM core dumps upon
                        entering SAM -> Disks and File Systems Subarea.
                        The error was detected on a customer system
                        with a newly installed XP512 disk array (using
                        73 GByte disks) and a SEAGATE ST34573WC 4G HD.
                         The error message displayed is as shown below:
                        ------------------------------------------------
                        UNEXPECTED EXIT: process LANG=C LC_ALL=C /usr/
                        sam/lbin/samx -C -p 11721 -s fs_sa_vg /usr/sam/
                        lib/fs.ui exited with a non-zero exit status.
                        sh: 11827 Memory fault (core dump)
                        ------------------------------------------------
            JAGae04863) On entering the SAM->Networking and
                        Communications-> Network Interface Cards sub-
                        area, and if a user tries to modify a logical
                        interface, the Advanced Options screen is
                        either blank or incomplete.
            JAGae05752) On selecting SAM -> Disks and File Systems ->
                        File Systems ->Actions -> Run VxVM Storage
                        Administrator, SAM exits from the file system
                        section after logging the following message in
                        samlog:
                        ------------------------------------------------
                        The DA field name, "FS_VG_NAME", was not found
                        in the SAM class registration database.
                        Location: da_handle.C:957 Error Code: 1370
                        ------------------------------------------------
            JAGae09717) SAM has to recognize the following new hardware
                        devices:
                        HP Surestore Virtual Array VA7405
                        (Product#:A6189B)
                        HP Surestore Virtual Array VA7410
                        (Product #:A6218A)
                        HP Surestore Disk System 2300 (Product #:A6491A)
                        HP Surestore Disk System 2405 (Product #:A6255A)
                        DVD-ROM Drive (slim) (Product #:A8069A)
                        DVD-ROM/CD-RW Drive Combo (slim)
                        (Product #:A8070A)
                        DVD-ROM Drive (Product #:A8068A)
                        CD-RW Drive (Product #: A7853A)
                        The DVD-ROM/CD-RW Drive Combo (A8070A)
                        and CD-RW Drive (A7853A) will be recognized
                        as read-only devices.

            PHCO_24118:
            JAGad24679) In SAM->Time, if a user enters any of the
                        sub-areas (NTP Broadcast, NTP Network
                        Time Sources, or System Clock) and executes
                        any of the actions items, the operation
                        completes successfuly but a core dump occurs.

            JAGad88726) After a new disk has been initialised
                        and added to a new disk group (not a
                        pre-existing disk group) using the
                        vxdiskadm user interface, SAM dumps
                        core upon entering the Disks and FileSystems ->
                        Disk Devices, Logical Volumes or
                        Volume Groups sub-areas.

            JAGad91062) In SAM->Networking and Communications->Network
                        Interface Cards sub-area, if a user wants to
                        configure or modify an interface and assigns
                        an IP address which is already in use, the
                        warning message:
                        "ifconfig: ipaddress already in use"
                        is not displayed.

            JAGad91065) In SAM->Networking and Communications->Network
                        Interface Cards sub-area, if the user
                        configures a SNAP interface, the lan interface
                        is not displayed.

            JAGad91777) In SAM->Networking and Communications->Network
                        Interface Cards sub-area, while modifying an
                        IPv4 interface in the Advanced Options screen,
                        the IP Broadcast Address field is invisible.

            JAGad92839) In SAM->Networking and Communications->Network
                        Interface Cards sub-area, while configuring
                        or modifying an interface, changes made to the
                        driver parameters for that interface are not
                        updated until the system is re-booted.

            JAGad93389) In SAM->Networking and Communications->Network
                        Interface Cards sub-area, the on-line help
                        contains no information on IGELAN cards.

            JAGad93746) In SAM->Networking and Communications->Network
                        Interface Cards sub-area, if user has opted to
                        auto-configure an IPv6 interface, the user
                        does not have an option to cancel
                        auto-configuration.

            JAGad94227) In SAM->Networking and Communications->Network
                        Interface Cards sub-area, if the user wants to
                        configure an IP Logical Interface, upon
                        configuring the interface, the following
                        error is displayed:

                        Error (hd0600)
                        ERROR: lan 2 interface | PPA 2 : btlan3:
                        ERROR: Setting
                        100000000 is unsupported
                        Valid types: 10HD, 10FD, 100HD, 100FD, AUTO_ON
                        Old Station Address = 0x00108327b5b5
                        New Station Address = 0x00108327b5b5

            JAGad94344) In SAM->Networking and Communications->Network
                        Interface Cards sub-area, when an IPv6
                        interface is deleted, the entry from the
                        driver-specific configuration file is also
                        deleted regardless of the IPv4 interface status
                        and vice-versa.

            JAGad95592) In SAM->Networking and Communications->Network
                        Interface Cards sub-area, whenever a SNAP
                        interface is configured, an additional entry
                        is added to the driver specific configuration
                        file apart from the lan entry for that
                        interface.

            JAGad95619) SAM does not support the configuration of the
                        Next Generation Gigabit Ethernet Card (IGELAN).

            JAGad96980) In SAM->Networking and Communications->Network
                        Interface Cards sub-area, while configuring or
                        modifying Next Generation 1000-TX card,
                        the values for the send max buffers, receive
                        max buffers, send coal ticks, receive coal
                        ticks driver variables are set incorrectly.

            JAGad97766) The new drivers gvid, gvid_core and igelan
                        are not recognised by SAM.

            JAGad98158) The new driver func0 is not recognised by
                        SAM.

            PHCO_23841:
            JAGaa61081) lpmgr limits the number of printers to 1024.
            JAGaa61090) If a user is removed from the system and has
                        restricted SAM privileges, the privileges are
                        not removed. If a new user is added with the
                        same name, the new user may inadvertently
                        receive the previous user's privileges.
            JAGaa61232) /var/sam/lock should not be world-writable.
            JAGaa93220) SAM limits size of AutoRaid LUNs to
                        99,999 MB.
            JAGab31980) When attempting to modify a network
                        file system, the following error
                        message is displayed:

                        The command used to mount the new file
                        system, mount(1m), has failed to mount
                        /test. The stderr output from the
                        command is show below.
                        nfs mount: illegal file system specific
                        option: nolargefiles
                        usage: mount [-l][-v|-p]
                        mount [-F FStype][-eQ] -a
                        mount [-F FStype][-eQrV][-o specific_options]
                          { special | directory }
                        mount [-F FStype][-eQrV][-o specific_options]
                          special directory
            JAGab77793) SAM -> Performance Monitors ->
                        System Properties -> Networking
                        In this screen, SAM should display
                        information about the primary LAN card
                        (the one mapped to the host's IP
                        address). Instead, it may display
                        information about another card.
            JAGad04236) SAM cannot recognize or configure ATM cards.
            JAGad33763) Upon entering the Networking and Communications
                        ->Name Service Switch sub-area, the main
                        screen displays garbage characters in the
                        "Other" field.
            JAGad36111) If syscall auditing is enabled / disabled,
                        it takes effect only while the auditing
                        subsystem is up. But if auditing is
                        stopped and restarted through
                        /sbin/init.d/auditing (either manually,
                        or from a reboot), these changes are lost.
            JAGad38555) SAM -> Networking and Communications ->
                        Hosts -> NIS Hosts Map.
                        It takes an excessively long time to
                        enter the NIS Hosts Map display.
            JAGad41974) When you try to reactivate a user on an
                        11.11 NIS+ Trusted System, you receive the
                        following error:
                        -------------------------------
                        ERROR. There was an unknown error in
                        "/usr/lbin/getprpw". The output from this
                        command was: Unknown domain . :Not Found,
                        no such name. Failed to read the protected
                        password database for the user "username".
                        -------------------------------
            JAGad48366) There is a general problem when modifying
                        a dynamic tunable which itself depends upon
                        certain relationships with static tunables.
                        For example, a change to a dynamic tunable
                        sometimes can't be made because it depends
                        on the value of a static tunable. This
                        creates a situation that cannot be resolved
                        within SAM.
            JAGad50640) When a disk array is connected through two
                        interfaces, SAM does not recognise both of
                        them during OLR (replace) operation and
                        reports single point of failure.
                        For example, if the disk array is connected
                        through the A5158A FC card, during an OLR
                        (replace) operation SAM reports single
                        point of failure.
            JAGad51240) Some card-level SAM analysis is incorrect
                        or incomplete for the PCI RAID 4Si card.
                        Peripheral Devices -> Cards -> Actions ->
                        Analyze Critical Resources
                        This is the output for the above menu path:
                        Critical Resource Analysis for slot 10:
                        Warning: Affected resources are in use.
                        Affected cards or ports:
                        0/3/0/1 : HP A5856A RAID 4Si Card
                        0/3/0/1.0 : I2O Block Storage
                        ----------------
                        Analysis Details
                        ----------------
                        No mass storage ports were evaluated.
                        ----------------
                        No network ports were evaluated.
                        ----------------
                        Warning: One or more of the affected ports
                        has a class type that cannot be evaluated.
                        Ports with class types that cannot be evaluated:
                        0/3/0/1
                        0/3/0/1.0
                        ----------------
            JAGad53451) New PCI Ultra160 SCSI cards A6828A and
                        A6829A are not supported by SAM.
            JAGad53667) The following models are not recognized in the
                        SAM System Properties area:
                        9000/800/N4000-6X
                        9000/800/L1500-6x
                        9000/800/L3000-6x
                        As a result, messages like the following are
                        produced:
                        -------------------------------
                        Model N4000-6X not found in the models database
                        /usr/sam/lib/mo/sched.models or the file was
                        missing.
                        -------------------------------
                        and
                        -------------------------------
                        Previous messages indicate that one or more
                        errors occured in an attempt to retrieve
                        mo_sv_proc_sg information.
                        -------------------------------
            JAGad54252) SAM -> Disk and Filesystems -> Swap.
                        An attempt to add or remove file system
                        swap produces the following message:
                        -------------------------------
                        UNEXPECTED EXIT: process /usr/sam/lbin/samx
                        -C -p 3411 fs_sa_swap /usr/sam/lib//fs.ui
                        exited with a non-zero exit status. sh: 3959
                        Bus error(coredump)
                        -------------------------------
            JAGad54660) Networking and Communications ->
                        Bootable Devices -> DHCP Device Groups
                        Booting From this Server.
                        SAM does not display the first pool group
                        in the /etc/dhcptab file.
            JAGad54901) Networking and Communications ->
                        Network File Systems -> Actions ->
                        Disable NFS Server.
                        The status of the NFS Server is not
                        changed to "NFS Disabled".
            JAGad55753) Even after a user is reactivated in SAM,
                        the Users & Groups Actions menu still
                        displays the "Reactivate" menu item.
            JAGad56161) When the on-line help is requested in areas
                        TIME and NFS, SAM gives an error:

                        /usr/sam/help/C/nnc.hv file does not exist.
            JAGad62102) When trying to remove a user, if the
                        pre-remove script fails, SAM still deletes
                        the files belonging to that user.
            JAGad63742) On a system with VxVM installed, a user
                        enters SAM's Disk and File Systems ->
                        Disk Devices and SAM core dumps.
            JAGad63942) Upon entering SAM -> Peripheral Devices ->
                        Uninterruptable Power Supplies produces
                        the following message when no UPS
                        is configured:
                        ------------------------
                        UNEXPECTED EXIT: process
                        /usr/sam/lbin/samx -C -p 8895
                        /usr/sam/lib//pd.ups.ui exited with a
                        non-zero exit status.
                        sh: 9378 Bus error(coredump)
                        ------------------------
            JAGad64120) SAM does not give a "Mount" action in the
                        Disks and File Systems -> Disk Devices
                        sub-area for a CD-ROM drive.
            JAGad66450) SAM -> Peripheral Devices -> Cards:
                        In some cases, on L class machines, SAM
                        responds with an error dialog "Scanning
                        the System's Hardware Failed"
                        for btlan, btlan3 and gelan cards.
            JAGad68820) Enable SAM-NNC to support IPV6.
            JAGad69240) When a system is not listed within SAM's
                        /usr/sam/lib/mo/sched.models file, the
                        following messages are produced:
                        -------------------------------
                        Model C3600 not found in the models database
                        /usr/sam/lib/mo/sched.models or the file was
                        missing.
                        -------------------------------
                        and
                        -------------------------------
                        Previous messages indicate that one or more
                        errors occured in an attempt to retrieve
                        mo_sv_proc_sg information.
                        -------------------------------
            JAGad69244) SAM -> Backup and Recovery ->
                        Interactive Backup and Recovery:
                        If a tape drive is not listed in the
                        pd_devinfo.tx file, the following
                        message is displayed upon entry:
                        -------------------------------
                        A SAM internal error has occurred:
                        The error handler has gotten the error
                        code 1 of type NOTE with the associated
                        strings: 10/12/5.0.0 HP C1537A.
                        -------------------------------
                        When a tape library is not listed within
                        the /usr/sam/lib/C/pd_devinfo.tx file,
                        it is incorrectly identified as a MOAC
                        (magneto-optical autochanger) by SAM.
            JAGad69376) The new PCI Tachyon XL2 FC Adapter A6826A
                        is not supported in SAM.
            JAGad69400) SAM does not allow the user to configure the
                        UPS shutdown delay and timeout to values
                        greater than 15 minutes.
            JAGad70436) Upon entering the Networking and Communications
                        -> NIS+ -> Actions menu, the "Change Domain"
                        item is not visible.
            JAGad71058) SAM cannot decrease the value of some kernel
                        parameters which are dynamic in nature only
                        when their values are decreased.
                        For example, if the value of semmsl is
                        decreased, SAM returns the following message:
                        ----------------------------------------
                        The attempt to set parameter "semmsl" to
                        value/formula "2050" has failed. The stderr
                        output from the kmtune command is shown below:
                        kmtune: Unable to change semmsl. Out of range.
                        ----------------------------------------
            JAGad71372) IPV6 support: The main screen of the Name
                        Service Switch area in SAM displays this
                        error:
                        ----------------
                        ui_switch_group() returned
                        UILIB_FIELD_NOT_FOUND
                        ----------------
            JAGad71571) After configuring an interface, SAM displays
                        the following error on exit:
                        ----------------
                        NNC_ROUTE_GETBYDESTV6 could not be found.
                        ----------------
            JAGad73881) If PHCO_23004 is installed and an executable
                        named "id" exists in the path (specified by
                        $PATH) before /usr/bin, then the following
                        message is displayed on entering SAM:
                        ------------------------------------
                        Restricted SAM cannot be run as root.
                        ------------------------------------
            JAGad76443) When adding a logical volume with striping,
                        SAM does not allow a stripe size greater than
                        64KB, but the maximum size supported is
                        32768KB. SAM presented the following choices:
                        4,8,16,32,64 (sizes in KB for stripe size).
            JAGad77174) While accessing an Optimus (A5277A) array using
                        SAM, the temporary files created (by SAM) in
                        /var/sam are not removed.
            JAGad78532) SAM failed to add a host name alias to the
                        /etc/hosts file for all the IPV6 gelan
                        interfaces.
            JAGad78713) Incorrect interface status and internet
                        address are displayed after "Delete" operation
                        in SAM.
            JAGad79129) Modifying an IPv6 interface with an incorrect
                        prefix disables the interface.
            JAGad80828) SAM has an option to upgrade a VxFS filesystem
                        from version 2 to version 3, but there is no
                        option to upgrade from version 3 to version
                        4 if version 3.3 is installed.
            JAGad80940) An entry in the /etc/hosts file separated by
                        tab cannot be removed by SAM.
            JAGad81209) New PCI/PCI-X GigEther cards A6847A, A6825A,
                        and A6794A are not supported by SAM.
            JAGad82199) If a printer has been configured as a
                        login terminal, then on entering the
                        Printers and Plotters ->LP Spooler ->
                        Printers and Plotters sub-area,
                        the following message is displayed:
                        -----------------------------------
                        "Unexpected error with data, no printers
                        found".
                        -----------------------------------
            JAGad82215) An attempt to use SAM to add a non-existent
                        remote printer fails and the following message
                        is logged to the samlog file:
                        ------------------------------
                        'lpmgr done, exit value is 5'.
                        ------------------------------
            JAGad82384) SAM displays the following error message when
                        the Advanced option is used in configuring a
                        card.
                        -----------------------------------------------
                        A sam INTERNAL ERROR has occurred!
                        UILIB ERROR:
                        ui_invisible() returned UILIB_FIELD_NOT_FOUND
                        Arguments were:
                        field_name: "nnc_te_ibroad"
                        -----------------------------------------------
            JAGad82502) Whenever an IPV6 address is configured for
                        an interface, an incorrect IPV4 address
                        also gets configured.
            JAGad82511) For all non-ethernet devices an error message
                        is not displayed when IPV6 support is
                        not enabled for that device.
            JAGad82670) SAM mis-identifies the HP A6189A SureStore
                        Virtual Array VA7400 as a VA7405.
            JAGad83198) Upon entering the Networking and
                        Communications -> DNS -> DNS resolver
                        sub-area, the screen display is
                        incorrect if the /etc/resolv.conf file
                        contains tabs.
            JAGad83399) The text message for OLA/OLR is unclear
                        and hard to read. The 2 LED states
                        in the OLR replace message are buried
                        in the message text and could easily
                        be missed by users scanning the message
                        instead of reading it closely.
            JAGad84117) When entering Networking and Communications
                        -> Networked File Systems -> Mounted Remote
                        File Systems, the following message is
                        displayed:

                        UNEXPECTED EXIT: process LANG=C LC_ALL=C
                        /usr/sam/lbin/samx -C -p 7590 -s nfs_client
                        /usr/sam/lib//nfs.ui exited with a non-zero
                        exit status. sh: 8424
                        Memory fault(coredump)
            JAGad85083) SAM allows only prefix 10 to be assigned
                        for V6 secondary interfaces.
            JAGad85921) With IPV6 support in SAM, the System Clock
                        area cannot be used to configure the date and
                        time.
            JAGad87813) The on-line help for the VxFSUpgrade feature
                        needs to be updated (refer to JAGad80828).
            JAGad88429) If SAM is used to configure DHCP, the
                        configured DHCP groups are not visible in SAM.
            JAGad88837) Whenever a configured interface is assigned
                        an IP address that is already in the use,
                        the existing configuration of that interface
                        is lost.
            JAGad89885) SAM displays incorrect time during first
                        hour of the day.
            JAGad89898) On HP-UX 11.11 0601 OEUR and later, if the
                        critical resource analysis is run from
                        Partion Manager (parmgr), parmgr crashes
                        with a stack corruption message. If SAM
                        11.11 LR version is installed, the task runs
                        correctly from parmgr. In both cases, the
                        task works correctly when run from within
                        SAM rather than from parmgr.
            JAGad90894) SAM should support deletion of a disabled
                        physical interface.
            JAGad91065) A network interface loses its address if a
                        logical IP address is added to it through SAM.

            PHCO_23004:
            JAGad40450) The following processors are not recognized
                        in the SAM System Properties area:

                        L1500-7x
                        L3000-7x
                        A400-7X
                        A400-8X
                        A500-7X
                        A500-8X
                        N4000-7X
                        N4000-8X
                        N4000-9X

                        As a result, messages like the following are
                        produced:
                        -------------------------------
                        Model L1500-7x not found in the models
                        database.
                        -------------------------------
                        and
                        -------------------------------
                        Previous messages indicate that one or more
                        errors occured in an attempt to retrieve
                        mo_sv_proc_sg information.
                        -------------------------------
            JAGad38933) SAM does not recognize the HP C7145/C7146
                        Autochangers as tape devices. Instead, SAM
                        incorrectly identifies them as Magneto-Optical
                        disk autochangers on the list of available
                        backup devices.
            JAGad38934) SAM does not recognize the HP Surestore SDLT
                        220 tape drive on the list of available backup
                        devices.
            JAGad46771) SAM does not support the new HP A6188A
                        (HP SureStore Virtual Array 7100) disk
                        array.
            JAGad46036) The following processors are not recognized
                        in the SAM System Properties area:

                        L1500-8x
                        C3750
                        J6750
                        B2600

                        As a result, messages like the following are
                        produced:
                        -------------------------------
                        Model L1500-8x not found in the models
                        database.
                        -------------------------------
                        and
                        -------------------------------
                        Previous messages indicate that one or more
                        errors occured in an attempt to retrieve
                        mo_sv_proc_sg information.
                        -------------------------------
            JAGad45070) SAM -> Disks and File Systems ->
                        Disk Devices/File Systems/Swap
                        produces the following messages:
                        =================================
                        UNEXPECTED EXIT: process LANG=C LC_ALL=C
                        /usr/sam/lbin/samx -C -p 3265 -s fs_sa_disk
                        /usr/sam/lib//fs.ui exited with a non-zero
                        exit status.

                        cpp: "/usr/sam/lib/C/pd.com.ui", line 71:
                        error 4068: Missing comma seperator between
                        parameters in macro "PD_ADD_TD".

                        cpp: "/usr/sam/lib/C/fs_ice.h", line 152:
                        error 4068: Missing comma seperator between
                        parameters in macro "PB_TEXT".

                        cpp: "/usr/sam/lib/C/fs_ice.h", line 166:
                        error 4068: Missing comma seperator between
                        parameters in macro "PB_TEXT2".

                        sam: Error: The cpp(1) command failed on file:
                        /usr/sam/lib/C/fs.ui.
                        =================================
            JAGad31048) On a system using single disk HFS,
                        SAM offers to remove the LVM subsystem,
                        but the attempt to rebuild the kernel
                        without LVM fails with this output:
                        =================================
                        Cannot build a kernel using /usr/sbin/config.
                        The standard output of the command is shown
                        below:
                        /usr/ccs/bin/ld: Unsatisfied symbols:
                          lvm_readahead_info (data)
                          lvm_flush (data)
                          lvm_shutdown (data)
                        Stop.
                        config: make did an exit(1)
                        The command exitted with exitcode -71.
                        =================================
            JAGad44664) SAM does not properly identify Hitachi XP48
                        Array LUNs and does not subsequently collapse
                        multiple hardware paths to the same LUN. This
                        can cause alternate paths to these disks to
                        be marked as "Unused", allowing for data
                        corruption.
            JAGad40249) When a system contains a large number of
                        physical volumes, SAM may generate the
                        following message when a user enters the
                        Disk Devices section of Disks and File
                        Systems area:
                        ===============================
                        Unexpected exit process /usr/sam/lbin/samx
                        -C -p 13589 -s fs_sa_disk
                        /usr/sam/lib/fs.ui exited with a non-zero
                        exit status.
                        ==================================
            JAGad41974) SAM -> Accounts for Users and Groups ->
                        SAM NIS+ Users -> <Selected an NIS+ user>
                        -> Actions -> Modify Security Policies

                        This results in corruption of the NIS+ table
                        by omitting a trailing '.' on an entry in
                        the table.
            JAGad41162) When multiple administrators concurrently
                        perform user creation or modification using
                        SAM, SAM may create users with the same UID
                        without displaying a warning message.
            JAGad38331) When a SAM-configured PCI FDDI network card
                        is physically replaced with a new PCI FDDI
                        (or any other network card which is using the
                        same I/O slot) and deleted with SAM, the
                        replacement card erroneously assumes the MAC
                        address of the old NIC. This may result in
                        a non-functional network.
            JAGad48165) The following processors are not recognized
                        in the SAM System Properties area:

                        9000/800/L1500-9x
                        9000/800/L3000-9x
                        9000/800/S16K-A
                        9000/800/N8K-A

                        As a result, messages like the following are
                        produced:
                        -------------------------------
                        Model L1500-9x not found in the models
                        database.
                        -------------------------------
                        and
                        -------------------------------
                        Previous messages indicate that one or more
                        errors occured in an attempt to retrieve
                        mo_sv_proc_sg information.
                        -------------------------------
            JAGad36145) The online addition and replacement dialog
                        box that says:
                        -------------------------------
                        The slot is powered down, Click "OK" when
                        the card is replaced and the slot will be
                        powered up.
                        -------------------------------
                        is confusing and leads to operator errors.
            JAGad35304) The sequence of events required to replace a
                        suspended I/O card is confusing.
            JAGad32172) Both physical and virtual ports show up in
                        the Cards screen, but only physical ports
                        are reported as being 'affected' by an
                        OLAR operation in the Critical Resource
                        Analysis screen or "Bring Card On-Line
                        confirmation" screen. This could cause
                        user confusion.
            JAGad50027) When a user that is not root and does not
                        have Restricted SAM privileges tries to
                        enter SAM, a confusing message is presented:
                        -----------------------------------
                        The file "/var/sam/lock/lock_0" could not
                        be opened (errno = 13, "Permission denied").
                        This file must be opened so this SAM session
                        can be locked. Otherwise, other SAM sessions
                        won't be able to detect that this SAM session
                        is running on the system.
                        -----------------------------------
            JAGad28114) Both the PCI Standard Hotplug Controller
                        (SHPC) spec and the Infiniband spec are
                        proposing the use of a Blinking amber LED
                        to locate a PCI slot for a hotplug operation.
                        SAM currently turns on a solid amber LED for
                        this purpose, which is an error indicator
                        in the new standard.
            JAGad34991) SAM has obsoleted a number of files between
                        10.20 and 11.11. After an update from an
                        older release to 11.11, some of the obsolete
                        files are left on the file system.

    Defect Description:
            PHCO_26382:
            JAGab31984) The following text is available in SAM online
                        help.
                        ------------------------------------------------
                        Virtual Memory: Amount of virtual memory (also
                        called pseudo-swap) in the system (as defined by
                        pstat (see pstat(2)):
                        Active: Virtual memory currently in use.
                        Total: Total virtual memory in the system.
                        ------------------------------------------------
                        The displayed data is that of virtual memory
                        data, and is not specific to "pseudo-swap" as it
                        is stated. The help screen is giving incorrect
                        statement. The displayed data is the same
                        regardless of "pseudo-swap" being enabled or
                        disabled.
            Resolution: SAM online help has been modified to display the
                        correct information about virtual memory.
            JAGad54903) Whenever the /etc/resolv.conf file has entries
                        starting with "domain" as well as "search", the
                        "Set Default Domain" action in SAM exits with
                        error message.
            Resolution: SAM will display the error message and will
                        also continue to accept user inputs. Once OK
                        button is clicked, SAM will update the file
                        /etc/resolv.conf appropriately.
            JAGad67008) SAM online help displays incorrect maximum value
                        for kernel parameters, "nkthread" and
                        "max_thread_proc".
            Resolution: SAM online help has been modified with correct
                         maximum values for kernel parameters,
                         "nkthread" and "max_thread_proc".
            JAGad76934) The "num_tachyon_adapters" and "max_fcp_reqs"
                        tunables may be used to tune the default amount
                        and type of memory allocated for supporting
                        concurrent FC SCSI (FCP) requests. If you
                        choose the invalid link in the online help of
                        "num_tachyon_adapters", the following error
                        message is displayed.
                        -----------------------------------------------
                        "HP Help Hyper link type -8 is not supported on
                         ASCII terminals."
                        -----------------------------------------------
            Resolution: SAM online help has been modified to remove the
                        invalid link, and the link for "max_fcp_reqs"
                        tunable is displayed.
            JAGad82527) Whenever the F1 key is pressed, on a given input
                        field in SAM, SAM has to display the
                        context-sensitive help for that field. SAM does
                        not display the context-sensitive help for the
                        two fields, "prefix" and "IPv6 address".
            Resolution: The context-sensitive help for "prefix" and
                        "IPv6" address fields have been included in SAM.
            JAGad82530) SAM takes a long time ( more than a minute ) to
                        auto configure IPv6 network interfaces. Auto
                        configuration is a new feature available with
                        IPv6 whereby network interfaces can be
                        configured with system advertised IPv6
                        addresses.
            Resolution: SAM has been modified to return once auto
                        configuration of the selected interface is
                        complete. Earlier SAM used to wait to ensure
                        that all the secondary interfaces too were auto
                        configured, and hence there was a delay in the
                        configuration.
            JAGad83870) SAM online help displays an incorrect default
                        value of 8192 for the kernel parameter
                        "strmsgsz", but /usr/conf/master.d/streams file
                        displays "strmsgsz" with a default value of 0.
            Resolution: SAM online help has been modified to display the
                        correct default value for the "strmsgsz" kernel
                        parameter.
            JAGad85934) In the NIS+, NIS and DHCP subareas of SAM, the
                        message "SAM does not support V6 configuration"
                        is displayed after each and every activity.
            Resolution: SAM displays this message only once, when the
                        user enters NIS+, NIS, and DHCP subareas for the
                        first time.
            JAGad90126) SAM calls the binary "/usr/sam/lbin/autoopt" to
                        parse the entries in the /etc/auto_master file.
                        The grammer used by this binary does not accept
                        "proto=tcp/udp" as a valid option and hence the
                        error.
            Resolution: Code has been modified to accept proto=tcp/udp
                        as a valid option for a remote file system.
            JAGad95373) Whenever system name is modified through SAM,
                        SAM is not updating the affected files in the
                        system. Hence the modified system name is not
                        taking effect.
            Resolution: SAM has been modified to ensure that the system
                        name is properly updated in all the relevant
                        files namely /etc/hosts, /var/adm/inetd.sec, and
                        /etc/rc.config.d/netconf.
            JAGad99645) SAM online help displays incorrect maximum value
                        for the "maxusers" kernel parameter as Memory
                        limited, while the correct maximum value is
                        4096. The values in SAM online help, and
                        /usr/conf/master.d/core-hpux file mismatch.
            Resolution: SAM online help has been modified with the
                        correct maximum value for the "maxusers" kernel
                        parameter.
            JAGae03470) Whenever an IPv4 interface is configured or
                        modified, the state of the corresponding IPv6
                        interface changes to "disabled" if the interface
                        is not physically connected to the network.
            Resolution: SAM has been modified to display the status as
                        given by "ifconfig" command so that the
                        behaviour of GUI as well as command line
                        commands are identical. Thus SAM ensures that
                        the IPv6 interface does not fall onto "disabled"
                        state inadvertently.
            JAGae09404) When 'update-ux' tool is used to upgrade from
                        10.20 to 11.11, vxfs related configuration files
                        are not created.When SAM tries to resolve the
                        vxfs parameter values, it is not able to lookup
                        the corresponding files resulting in an
                        assertion failure.
            Resolution: The assertion has been replaced by a condition
                        check and a error message is displayed.
            JAGae12800) The shell script "get_sdm_info" which is used to
                        obtain information about HP Surestore Disk
                        array, uses C style comments.
            Resolution: Now the comment line conforms to the commenting
                        style used in shell programming.
            JAGae13332) On invoking SAM online help for the kernel
                        parameters "maxdsiz", and "maxdsiz_64", the
                        online help displays wrong description of values
                        (minimum, maximum and default). The values in
                        SAM online help, and
                        /usr/conf/master.d/core-hpux file mismatch.
            Resolution: SAM online help has been modified with the
                        correct minimum, maximum and default values of
                        "maxdsiz" and "maxdsiz_64".
            JAGae13380) SAM is using "pstat" system calls for obtaining
                        information about the processes on the system.
                        Any 32 bit application making use of the pstat
                        system calls should be compiled with the
                        "_PSTAT64" flag to work correctly on a 64 bit
                        machine. SAM is not using the "_PSTAT64" flag
                        during the compilation.
            Resolution: SAM is modified to define "_PSTAT64" flag during
                        the compilation.
            JAGae16035) SAM uses the output of the command 'crontab -l'
                        to get information related to the scheduled cron
                        jobs. The output from 'crontab' is parsed by
                        "/usr/sam/lbin/cron_read" script which assumes
                        the prsence of the "#" symbol, to be the start
                        of a comment field. If the command field in the
                        'crontab' output has a "#" embedded in it, then
                        the command is displayed incorrectly.
            Resolution: The cron_read script has been modified to
                        recognize a comment field only when the first
                        character of a field is "#".
            JAGae16430) a) The buffer used by "rsam" for storing the
                        argument passed to the "-K" option is limited,
                        and hence results in buffer overflow.
                        b) SAM executables should not contain embedded
                        compile time library paths.
            Resolution: a) Now,"rsam" reads only a fixed amount of data
                        passed on the command line to the "-K" option.
                        b) Changes have been made to the makefiles to
                        replace the embedded compile time library paths
                        with run time library paths.
            JAGae18085) SAM needs to be enhanced to support
                        add/modify/delete operations of default routes.
                        Routes can be either IPv6 routes or IPv4 routes.
            Resolution: SAM has been enhanced to configure both IPv4 and
                        IPv6 routes. SAM accepts details like
                        destination address and the gateway address from
                        the user, and configures the routing table
                        entries in the system. SAM-->Networking and
                        Communications-->Routes is a new subarea that
                        has been introduced by which default routes can
                        be configured.
            JAGae18267) In the absence of .rhosts and hosts.equiv files
                        in the system, if SAM is invoked to configure
                        rlogin details, SAM dumps core.
            Resolution: SAM presumed the presence of .rhosts or
                        hosts.equiv files in the system. Code has been
                        modified so that SAM would funtion even in the
                        absence of these files.
            JAGae18336) Guardian Service Processor in now known as
                        "Service Processor" on Partitionable systems.
                        SAM has to be updated to reflect the change.
            Resolution: SAM database has been appropriately modified.
            JAGae18521) Whenever an entry is added to the file
                        /etc/hosts, SAM asks whether a route needs to be
                        added for the given address to the routing table
                        of the system. This feature needs to be
                        extended to IPv6 addresses too.
            Resolution: SAM has been enhanced to add routes to the
                        routing table even for IPv6 addresses whenever
                        such addresses are added to the /etc/hosts file
                        through the Hosts subarea of SAM. As of now,
                        adding routes alone is supported. Modifications
                        and deletions of these routes are not yet
                        supported through SAM.
            JAGae19343) In order to check for the existence of printers,
                        a grep is done on the output of 'lpstat' command
                        For network printers, SAM is passing wrong
                        option to the 'lpstat' command which causes the
                        grep to fail, and thus gives an incorrect error
                        message.
            Resolution: The option passed to the 'lpstat' command is
                        changed so that grep can select the printer name
                        from the 'lpstat' command output.
            JAGae19866) The logic of incrementing or decrementing the
                        existing "Auth Order" of modules does not take
                        into account what action needs to be taken when
                        the existing "Auth Order", and the user
                        specified "Auth Order" of a selected module has
                        the value "Not Used". In such a scenario, the
                        existing Auth Order of the modules are getting
                        incremented and causing a core dump.
            Resolution: A check is added to verify if both the existing
                        "Auth Order", and the user specified "Auth
                        Order" are same. If they are same, no action is
                        performed on the authentication order.
            JAGae21743) When a user modifies any attribute of a
                        network interface card, SAM incorrectly
                        changes the host name in the file /etc/hosts
                        to system name.
            Resolution: Following changes have been made to correct the
                        behavior:
                        - SAM reads the information from the file
                        /etc/hosts and updates the /etc/hosts file.
                        - SAM does not change the value of host name
                        read from the /etc/hosts file.
            JAGae21919) Device file creation for gelan, igelan and
                        gvid_core drivers is not supported from user
                        applications like SAM.
            Resolution: The menuitems "Create/Show Device Files" will
                        not be available for devices with gelan, igelan
                        and gvid_core drivers.
            JAGae26582) SAM calls the OBAM API "ui_sel_item_name" to
                        display the authentication key for selected
                        client broadcast network. This API is called
                        with incorrect field name.
            Resolution: Code has been modified to call the function with
                        the correct field name.
            JAGae28247) SAM database has to be updated to include the
                        new device data.
            Resolution: Entries for the new devices have been added to
                        the SAM database.
            JAGae29049) From VxVM 3.5, a new GUI called Veritas
                        Enterprise Administrator(VEA) will be available.
                        SAM has to recognize the new gui path and should
                        be able to launch the VEA.
            Resolution) SAM is now capable of recognizing and launching
                        the VEA.
            JAGae29256) SAM uses lpstat command to find the printer
                        attributes during the restore operation. The
                        lpstat command does not report the BSD
                        attribute for a printer. Thereby, SAM is
                        unable to restore the BSD attribute.
            Resolution: Now, SAM stores the /var/spool/lp/pstatus file
                        during the save operation and uses it during the
                        restore operation to find whether the printer is
                        configured as a BSD printer. Then, SAM
                        appropriately restores the printer attribute.

            PHCO_25870:
            JAGad04345) SAM invokes the "find" command with the argument
                        `! -fstype nfs'. This causes the NFS files to
                        be rejected, but all NFS file systems still
                        traversed.Thus, SAM takes a long time to
                        complete the search for removing the user files.
            Resolution: Adding the `-only' option after '! -fstype nfs'
                        now prohibits traversing the NFS file systems.

            JAGad82014) SAM-NNC was not supporting configuration of
                        VLAN interface.
            Resolution: Code has been modified to support the
                        configuration of VLAN interfaces.

            JAGad85391) SAM uses the 'awk' utility to process the LV
                        information. Awk supports a buffer size of only
                        3000 characters. When 120 (or more) disks were
                        configured in a single logical volume, the 'awk'
                        buffer overflowed and caused SAM to dump core.
            Resolution: All printf statements that were processed by
                        awk have been altered to accommodate the limit.

            JAGad88251) The code used for creating logical volumes in
                        dual path configuration mode had memory leaks.
            Resolution: Code has been modified to ensure correct
                        operation in dual path configuration while
                        creating a volume group.

            JAGad92425) SAM used to set the file permissions to 0644
                        for all the files that were copied from the
                        /etc/skel directory to the users' home
                        directory.
            Resolution: SAM now retains the permissions of the files
                        while copying them from the /etc/skel directory
                        to the home directory using the `cp' command
                        with `-p' option.

            JAGad92432) SAM could not trim the log files, as the TMPDIR
                        environment variable was set.
            Resolution: The problem is now resolved by clearing the
                        TMPDIR environment variable.

            JAGad96187) SAM uses a static buffer to hold information
                        about unused disks. The size of the buffer was
                        too small for a disk array with large number of
                        unused disks.
            Resolution: This problem has been resolved by increasing
                        the size of static buffer from 1024 to 10240
                        characters. If the list of unused disks becomes
                        larger than the buffer size, the list gets
                        truncated.

            JAGae04863) For a logical interface, the "Advanced Option"
                        button was not intended to be displayed.
            Resolution: Code has now been modified such that the
                        "Advanced Options" button is not displayed while
                        modifying the logical interfaces.

            JAGae05752) SAM task manager was trying to access a field
                        prior to its creation.
            Resolution: The code has been modified so that the task
                        manager no longer attempts to access the field
                        prior to its creation.

            JAGae09717) SAM database has to be updated to include the
                        new device data.
            Resolution: Entries for the new devices have been added to
                        the SAM database.

            PHCO_24118:
            JAGad24679) After the successful execution of the
                        operations in the Time area, SAM was
                        referencing illegal memory and dumping core.
            Resolution: SAM has been changed to take care of the
                        illegal referencing of memory.

            JAGad88726) SAM uses the vginfo script to collect all
                        disk-related information. The vginfo script
                        was looking for VxVM disks with the status
                        as "online" or "offline". It did not check
                        for VxVM disk with the status "FS_wholedisk".
            Resolution: The vginfo script has been modified to also
                        search for VxVM disks with the status
                        "FS_wholedisk".

            JAGad91062) The task manager call that was used to
                        configure the interface was executing two
                        commands, first being ifconfig and next the
                        post init script. In general, if the task
                        manager executes two commands, the return value
                        of the first command is superceeded by the
                        return value of the second command. Thus the
                        error message by the ifconfig command was
                        masked and the expected warning message was
                        not displayed.
            Resolution: By splitting the task manager to execute only
                        one command in a task manager call, the error
                        messages from ifconfig can now be trapped.

            JAGad91065) In general, the process of setting driver
                        parameters was to unplumb the interface, set
                        the parameters, and bring the interface back
                        up with the ifconfig command. If the interface
                        was a SNAP interface, it would unplumb the
                        interface and then configure it, so the
                        interface was not reconfigured and as a result
                        the lan interface was lost.
            Resolution: The command "ifconfig <interace name>
                        unplumb" was removed from the task manager
                        to avoid this side effect.

            JAGad91777) In SAM, the IP Broadcast Address field is
                        applicable only for IPv4 interfaces, and this
                        field should not be dispalyed for IPv6
                        interfaces. However, this field was not
                        visible for IPv4 interfaces.
            Resolution: Now appropriate check has been added to
                        display the IP Broadcast Address field for
                        the IPv4 interfaces.

            JAGad92839) SAM depends on the task manager to set or
                        configure the driver parameters or the IP
                        address respectively. In the task manager,
                        when a comment "#" was added in between
                        the commands, the commands following the
                        comment did not get executed because they
                        too were treated as comments.
            Resolution: Now the comment has been removed from the
                        task manager call and the driver script is
                        called to set the driver parameters.

            JAGad93389) The IGELAN changes need to be included in
                        the existing on-line help.
            Resolution: Changes have been made to the help text to
                        include information about the IGELAN card.

            JAGad93746) When a IPv6 interface was to be configured,
                        SAM would display information regarding the
                        auto-configuration and this message box
                        had only the "OK" button.
            Resolution: The message box has been replaced by a
                        confirmation box which has the options,
                        "OK" & "CANCEL".

            JAGad94227) laninfo is a SAM-NNC binary which is used
                        to obtain the information of all the
                        interfaces on the system. When executed with
                        the "-i" option, it is used to obtain the IP
                        instance number for the new logical interface
                        to be configured. By design, this option can
                        display the interface information of 20
                        interfaces. If the number of interfaces
                        is more than 20, SAM does not display the
                        information and an error message pops-up.
            Resolution: Now the maximum number of interfaces that
                        can be handled by laninfo is calculated
                        dynamically and thus the problem is solved.

            JAGad94344) On a dual-stack system, if either the IPv4
                        or the IPv6 interface is deleted then
                        regardless of whether the other interface
                        (i.e. IPv4 or IPv6) is configured the entry
                        from the driver specific configuration file
                        is deleted.
            Resolution: SAM has been modified to check whether
                        another type of interface (i.e. IPv4 or
                        IPv6) is configured. If not, the entry
                        from the driver-specific configuration
                        file is deleted.

            JAGad95592) When a SNAP interface is configured, SAM
                        looks for an interface name of the form
                        "SNAP<ppa>" in the driver specific-
                        configuration file. If not present, it
                        adds another entry to the file with
                        the interface as "SNAP<ppa>".
            Resolution: SAM has been modified to update the
                        existing lan entry in the driver-specific
                        file if a SNAP interface is configured.

            JAGad95619) SAM should support Next Generation Gigabit
                        Ethernet Card (IGELAN).
            Resolution: Changes have been made to the SAM code to
                        support the IGELAN card.

            JAGad96980) While configuring an 1000-TX card, the
                        value passed for the driver parameter
                        AUTONEG is "". The init script of the
                        igelan driver treats it as a space and
                        takes the next value for the AUTONEG
                        variable and thus the other variables
                        after AUTONEG are obtaining wrong values.
            Resolution: The value for the AUTONEG variable is
                        passed as "0" instead of "".

            JAGad97766) SAM did not have entries for the new gvid,
                        gvid_core and igelan drivers in the
                        /usr/sam/lib/kc/drivers.tx file.
            Resolution: Added the new driver entries.

            JAGad98158) SAM did not have an entry for the new
                        func0 driver in the
                        /usr/sam/lib/kc/drivers.tx file.
            Resolution: Added the new driver entry.

            PHCO_23841:
            JAGaa61081) This error is due to the limitation of the
                        posix shell script array used by the lpmgr
                        script to store printer information. These
                        arrays are limited to 1024 elements each.
            Resolution: The lpmgr script was modified to eliminate
                        the use of the posix shell script array to
                        store the list of printers. It was also
                        modified to improve performance.
            JAGaa93220) AutoRaid devices can contain over 400 GB,
                        and SAM is limiting the possible LUN size by
                        providing a text box that only accepted five
                        digits.
            Resolution: Expanded the text box to allow six digits.
                        This allows LUN sizes upto 999,999 MB.
            JAGab31980) When modifying a network file system, SAM was
                        using the nolargefile option when executing the
                        mount(1m) command, which is not applicable.
            Resolution: The nolargefile option is no longer used when
                        mounting a network file system.
            JAGad04236) SAM was not displaying the ATM card details
                        on the ATM screen in Networking and
                        Communications Area.
            Resolution: SAM uses ioscan command output to find out
                        the status of ATM cards. SAM was using the
                        ioscan command incorrectly. By calling
                        ioscan with the -k option, SAM is able
                        to display available ATM cards onto the screen.
            JAGad33763) The arrays that were holding the data were not
                        initialized and hence displayed the garbage
                        characters.
            Resolution: By properly initializing the arrays which hold
                        the variables used in the main screen, garbage
                        characters are avoided.
            JAGad36111) The syntax of the /etc/rc.config.d/auditing
                        configuration file used by the
                        /sbin/init.d/auditing script did not support
                        the new features.
            Resolution: SAM modifies the /etc/rc.config.d/auditing
                        configuration script to support the new
                        features. For the new features to be enabled,
                        the auditing commands also need to support
                        the syntax. See the "Other Dependencies"
                        field below.
            JAGad38555) SAM uses a shell script to loop through
                        and parse each entry in a NIS hosts table.
            Resolution: Using awk and sed commands to parse the
                        NIS hosts table helped in reducing the
                        delay.
            JAGad41974) You can't reactivate a user in SAM. It can
                        be done from the command line, but that is
                        not good enough. This problem occurs only
                        if PHCO_23004 is installed.
            Resolution: SAM correctly reactivates a user without
                        any error messages.
            JAGad48366) Setting maxfiles_lim to 20000 caused the
                        kmtune error: out of range.
                        When maxfiles_lim is set dynamically, the
                        kernel ensures that it is lower than the
                        current value of nfile (a static parameter).
            Resolution: SAM has been changed to keep track of static
                        tunable changes, and if any exist, will
                        treat the changes to dynamic tunables as
                        if they were changes to static tunables:
                        queueing them to become effective after
                        rebuild/reboot of the kernel.
            JAGad50640) When a disk array is connected through multiple
                        links, if one of the links is down the disk
                        array is still accessible through the other
                        links. But during OLR (replace) operation,
                        the critical resource analysis code could not
                        detect the alternate links.
            Resolution: Code has been implemented to rectify this.
            JAGad51240) Critical Resource Analysis in SAM indicates
                        the port is of an unknown type, because SAM does
                        not recognize the card as either a mass storage
                        device or a network card.
            Resolution: SAM was enhanced to successfully determine
                        the type of card in an I2O slot.
            JAGad53451) SAM did not have corresponding driver entry
                        in the /usr/sam/lib/C/pd_devinfo.tx file to
                        support the new PCI Ultra160 SCSI cards,
                        because they are new products.
            Resolution: Added the new driver entry. The same driver is
                        required for both the cards.
            JAGad53667) The models 9000/800/N4000-6X,
                        9000/800/L1500-6x and 9000/800/L3000-6x
                        are new ones introduced after the
                        release of 11.11.
            Resolution: Entries for these models have been added
                        to SAM's sched.models file. See also
                        the resolution for JAGad69240 below.
            JAGad54252) The error message is confusing even though
                        the swap was created/removed successfully.
            Resolution: SAM was assuming some disk information
                        would be available for use. SAM now
                        checks for the disk information before
                        trying to use it.
            JAGad54660) The parser implemented in SAM was reading the
                        file from the second line assuming the
                        first line would be empty.
            Resolution: The parser implementation has been modified
                        to process all lines irrespective of where
                        it begins.
            JAGad54901) Whenever the "Disable NFS Server" action item
                        is chosen, the NFS daemon is killed. Sometimes
                        all the daemons were not killed and hence SAM
                        continued to display the status as "NFS
                        Server Enabled".
            Resolution: Extra validations are put in place to ensure
                        that all daemons are killed and the problem
                        is resolved.
            JAGad55753) SAM was only calling the modprpw command once
                        in order to reactivate a user. Under some
                        circumstances, SAM must invoke modprpw twice
                        to fully reactivate a user.
            Resolution: SAM now calls modprpw as needed to fully
                        reactivate a user.
            JAGad56161) SAM was referencing the non-existing help file
                        when on-line help was requested.
            Resolution: By ensuring that proper help files are
                        referred, the problem is resolved.
            JAGad62102) This defect was caused by user files being
                        removed before any pre-remove customized
                        task was run. If the pre-remove task failed,
                        the user was not removed, but the user's files
                        had already been removed.
            Resolution: The logic has now been changed so that the
                        pre-removed customized task is executed before
                        any of the user's files are removed.
            JAGad63742) SAM was not parsing VxVM output properly
                        and obtaining incorrect information.
            Resolution: Changes were made to SAM's vginfo script
                        to parse the data correctly.
            JAGad63942) Sometimes SAM produces a bus error if no
                        UPS is configured. This was due to a
                        pointer variable responsible for the screen
                        information not being initialized.
            Resolution: Initialized the pointer to NULL.
            JAGad64120) SAM identifies CD-ROMs as spindle disks
                        because of an improper entry in the
                        /usr/sam/lib/C/pd_devinof.tx file.
                        Spindle disk devices are not mountable.
            Resolution: There was a catch-all entry in the
                        pd_devinfo.tx file for sdisk which was
                        identifying the device as a single spindle
                        disk. Removed the entry in pd_devinfo.tx
                        and placed the check for the driver back
                        in the SAM source code after the CD-ROM
                        recognition.
            JAGad66450) Drivers btlan/btlan3/gelan were missing from
                        the ioparser.sh file.
            Resolution: Added btlan/btlan3/gelan drivers to the
                        ioparser.sh file so I/O cards can access
                        the driver.
            JAGad68820) SAM needs to support IPV6 features.
            Resolution: Using SAM, IPV6 addresses and features
                        should be available for configuration if
                        IPV6 stack exists in the system.
            JAGad69240) This is the result of identifying the CPU type
                        using a static file. The identification process
                        should be dynamic.
            Resolution: The CPU identification is now dynamic with the
                        use of the sysconf(2) call.
            JAGad69244) SAM assumes that a generic device with the
                        driver schgr or autox0 is a MOAC
                        (magneto-optical autochanger). SAM was also
                        displaying the internal error message for tape
                        devices not explicitly listed in the
                        pd_devinfo.tx file.
            Resolution: The method to recognize autochangers and tape
                        devices is now dynamic based on the scsi device
                        type.
            JAGad69376) SAM did not have the corresponding driver entry
                        in the /usr/sam/lib/C/pd_devinfo.tx file to
                        support the new PCI Tachyon XL2 Fibre Channel
                        Adapter, as this is a new product.
            Resolution: The driver entry has been added for SAM to
                        recognize these adapters.
            JAGad69400) New UPS products with a larger capacity were
                        developed after 11.11 release.
            Resolution: SAM now lets the user configure the shutdown
                        delay and timeout to a value up to 1092 minutes.
            JAGad70436) SAM could not recognize the presence of NIS+
                        tables available and assumed that there were
                        no domains to change. Thus the "Change Domain"
                        menu item was not highlighted.
            Resolution: SAM now recognizes them and so does not dim the
                        "Change Domain" action item.
            JAGad71058) The semmsl parameter is dynamic, but only when
                        increased. It must be statically changed if its
                        value is lowered. SAM attempts to change it's
                        value dynamically in all cases and fails.
            Resolution: semmsl is now recognized specifically and
                        treated as a static parameter if the new value
                        is less than the old.
            JAGad71372) IPV6 related variables were not properly
                        initialized.
            Resolution: Proper initialization of the variables
                        resolved this error.
            JAGad71571) SAM was invoking a wrong task manager.
            Resolution: Properly invoking the task manager resolved
                        this issue.
            JAGad73881) PHCO_23004 introduced a defect with
                        restricted SAM.
            Resolution: Added the explicit path to the SAM script.
            JAGad76443) SAM was not listing stripe sizes greater than
                        64KB for the user to select.
            Resolution: Enabled the ability to select a stripe size up
                        to 32768KB.
            JAGad77174) In a system with an Optimus (A5277A) array
                        connected, SAM was not removing temporary
                        device files in /var/sam/ (prefixed with adf*).
            Resolution: Implemented code to remove temporary device
                        files.
            JAGad78532) The check to verify whether host name
                        aliases should be allowed or not was not
                        proper and hence for gelan interfaces
                        SAM disallowed adding alias names.
            Resolution: The validations have been modified and the
                        problem resolved.
            JAGad78713) If an inteface is deleted which has IPV6
                        address configured, SAM displays the
                        interface details incorrectly.
            Resolution: SAM wrongly interpreted the status of an
                        interface as returned by the underlying dlpi
                        and continued to display the old status
                        of the interface even after the interface
                        was deleted. Code is modified to properly
                        parse the return value of dlpi and the
                        status of interface is properly displayed.
            JAGad79129) If an interface which has IPV6 address is
                        given an incorrect prefix, SAM accepts the
                        value and disables the interface.
            Resolution: Depending on the type of IPV6 address, the
                        prefix value has to be validated. Validations
                        have been added for the prefix value depending
                        on the IPV6 address type.
            JAGad80828) SAM should fully support and be consistent
                        with JFS 3.3. The lack of this ability forces
                        the user to use the command line to perform
                        the task.
            Resolution: SAM now allows direct upgrade from current
                        version to any higher version (less than or
                        equal to the latest version).
            JAGad80940) If the /etc/hosts file has entries which are
                        separated by tabs instead of spaces, SAM
                        incorrectly parsed the entries.
            Resolution: SAM was considering space as default field
                        separator and was not considering tab as
                        the field separator. Code has been modified to
                        consider both tab and space as field separators.
            JAGad81209) SAM did not have the corresponding driver
                        in the /usr/sam/lib/C/pd_devinfo.tx file to
                        support the new PCI/PCI-X GigEther cards
                        because they are new products.
            Resolution: Added the new driver entry to support these
                        products.
            JAGad82199) The output from lpstat was not handled
                        previously. If a printer is created as a
                        login terminal the LPMGR script will not work.
            Resolution: The LPMGR script has been modified to recognize
                        printers created as login terminals.
            JAGad82215) LPSTAT <printername> does not always produce
                        the same exit code if the <printername> does
                        not exist.
            Resolution: The different return values from LPSTAT have
                        been handled.
            JAGad82384) Whenever the Advanced Options screen is invoked
                        for a card in SAM, an error message is
                        displayed.
            Resolution: SAM was incorrectly invoking a function for
                        the "Advanced Options" screen. A change to
                        the function invocation resolved the issue.
            JAGad82502) With IPV6 support, an interface can have both
                        IPV4 and IPV6 addresses assigned to it. As the
                        variables were not properly initialized, V4
                        address was incorrectly displayed whenever V6
                        address was configured.
            Resolution: Proper initialization of variables resolved
                        this issue.
            JAGad82511) IPV6 support is not enabled for FDDI and
                        TOKEN RING interfaces. SAM does not display
                        a message to this effect.
            Resolution: A check has been added to find out whether
                        the interface belongs to FDDI or TOKEN RING
                        and if so, IPV6 configuration is not supported
                        and a message to this effect is displayed.
            JAGad82670) SAM pre-enabled the VA7400 with the VA7405 model
                        number, but the model number was changed before
                        the model was introduced.
            Resolution: Changed VA7405 to VA7400 for the A6189A.
            JAGad83198) If /etc/resolv.conf file has entries separated
                        by tab space, SAM parses it incorrectly.
            Resolution: SAM was considering space as default field
                        separator and was not considering tab as
                        the field separator. Both tab and space are
                        now recognized as field separators.
            JAGad83399) In the OLAR tool, the description of LED states
                        is buried in the message text and hard to find.
            Resolution: Changes made to the text files that contain
                        the wording for OLAR instructions. To improve
                        readability, LED information is separated from
                        the rest of the text.
            JAGad84117) SAM dumps core in 11.11 in nfs client.
            Resolution: Minor changes made to SAM temporary file
                        creation.
            JAGad85083) SAM accepts only 10 as the value for prefix
                        for secondary interfaces configured with IPV6.
                        The Prefix can be any value between 0 and 128
                        for IPV6.
            Resolution: A Prefix value of 10 is only for Link local
                        addresses. For secondary interfaces, global
                        IPV6 addresses can be assigned and the prefix
                        value can be any value between 0 and 128. A
                        validation is now performed on the prefix value.
            JAGad85921) For IPV6, header files were modified and certain
                        variables were omitted. These variables are
                        needed for Time area to work.
            Resolution: The header files have now been modified.
            JAGad87813) JAGad80828 changed the way VxFS upgrade is done,
                        requiring help changes.
            Resolution: Added help for new VxFS upgrade dialog.
            JAGad88429) The configured DHCP groups are available in
                        /etc/dhcptab file and SAM was incorrectly
                        parsing the file and hence could not display
                        the values onto the screen.
            Resolution: The parser has been modified to read
                        the /etc/dhcptab file properly.
            JAGad88837) Before configuring an interface, SAM first
                        unplumbs the interface and then calls ifconfig
                        to configure the new address, without checking
                        whether any other interface has the new address
                        already configured.
            Resolution: By avoiding the unplumbing, SAM can ensure that
                        the interface does not lose its current
                        configuration.
            JAGad89885) SAM displays the first hour of the day as
                        00:00 PM instead of AM.
            Resolution: The decision by SAM to display AM/PM was
                        based upon whether the hour is greater
                        than 12. The check should have been whether the
                        hour is greater than or equal to 12.
            JAGad89898) SAM required a large stack size compared to
                        parmgr. This requirement caused the problem
                        when it was run from parmgr.
                        SAM has a relatively large stack size compared
                        to parmgr. Hence, the problem does not occur
                        if the task is run from within SAM.
            Resolution: Instead of allocating large buffers on the
                        stack, SAM now uses dynamically allocated
                        memory. This removed the problem when SAM
                        is invoked from parmgr.
            JAGad90894) If an interface is in a disabled or down state,
                        SAM cannot be used to delete the interface.
            Resolution: Originally, "Delete" action item was
                        enabled/highlighted only if the interface is
                        in Enabled/Up state. Now code has been
                        modified to support this action item
                        irrespective of whether the interface is
                        in Enabled/Up or Disabled/Down state.
            JAGad91065) Whenever a logical interface is added to any
                        of the configured physical interface, the
                        physical interface loses its configured address.
            Resolution: Before configuring an interface, SAM first
                        unplumbs the interface and then calls ifconfig
                        to configure the new address without checking
                        whether any other interface has the new
                        address already configured. By avoiding the
                        unplumbing, SAM can ensure that the interface
                        does not lose its current configuration.

            PHCO_23004:

            JAGad40450) These are new models introduced after 11.11.
            Resolution: Entries for these models have been made to
                        SAM's sched.models file.
            JAGad38933) The C7145/C7146 Autochangers are new models
                        introduced after 11.11.
            Resolution: Entries for these autochangers have been
                        added to SAM's pd_devinfo.tx file.
            JAGad38934) The Surestore SDLT 220 is a new model
                        introduced after 11.11.
            Resolution: An entry for this tape drive has been added
                        to SAM's pd_devinfo.tx file. In addition,
                        the new tape density that can be supported
                        by this device has been added to SAM's
                        tape_densities file.
            JAGaa61090) When removing a user, SAM was not removing
                        the file containing the user's restricted-SAM
                        privileges.
            Resolution: SAM now removes /etc/sam/custom/<username>.cf
                        when a user is removed.
            JAGab77793) In the System Properties area, the information
                        being displayed was for the last card listed by
                        the utility laninfo. This card may not be
                        currently active when multiple cards are
                        present.
            Resolution: SAM now gets the IP address with gethostbyname()
                        and uses that information to match the output
                        of laninfo to obtain the station address.
            JAGaa61232) SAM allows non-root changes in /var/sam/lock,
                        which may affect SAM's behavior.
            Resolution: The directory mode has been changed to 755.
            JAGad46771) SAM did not support the A6188A disk array
                        because it was introduced after 11.11.
            Resolution: SAM has been modified to support the A6188A.
            JAGad46036) These are new models introduced after 11.11.
            Resolution: Entries for these models have been added to
                        SAM's sched.models file.
            JAGad45070) SAM was using cpp to expand a macro in which
                        one argument included a space.
            Resolution: SAM has eliminated the use of spaces in cpp
                        macro arguments.
            JAGad31048) At one time, LVM was an optional product and
                        removable from the kernel. Now, however, it
                        has become required, and so it is not possible
                        to remove the drivers associated with LVM.
            Resolution: The option of removing the LVM subsystem from
                        the kernel was removed from SAM.
            JAGad44664) SAM was not distinguishing between LUNs on
                        Hitachi disk arrays.
            Resolution: SAM was modified with added support for
                        Hitachi XP48 LUN detection and
                        display of unidentified Hitachi LUNs.
            JAGad40249) The bounds of a static array in SAM were
                        being exceeded.
            Resolution: The array size has been increased by a
                        factor of four.
            JAGad41974) On NIS+ trusted systems, a non-dot directory
                        was added to the NIS+ tables when you viewed
                        "NIS+ Users" and when you modified the NIS+
                        security policies because SAM called
                        getprpw, modprpw, and nss_getprpwnam
                        with the "-n" option without a terminating
                        "." on the domain name.
            Resolution: SAM now calls getprpw, modprpw, and
                        nss_getprpwnam with a correctly-formatted
                        domain.
            JAGad41162) SAM was not designed for concurrent use.
                        In this case, it doesn't check that multiple
                        sessions have not selected the same UID
                        before assigning it to different users.
            Resolution: Before SAM assigns the UID, it now makes
                        another check for uniqueness and allows the
                        user to cancel the action if duplication is
                        found. This does not completely eliminate
                        the possbility of this problem recurring,
                        but it reduces the likelihood. Concurrent
                        use of SAM by more than one administrator
                        is not supported and not recommended.
            JAGad38331) SAM's "delete" action for PCI FDDI cards
                        doesn't remove the card's entries from
                        /etc/rc.config.d/hpfddi4conf.
            Resolution: The "delete" action has been fixed so that
                        the card's entries are removed from
                        hpfddi4conf.
            JAGad48165) These are new models introduced after 11.11.
            Resolution: Entries for these models have been added to
                        SAM's sched.models file.
            JAGad36145) There were two reasons for user confusion:
                        1) Some users were expecting to have to click
                           "OK" in order for the slot to be
                           powered down - they were therefore
                           skimming the message and clicking OK too
                           soon.
                        2) Others were reading carefully, but were
                           confused by the fact that the main OLA/R
                           window was not refreshed and still showed
                           the card as powered on.
            Resolution: SAM was modified to update the cache for the
                        affected slots, then refresh the screen before
                        lighting the LEDs and displaying the
                        instruction dialog.
            JAGad35304) If an IO card is in a suspended state (either
                        due to canceling out of the OLAR screen or rad,
                        or some other program putting the card in this
                        state), the "Replace" action is inaccessible.
                        The user is unsure whether to use the "Bring
                        Online" action in order to enable the "Replace"
                        action, or to go ahead and physically replace
                        the card.
            Resolution: The help text was changed to explain the
                        situation better.
            JAGad32172) The help text for the two affected screens was
                        changed to explicitly indicate only physical
                        cards are listed.
            JAGad50027) This is a result of the permissions of
                        /var/sam/lock being changed to 755 to address
                        the defect JAGaa61232. This change caused
                        SAM to display the confusing message and
                        exit before encountering the former, less
                        confusing exit message.
            Resolution: An ID check has been added earlier in the
                        SAM start-up process. If the user is neither
                        root nor has restricted SAM privileges, the
                        following message is displayed:
                        ----------------------------------------
                        Sorry, you must have superuser (root)
                        privilege to enter SAM.
                        ----------------------------------------
            JAGad28114) Both the PCI Standard Hotplug Controller
                        (SHPC) spec have changed since the 11.11
                        version of SAM was released.
            Resolution: SAM has changed all occurrences of
                        OLAR_IO_SET_ON_INDICATOR to
                        OLAR_IO_SET_ATTENTION_INDICATOR and all
                        messages and help text to say 'flashing'
                        instead of 'on'.
            JAGad34991) The issue of removing obsolete SAM files was
                        overlooked until late in the development
                        of 11.11, and the initial list of obsolete
                        files was incomplete.
            Resolution: The list of obsolete files in SAM's
                        postinstall script was augmented with
                        additional files.

    Enhancement:
            Yes
            PHCO_26382:
                    This patch delivers new functionality for VxVM.

    SR:
            8606171186 8606169658 8606169659 1653233411 8606107538
            8606177539 8606176801 8606175830 8606161732 8606175423
            8606170985 8606172714 8606171899 8606169053 8606178940
            8606166858 8606166017 8606162855 8606180806 8606158625
            8606158784 8606165700 8606135102 8606164464 8606166825
            8606169279 8606172714 8606179142 8606181423 8606182024
            8606184242 8606184470 8606185050 8606185467 8606185699
            8606186549 8606186951 8606192772 8606192890 8606194534
            8606194734 8606194914 8606197257 8606199634 8606200056
            8606200060 8606200192 8606200216 8606201260 8606201884
            8606202198 8606202397 8606207268 8606207996 8606209346
            8606209527 8606209943 8606211640 8606211752 8606212021
            8606213012 8606213028 8606213193 8606213310 8606213319
            8606214007 8606214208 8606214534 8606215909 8606216752
            8606218665 8606219279 8606219697 8606220749 8606220762
            8606221760 8606221947 1653243410 8606222991 8606184460
            8606213478 1653293571 5003440958 8606217484 8606204702
            8606214925 8606155362 8606219586 8606221944 8606222664
            8606223743 8606224294 8606224658 8606225138 8606225256
            8606226525 8606226553 8606227923 8606228712 8606229104
            8606135211 8606212826 8606216221 8606219103 8606223327
            8606223335 8606227125 8606235722 8606236700 8606242467
            5003457994 8606185701 8606197817 8606207757 8606213335
            8606213338 8606214678 8606216766 8606220990 8606226303
            8606230595 8606234250 8606242150 8606246355 8606246889
            8606246937 8606249648 8606250048 8606253751 8606253935
            8606254004 8606254189 8606255014 8606255549 8606257440
            8606257616 8606262247 8606263921 8606264718 8606264925

    Patch Files:

            InternetSrvcs.INETSVCS-BOOT,fr=B.11.11,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/sbin/setup_bootp
            /usr/sbin/setup_tftp

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

            SystemAdmin.SAM,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/newconfig/etc/sam/reg_da.db
            /usr/newconfig/etc/sam/reg_files.db
            /usr/newconfig/etc/sam/reg_tm.db
            /usr/sam/bin/chbootptab
            /usr/sam/bin/chdhcptab
            /usr/sam/bin/samlog_viewer
            /usr/sam/lbin/automgr
            /usr/sam/lbin/autoopt
            /usr/sam/lbin/backplane
            /usr/sam/lbin/br_backup
            /usr/sam/lbin/br_is_backup
            /usr/sam/lbin/br_recover
            /usr/sam/lbin/ch_hostip
            /usr/sam/lbin/ch_rhosts
            /usr/sam/lbin/ch_xntp
            /usr/sam/lbin/chuidacl
            /usr/sam/lbin/clrlockdcache
            /usr/sam/lbin/cron_change
            /usr/sam/lbin/cron_read
            /usr/sam/lbin/dareg
            /usr/sam/lbin/dg_bind
            /usr/sam/lbin/dg_chg_caching
            /usr/sam/lbin/dg_cont_info
            /usr/sam/lbin/dg_status
            /usr/sam/lbin/dg_unbind
            /usr/sam/lbin/dgscan
            /usr/sam/lbin/find_cdroms
            /usr/sam/lbin/fs_parse_lssf
            /usr/sam/lbin/fsutil
            /usr/sam/lbin/get_gr_mems
            /usr/sam/lbin/get_sdm_info
            /usr/sam/lbin/get_ttydevs
            /usr/sam/lbin/getkinfo
            /usr/sam/lbin/getmem
            /usr/sam/lbin/hdconfig
            /usr/sam/lbin/inittab
            /usr/sam/lbin/ioparser.sh
            /usr/sam/lbin/ipconn_load
            /usr/sam/lbin/kc_get_deps
            /usr/sam/lbin/kc_parse_range
            /usr/sam/lbin/laninfo
            /usr/sam/lbin/listchk
            /usr/sam/lbin/logstat
            /usr/sam/lbin/lp_rd_pstatus
            /usr/sam/lbin/lpmgr
            /usr/sam/lbin/mktsmpipe.sh
            /usr/sam/lbin/modauditrc
            /usr/sam/lbin/nl_lookup
            /usr/sam/lbin/nnc_utils
            /usr/sam/lbin/parse_nsswitch
            /usr/sam/lbin/pd_finddf.sh
            /usr/sam/lbin/pd_mkdf.sh
            /usr/sam/lbin/pd_ups_parse
            /usr/sam/lbin/pm_parse_ps
            /usr/sam/lbin/ra_getpasswd
            /usr/sam/lbin/remote
            /usr/sam/lbin/rsam
            /usr/sam/lbin/sam_nis_ismember
            /usr/sam/lbin/sam_niscat
            /usr/sam/lbin/sam_nisgrp
            /usr/sam/lbin/samd
            /usr/sam/lbin/samlog
            /usr/sam/lbin/samsec
            /usr/sam/lbin/samx
            /usr/sam/lbin/samy
            /usr/sam/lbin/sxpm
            /usr/sam/lbin/tmgrx
            /usr/sam/lbin/tmreg
            /usr/sam/lbin/ug_area_vis
            /usr/sam/lbin/upgrpfiles
            /usr/sam/lbin/upusrfiles
            /usr/sam/lbin/vginfo
            /usr/sam/lbin/vlaninfo
            /usr/sam/lbin/xntp_val_key
            /usr/sam/lib/C/boot.ui
            /usr/sam/lib/C/br.ui.h
            /usr/sam/lib/C/chbootptab.cat
            /usr/sam/lib/C/dns.ui
            /usr/sam/lib/C/dps.ui
            /usr/sam/lib/C/dps_com.ui
            /usr/sam/lib/C/dps_help.ui
            /usr/sam/lib/C/dps_jobtsks.ui
            /usr/sam/lib/C/dps_lptsks.ui
            /usr/sam/lib/C/dps_modtsks.ui
            /usr/sam/lib/C/dps_pptsks.ui
            /usr/sam/lib/C/dps_pqtsks.ui
            /usr/sam/lib/C/dps_svrtsks.ui
            /usr/sam/lib/C/fal.h
            /usr/sam/lib/C/fal.ui
            /usr/sam/lib/C/fal_custom.ui
            /usr/sam/lib/C/fs.cat
            /usr/sam/lib/C/fs.ui
            /usr/sam/lib/C/fs_addlvm.ui
            /usr/sam/lib/C/fs_df_defs.h
            /usr/sam/lib/C/fs_dg.h
            /usr/sam/lib/C/fs_dg.ui
            /usr/sam/lib/C/fs_disk.h
            /usr/sam/lib/C/fs_ice.h
            /usr/sam/lib/C/fs_ice.ui
            /usr/sam/lib/C/fs_jfs.h
            /usr/sam/lib/C/fs_lfs.h
            /usr/sam/lib/C/fs_lv.h
            /usr/sam/lib/C/fs_mfs_sa.ui
            /usr/sam/lib/C/fs_op.ui
            /usr/sam/lib/C/fs_transformer.ui
            /usr/sam/lib/C/fs_vg.h
            /usr/sam/lib/C/hosts.ui
            /usr/sam/lib/C/kc.ui
            /usr/sam/lib/C/kcfe.ui
            /usr/sam/lib/C/lp.ui
            /usr/sam/lib/C/mo.cat
            /usr/sam/lib/C/mo.ui
            /usr/sam/lib/C/mo_msg_ui.h
            /usr/sam/lib/C/nfs_sa.ui
            /usr/sam/lib/C/nfs_td.ui
            /usr/sam/lib/C/nia.ui
            /usr/sam/lib/C/nisp.ui
            /usr/sam/lib/C/nnc_alias.ui
            /usr/sam/lib/C/nnc_setparm.h
            /usr/sam/lib/C/nnc_setparm.ui
            /usr/sam/lib/C/nsswitch.ui
            /usr/sam/lib/C/pd.cards.ui
            /usr/sam/lib/C/pd.cat
            /usr/sam/lib/C/pd.com.ui
            /usr/sam/lib/C/pd.h
            /usr/sam/lib/C/pd.insts.ui
            /usr/sam/lib/C/pd.syshw.ui
            /usr/sam/lib/C/pd.ups.ui
            /usr/sam/lib/C/pd_devinfo.tx
            /usr/sam/lib/C/pd_dfinfo.tx
            /usr/sam/lib/C/pd_ola_ins.tx
            /usr/sam/lib/C/pd_olr_ins.tx
            /usr/sam/lib/C/ra.ui
            /usr/sam/lib/C/route.ui
            /usr/sam/lib/C/sam.cb
            /usr/sam/lib/C/sam.ou
            /usr/sam/lib/C/sam.ui
            /usr/sam/lib/C/security.ui
            /usr/sam/lib/C/sysname_td.ui
            /usr/sam/lib/C/ts.ui
            /usr/sam/lib/C/ug.cat
            /usr/sam/lib/C/vlan.ui
            /usr/sam/lib/C/vlan_tasks.ui
            /usr/sam/lib/X11/app-defaults/Sam
            /usr/sam/lib/X11/app-defaults/ja_JP.SJIS/Sam
            /usr/sam/lib/X11/app-defaults/ja_JP.eucJP/Sam
            /usr/sam/lib/br/br.sl
            /usr/sam/lib/br/br.tm
            /usr/sam/lib/ct_adduser.ex
            /usr/sam/lib/ct_rmuser.ex
            /usr/sam/lib/dps/dps.sl
            /usr/sam/lib/dps/dps.tm
            /usr/sam/lib/fal/fal.sl
            /usr/sam/lib/fal/fal.tm
            /usr/sam/lib/fs/fs.sl
            /usr/sam/lib/fs/fs.tm
            /usr/sam/lib/fs/fs_com.sl
            /usr/sam/lib/kc/drivers.tx
            /usr/sam/lib/kc/kc.sl
            /usr/sam/lib/kc/kc.tm
            /usr/sam/lib/kc/kc_com.sl
            /usr/sam/lib/kc/params.tx
            /usr/sam/lib/kc/subsys.tx
            /usr/sam/lib/libcom.sl
            /usr/sam/lib/libsam.sl
            /usr/sam/lib/lp/lp.sl
            /usr/sam/lib/lp/lp.tm
            /usr/sam/lib/mo/mo.da
            /usr/sam/lib/mo/mo.sl
            /usr/sam/lib/mo/mo.tm
            /usr/sam/lib/mo/sched.models
            /usr/sam/lib/nnc/boot.sl
            /usr/sam/lib/nnc/nnc.da
            /usr/sam/lib/nnc/nnc.sl
            /usr/sam/lib/nnc/nnc.tm
            /usr/sam/lib/nnc/nnc_da_com.sl
            /usr/sam/lib/pd/pd.da
            /usr/sam/lib/pd/pd.sl
            /usr/sam/lib/pd/pd.tm
            /usr/sam/lib/pd/pd_comlib.sl
            /usr/sam/lib/pd/tape_densities
            /usr/sam/lib/pm/pm.sl
            /usr/sam/lib/pm/pm.tm
            /usr/sam/lib/ra/ra.sl
            /usr/sam/lib/ra/ra.tm
            /usr/sam/lib/rt/rt.sl
            /usr/sam/lib/rt/rt.tm
            /usr/sam/lib/sam/com.tm
            /usr/sam/lib/sam/sam.da
            /usr/sam/lib/sam/sam.mof
            /usr/sam/lib/sam/sam.tm
            /usr/sam/lib/tm/tm.tm
            /usr/sam/lib/tm/tm_comlib.sl
            /usr/sam/lib/ts/ts.sl
            /usr/sam/lib/ts/ts.tm
            /usr/sam/lib/ug/ug.sl
            /usr/sam/lib/ug/ug.tm
            /usr/sam/lib/ug/ug_comlib.sl
            /usr/sbin/sam

            SystemAdmin.SAM-HELP,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/sam/help/C/FSactions.FileSystems.sdl
            /usr/sam/help/C/FStd.VxFSupgrade.sdl
            /usr/sam/help/C/KCparam.MaxDsiz.sdl
            /usr/sam/help/C/KCparam.MaxThreadsPerProcess.sdl
            /usr/sam/help/C/KCparam.MaxUsers.sdl
            /usr/sam/help/C/KCparam.NkernelThreadsMax.sdl
            /usr/sam/help/C/KCparam.NumTachyonAdapters.sdl
            /usr/sam/help/C/KCparam.StrMsgSz.sdl
            /usr/sam/help/C/PDactions.Cards.sdl
            /usr/sam/help/C/PDole.Cards.sdl
            /usr/sam/help/C/PDtd.AddCard.sdl
            /usr/sam/help/C/PDtd.AnalyzeCriticalResources.sdl
            /usr/sam/help/C/PDtd.BringOnline.sdl
            /usr/sam/help/C/PDtd.InsertCard.sdl
            /usr/sam/help/C/PDtd.RemoveCard.sdl
            /usr/sam/help/C/PDtd.ReplaceCard.sdl
            /usr/sam/help/C/PERF_MONtd.SystemProperties.sdl
            /usr/sam/help/C/nnc/nnc.sdl
            /usr/sam/help/ja_JP.SJIS/FSactions.FileSystems.sdl
            /usr/sam/help/ja_JP.SJIS/FStd.VxFSupgrade.sdl
            /usr/sam/help/ja_JP.SJIS/PDtd.BringOnline.sdl
            /usr/sam/help/ja_JP.eucJP/FSactions.FileSystems.sdl
            /usr/sam/help/ja_JP.eucJP/FStd.VxFSupgrade.sdl

    what(1) Output:

            InternetSrvcs.INETSVCS-BOOT,fr=B.11.11,
                    fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/sbin/setup_bootp:
                    $Revision: 73.2 $
                    SAM file editing library $Revision: 72.2 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sbin/setup_tftp:
                    $Revision: 73.2 $
                    SAM file editing library $Revision: 72.2 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25

            OS-Core.UX-CORE,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/sbin/ch_exports:
                    $Revision: 73.1 $
                    issubdir.c 1.2 90/07/23 4.1NFSSRC Copyr 1990 Sun Mic
                            ro
            /usr/sbin/ch_rc:
                    $Revision: 72.14 $

            SystemAdmin.SAM,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/newconfig/etc/sam/reg_da.db:
                    None
            /usr/newconfig/etc/sam/reg_files.db:
                    $Header: /ClearCase/ftp/Feb-2002/samsrc1/src/fs/data
                            /fs.tm,v 73.25.1.2 2002/02/12 13:16:33 shass
                            a Exp $
                    $Header: pm.tm,v 73.1 97/12/30 12:11:24 hmgr Exp $
                    $Revision: 73.2 $
            /usr/newconfig/etc/sam/reg_tm.db:
                    None
            /usr/sam/bin/chbootptab:
                    $Revision: 73.2 $
            /usr/sam/bin/chdhcptab:
                    $Revision: 73.1 $
            /usr/sam/bin/samlog_viewer:
                    HP aC++ B3910B A.03.25 Language Support Library
                    samlog_viewer $Revision: 74.11 $
            /usr/sam/lbin/automgr:
                    None
            /usr/sam/lbin/autoopt:
                    $Revision: 73.3 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
                    SAM Infrastructure Version 2.0 - 01/13/98 23:06:37
                    SAM file editing library $Revision: 72.2 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/backplane:
                    $Header: backplane,v 72.2 94/07/08 17:25:32 hmgr Exp
                             $
            /usr/sam/lbin/br_backup:
                    $Revision: 73.7 $
            /usr/sam/lbin/br_is_backup:
                    $Header: br_is_backup,v 72.4 96/10/18 12:24:44 hmgr
                            Exp $
            /usr/sam/lbin/br_recover:
                    $Revision: 73.5 $
            /usr/sam/lbin/ch_hostip:
                    HP aC++ B3910B A.03.25 Classic Iostream Library
                    HP aC++ B3910B A.03.25 Language Support Library
                    $Revision: 73.7 $
                    SAM file editing library $Revision: 72.2 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/ch_rhosts:
                    $Revision: 73.3 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/ch_xntp:
                    $Revision: 73.5 $
                    SAM file editing library $Revision: 72.2 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/chuidacl:
                    HP aC++ B3910B A.03.25 Language Support Library
                    $Revision: 72.4 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/clrlockdcache:
                    clearlockdcache.c: $Revision: 73.3 $ $Date: 97/08/13
                             08:04:06 $
            /usr/sam/lbin/cron_change:
                    $Header: cron_change,v 72.9 96/10/18 12:25:24 hmgr E
                            xp $
            /usr/sam/lbin/cron_read:
                    $Header: cron_read,v 73.1 97/12/30 12:11:29 hmgr Exp
                             $
            /usr/sam/lbin/dareg:
                    HP aC++ B3910B A.03.25 Classic Iostream Library
                    HP aC++ B3910B A.03.25 Language Support Library
                    dareg $Revision: 74.16 $
                    HP Distributed System Management Infrastructure Vers
                            ion 3.0
                    built on date: 08/12/02 22:27:09
            /usr/sam/lbin/dg_bind:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/dg_chg_caching:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/dg_cont_info:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/dg_status:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/dg_unbind:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/dgscan:
                    $Header: dgscan,v 73.1 99/03/04 13:06:41 hmgr Exp $
            /usr/sam/lbin/find_cdroms:
                    $Header: find_cdroms,v 72.3 97/04/09 08:06:32 hmgr E
                            xp $
            /usr/sam/lbin/fs_parse_lssf:
                    None
            /usr/sam/lbin/fsutil:
                    None
            /usr/sam/lbin/get_gr_mems:
                    HP aC++ B3910B A.03.25 Language Support Library
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/get_sdm_info:
                    None
            /usr/sam/lbin/get_ttydevs:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/getkinfo:
                    HP aC++ B3910B A.03.25 Classic Iostream Library
                    HP aC++ B3910B A.03.25 Language Support Library
                    SAM Kernel Discovery Tool: getkinfo $Revision: 73.4
                            $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/getmem:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/hdconfig:
                    None
            /usr/sam/lbin/inittab:
                    HP aC++ B3910B A.03.25 Language Support Library
                    $Revision: 72.14 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/ioparser.sh:
                    $Header: ioparser.sh,v 73.27 2001/06/26 19:11:50 sut
                            ton Exp $
            /usr/sam/lbin/ipconn_load:
                    HP aC++ B3910B A.03.25 Language Support Library
                    SAM - NNC ipconn_load $Revision: 73.2 $
                    SAM file editing library $Revision: 72.2 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/kc_get_deps:
                    None
            /usr/sam/lbin/kc_parse_range:
                    None
            /usr/sam/lbin/laninfo:
                    $Revision: 73.23.1.1.2.2 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/listchk:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/logstat:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/lp_rd_pstatus:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
                    $ Version_11.11 Jan 18 2002 16:39:53 $
            /usr/sam/lbin/lpmgr:
                    $Header: lpmgr,v 73.5 2001/08/06 18:17:51 fainmj Exp
                             $
            /usr/sam/lbin/mktsmpipe.sh:
                    $Header: mktsmpipe.sh,v 72.3 94/07/08 17:26:00 hmgr
                            Exp $
            /usr/sam/lbin/modauditrc:
                    $Revision: 72.8 $
            /usr/sam/lbin/nl_lookup:
                    nl_lookup $Revision: 74.2 $
            /usr/sam/lbin/nnc_utils:
                    None
            /usr/sam/lbin/parse_nsswitch:
                    $Revision: 73.1 $
                    SAM file editing library $Revision: 72.2 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/pd_finddf.sh:
                    $Header: pd_finddf.sh,v 73.1 97/11/01 13:19:31 hmgr
                            Exp $
            /usr/sam/lbin/pd_mkdf.sh:
                    $Header: pd_mkdf.sh,v 72.7 94/07/08 17:26:15 hmgr Ex
                            p $
            /usr/sam/lbin/pd_ups_parse:
                    HP aC++ B3910B A.03.25 Language Support Library
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/pm_parse_ps:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/ra_getpasswd:
                    $Revision: 72.1 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/remote:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/rsam:
                    HP aC++ B3910B A.03.25 Language Support Library
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/sam_nis_ismember:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/sam_niscat:
                    None
            /usr/sam/lbin/sam_nisgrp:
                    None
            /usr/sam/lbin/samd:
                    HP aC++ B3910B A.03.25 Classic Iostream Library
                    HP aC++ B3910B A.03.25 Language Support Library
            /usr/sam/lbin/samlog:
                    HP aC++ B3910B A.03.25 Language Support Library
                    samlog $Revision: 74.2 $
            /usr/sam/lbin/samsec:
                    HP aC++ B3910B A.03.25 Language Support Library
            /usr/sam/lbin/samx:
                    HP aC++ B3910B A.03.25 Classic Iostream Library
                    HP aC++ B3910B A.03.25 Language Support Library
            /usr/sam/lbin/samy:
                    None
            /usr/sam/lbin/sxpm:
                    None
            /usr/sam/lbin/tmgrx:
                    HP aC++ B3910B A.03.10 Standard Components Library
                    HP aC++ B3910B A.03.25 Classic Iostream Library
                    HP aC++ B3910B A.03.25 Language Support Library
                    tmgrx: $Revision: 74.8 $ $Date: 98/10/13 12:50:59 $
            /usr/sam/lbin/tmreg:
                    HP aC++ B3910B A.03.25 Classic Iostream Library
                    HP aC++ B3910B A.03.25 Language Support Library
                    tmreg $Revision: 74.14 $
                    HP Distributed System Management Infrastructure Vers
                            ion 3.0
                    built on date: 08/12/02 22:27:09
            /usr/sam/lbin/ug_area_vis:
                    HP aC++ B3910B A.03.25 Classic Iostream Library
                    HP aC++ B3910B A.03.25 Language Support Library
                    ug_area_vis $Revision: 73.2 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/upgrpfiles:
                    HP aC++ B3910B A.03.25 Language Support Library
                    $Revision: 73.2 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/upusrfiles:
                    HP aC++ B3910B A.03.25 Language Support Library
                    $Revision: 73.4 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/vginfo:
                    None
            /usr/sam/lbin/vlaninfo:
                    $Revision: 73.3 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lbin/xntp_val_key:
                    SAM file editing library $Revision: 72.2 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/C/boot.ui:
                    None
            /usr/sam/lib/C/br.ui.h:
                    $Header: br.ui.h,v 72.4 96/01/08 13:07:55 hmgr Exp $
            /usr/sam/lib/C/chbootptab.cat:
                    None
            /usr/sam/lib/C/dns.ui:
                    None
            /usr/sam/lib/C/dps.ui:
                    $Header: dps.ui,v 73.6 99/07/13 15:15:02 hmgr Exp $
                            */
            /usr/sam/lib/C/dps_com.ui:
                    $Header: dps_com.ui,v 73.6 2000/09/08 14:39:50 fainm
                            j Exp $ */
            /usr/sam/lib/C/dps_help.ui:
                    $Header: dps_help.ui,v 73.4 99/09/08 15:01:52 hmgr E
                            xp $ */
            /usr/sam/lib/C/dps_jobtsks.ui:
                    $Header: dps_jobtsks.ui,v 73.5 99/06/03 08:54:25 hmg
                            r Exp $
            /usr/sam/lib/C/dps_lptsks.ui:
                    $Header: dps_lptsks.ui,v 73.4 99/01/08 13:54:19 hmgr
                             Exp $ */
            /usr/sam/lib/C/dps_modtsks.ui:
                    $Header: dps_modtsks.ui,v 73.3 99/06/03 08:45:08 hmg
                            r Exp $ */
            /usr/sam/lib/C/dps_pptsks.ui:
                    $Header: dps_pptsks.ui,v 73.5 99/06/03 08:47:41 hmgr
                             Exp $ */
            /usr/sam/lib/C/dps_pqtsks.ui:
                    $Header: dps_pqtsks.ui,v 73.6 99/10/01 13:36:49 hmgr
                             Exp $ */
            /usr/sam/lib/C/dps_svrtsks.ui:
                    $Header: dps_svrtsks.ui,v 73.3 99/01/08 11:56:22 hmg
                            r Exp $ */
            /usr/sam/lib/C/fal.h:
                    None
            /usr/sam/lib/C/fal.ui:
                    None
            /usr/sam/lib/C/fal_custom.ui:
                    None
            /usr/sam/lib/C/fs.cat:
                    None
            /usr/sam/lib/C/fs.ui:
                    $Header: fs.ui,v 73.21 2001/02/05 22:55:18 kcarper E
                            xp $ */
            /usr/sam/lib/C/fs_addlvm.ui:
                    $Header: /ClearCase/ftp/Feb-2002/samsrc1/src/fs/data
                            /fs_addlvm.ui,v 73.8 2001/08/23 17:54:06 tko
                            pren Exp $ */
            /usr/sam/lib/C/fs_df_defs.h:
                    $Header: fs_df_defs.h,v 73.5 99/07/22 11:32:06 hmgr
                            Exp $ */
            /usr/sam/lib/C/fs_dg.h:
                    $Header: fs_dg.h,v 73.2 99/06/30 09:36:50 hmgr Exp $
            /usr/sam/lib/C/fs_dg.ui:
                    $Header: fs_dg.ui,v 73.4 98/09/09 13:22:47 hmgr Exp
                            $
            /usr/sam/lib/C/fs_disk.h:
                    $Header: fs_disk.h,v 73.12 99/07/15 10:16:30 hmgr Ex
                            p $ */
            /usr/sam/lib/C/fs_ice.h:
                    $Header: fs_ice.h,v 73.3 2001/01/16 17:25:21 tkopren
                             Exp $
            /usr/sam/lib/C/fs_ice.ui:
                    $Header: fs_ice.ui,v 73.7 2001/08/07 19:49:32 tkopre
                            n Exp $
            /usr/sam/lib/C/fs_jfs.h:
                    None
            /usr/sam/lib/C/fs_lfs.h:
                    $Header: fs_lfs.h,v 73.4 98/09/09 13:22:34 hmgr Exp
                            $ */
            /usr/sam/lib/C/fs_lv.h:
                    $Header: fs_lv.h,v 73.3 98/09/09 13:22:40 hmgr Exp $
                             */
            /usr/sam/lib/C/fs_mfs_sa.ui:
                    $Header: /ClearCase/ftp/Feb-2002/samsrc1/src/fs/data
                            /fs_mfs_sa.ui,v 73.10 2001/09/06 03:35:25 js
                            hah Exp $ */
            /usr/sam/lib/C/fs_op.ui:
                    $Header: fs_op.ui,v 73.31 2000/02/25 22:20:30 anncoo
                            k Exp $
            /usr/sam/lib/C/fs_transformer.ui:
                    $Header: fs_transformer.ui,v 73.4 98/08/25 13:41:02
                            hmgr Exp $
            /usr/sam/lib/C/fs_vg.h:
                    $Header: fs_vg.h,v 73.6 99/07/22 11:37:09 hmgr Exp $
                             */
            /usr/sam/lib/C/hosts.ui:
                    None
            /usr/sam/lib/C/kc.ui:
                    $Revision: 73.28 $ */
            /usr/sam/lib/C/kcfe.ui:
                    $Header: kcfe.ui,v 73.7 99/02/05 15:07:41 hmgr Exp $
                             */
            /usr/sam/lib/C/lp.ui:
                    $Header: lp.ui,v 73.6 99/06/03 13:51:26 hmgr Exp $ *
                            /
            /usr/sam/lib/C/mo.cat:
                    None
            /usr/sam/lib/C/mo.ui:
                    None
            /usr/sam/lib/C/mo_msg_ui.h:
                    None
            /usr/sam/lib/C/nfs_sa.ui:
                    None
            /usr/sam/lib/C/nfs_td.ui:
                    None
            /usr/sam/lib/C/nia.ui:
                    None
            /usr/sam/lib/C/nisp.ui:
                    None
            /usr/sam/lib/C/nnc_alias.ui:
                    None
            /usr/sam/lib/C/nnc_setparm.h:
                    $Header: nnc_setparm.h,v 72.1 95/02/16 15:34:28 hmgr
                             Exp $
            /usr/sam/lib/C/nnc_setparm.ui:
                    $Header: nnc_setparm.ui,v 73.1 97/12/02 10:41:22 hmg
                            r Exp $
            /usr/sam/lib/C/nsswitch.ui:
                    None
            /usr/sam/lib/C/pd.cards.ui:
                    None
            /usr/sam/lib/C/pd.cat:
                    None
            /usr/sam/lib/C/pd.com.ui:
                    None
            /usr/sam/lib/C/pd.h:
                    $Header: pd.h,v 73.8 2001/06/05 15:26:35 tkopren Exp
                             $
            /usr/sam/lib/C/pd.insts.ui:
                    None
            /usr/sam/lib/C/pd.syshw.ui:
                    None
            /usr/sam/lib/C/pd.ups.ui:
                    None
            /usr/sam/lib/C/pd_devinfo.tx:
                    None
            /usr/sam/lib/C/pd_dfinfo.tx:
                    None
            /usr/sam/lib/C/pd_ola_ins.tx:
                    None
            /usr/sam/lib/C/pd_olr_ins.tx:
                    None
            /usr/sam/lib/C/ra.ui:
                    None
            /usr/sam/lib/C/route.ui:
                    None
            /usr/sam/lib/C/sam.cb:
                    None
            /usr/sam/lib/C/sam.ou:
                    None
            /usr/sam/lib/C/sam.ui:
                    SAM 11.11 Patch PHCO_26382 - $Date: 2002-06-04 20:58
                            :35-07 $ - Tag PHCO_26382 */
            /usr/sam/lib/C/security.ui:
                    None
            /usr/sam/lib/C/sysname_td.ui:
                    $Header: sysname_td.ui,v 72.9 96/10/25 16:03:48 hmgr
                             Exp $
            /usr/sam/lib/C/ts.ui:
                    None
            /usr/sam/lib/C/ug.cat:
                    None
            /usr/sam/lib/C/vlan.ui:
                    None
            /usr/sam/lib/C/vlan_tasks.ui:
                    None
            /usr/sam/lib/X11/app-defaults/Sam:
                    None
            /usr/sam/lib/X11/app-defaults/ja_JP.SJIS/Sam:
                    None
            /usr/sam/lib/X11/app-defaults/ja_JP.eucJP/Sam:
                    None
            /usr/sam/lib/br/br.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/br/br.tm:
                    $Header: br_errors.h,v 72.3 94/05/17 15:24:13 hmgr E
                            xp $ */
            /usr/sam/lib/ct_adduser.ex:
                    $Header: ct_adduser.ex,v 72.2 94/02/22 15:57:12 hmgr
                             Exp $
            /usr/sam/lib/ct_rmuser.ex:
                    $Header: ct_rmuser.ex,v 72.3 95/10/06 16:05:23 hmgr
                            Exp $
            /usr/sam/lib/dps/dps.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/dps/dps.tm:
                    None
            /usr/sam/lib/fal/fal.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/fal/fal.tm:
                    $Header: fal_errmsg.h,v 73.2 2000/07/17 23:35:40 tko
                            pren Exp $ */
                    $Header: fal_errors.h,v 72.11 95/04/10 18:18:08 hmgr
                             Exp $ */
            /usr/sam/lib/fs/fs.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/fs/fs.tm:
                    $Header: /ClearCase/ftp/Feb-2002/samsrc1/src/fs/h/fs
                            _errors.h,v 73.36 2001/09/06 03:49:02 jshah
                            Exp $ */
                    $Header: /ClearCase/ftp/Feb-2002/samsrc1/src/fs/data
                            /fs.tm,v 73.25.1.2 2002/02/12 13:16:33 shass
                            a Exp $
            /usr/sam/lib/fs/fs_com.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/kc/drivers.tx:
                    $Header: /ClearCase/ftp/Feb-2002/samsrc1/src/kc/data
                            /drivers.tx,v 73.28 2001/12/04 08:35:48 jsha
                            h Exp $
            /usr/sam/lib/kc/kc.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/kc/kc.tm:
                    $Header: kc_errors.h,v 73.11 2000/05/25 15:58:44 gat
                            es Exp $ */
                    $Header: kc_log.h,v 73.7 99/10/21 17:20:47 hmgr Exp
                            $ */
            /usr/sam/lib/kc/kc_com.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/kc/params.tx:
                    $Header: params.tx,v 73.46 2000/09/12 16:12:35 gates
                             Exp $
            /usr/sam/lib/kc/subsys.tx:
                    $Header: subsys.tx,v 73.8 2001/02/06 19:48:46 gates
                            Exp $
            /usr/sam/lib/libcom.sl:
                    SAM file editing library $Revision: 72.2 $
            /usr/sam/lib/libsam.sl:
                    Secure SAM $Revision: 74.5 $ built without SEC_BASE.
            /usr/sam/lib/lp/lp.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/lp/lp.tm:
                    $Header: lp_defs.h,v 73.4 2000/03/20 19:43:44 anncoo
                            k Exp $ */
                    $Header: lp_err.h,v 73.1 97/10/17 11:25:55 hmgr Exp
                            $ */
                    $Header: ar_errors.h,v 72.1 94/01/13 16:44:03 hmgr E
                            xp $ */
            /usr/sam/lib/mo/mo.da:
                    $Header: mo.da,v 73.1 97/08/21 10:18:46 hmgr Exp $ *
                            /
            /usr/sam/lib/mo/mo.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/mo/mo.tm:
                    $Header: mo_defs_tm.h,v 73.1 98/01/12 14:32:36 hmgr
                            Exp $ */
                    $Header: mo_errs.h,v 73.5 2001/06/06 18:31:49 tkopre
                            n Exp $ */
            /usr/sam/lib/mo/sched.models:
                    $Header: sched.models,v 73.22 2001/06/06 18:47:11 tk
                            opren Exp $ */
            /usr/sam/lib/nnc/boot.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/nnc/nnc.da:
                    None
            /usr/sam/lib/nnc/nnc.sl:
                    SAM - NNC $Revision: 73.1 $
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/nnc/nnc.tm:
                    $Header: /ClearCase/ftp/Feb-2002/samsrc1/src/nnc/h/n
                            nc_msgs.h,v 73.15.2.2 2001/11/29 07:11:22 sa
                            miso Exp $
            /usr/sam/lib/nnc/nnc_da_com.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/pd/pd.da:
                    None
            /usr/sam/lib/pd/pd.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/pd/pd.tm:
                    $Header: pd_err.h,v 73.5 2001/02/05 22:52:30 kcarper
                             Exp $ */
                    $Header: ar_errors.h,v 72.1 94/01/13 16:44:03 hmgr E
                            xp $ */
                    $Header: pd_retvals.h,v 73.1 2000/04/24 21:04:57 ole
                            nder Exp $ */
                    $Header: pd_olar_retvals.h,v 73.3 2000/06/22 15:45:2
                            1 olender Exp $ */
            /usr/sam/lib/pd/pd_comlib.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/pd/tape_densities:
                    None
            /usr/sam/lib/pm/pm.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/pm/pm.tm:
                    $Header: pm.tm,v 73.1 97/12/30 12:11:24 hmgr Exp $
            /usr/sam/lib/ra/ra.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/ra/ra.tm:
                    $Header: ra_errmsg.h,v 72.12 94/10/07 15:59:31 hmgr
                            Exp $ */
                    $Header: ra_errors.h,v 72.4 94/09/29 12:54:45 hmgr E
                            xp $ */
            /usr/sam/lib/rt/rt.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/rt/rt.tm:
                    None
            /usr/sam/lib/sam/com.tm:
                    None
            /usr/sam/lib/sam/sam.da:
                    $Header: sam.da,v 74.2 97/12/16 11:14:26 hmgr Exp $
                            */
            /usr/sam/lib/sam/sam.mof:
                    $Header: sam.mof,v 74.2 97/12/30 13:24:34 hmgr Exp $
                             */
            /usr/sam/lib/sam/sam.tm:
                    None
            /usr/sam/lib/tm/tm.tm:
                    None
            /usr/sam/lib/tm/tm_comlib.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/ts/ts.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/ts/ts.tm:
                    $Header: ts_err.h,v 72.27 96/11/04 14:13:56 hmgr Exp
                             $ */
            /usr/sam/lib/ug/ug.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sam/lib/ug/ug.tm:
                    $Header: ug_errmsg.h,v 73.8 2000/03/28 17:17:39 roma
                            n Exp $ */
                    $Header: ug_errors.h,v 73.1 97/10/15 15:52:15 hmgr E
                            xp $ */
            /usr/sam/lib/ug/ug_comlib.sl:
                    HP System Administration Manager Version 4.0
                    built on date: 04/26/02 15:38:25
            /usr/sbin/sam:
                    $Revision: 73.3 $

            SystemAdmin.SAM-HELP,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
            /usr/sam/help/C/FSactions.FileSystems.sdl:
                    None
            /usr/sam/help/C/FStd.VxFSupgrade.sdl:
                    None