Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
HP.com home
Technical documentation

Dynamic Root Disk: Downloads and Patches

» 

Technical documentation

» Dynamic Root Disk
» Systems Management for HP-UX 11i
Content starts here

Download DRD and Patches

An overview of installing the DRD software and required patches is:

  1. Only if you are using VxVM roots: Verify (and if necessary download and install) the required patches for DRD on systems with VxVM roots.   (If you are not using VxVM roots, you can skip this step and continue with step 2.)
  2. Download the DRD software and dependencies.
  3. Install the DRD software and dependencies.
  4. Update the drd_unsafe_patch_list file (if necessary).
  5. If you plan to use the new drd rehost command, you need to download PHCO_36525, which includes changes to /sbin/auto_parms, and PHCO_38648, which provides the new sysinfo(4) manpage.

Follow this procedure to install the DRD software and required patches:

  1. Only if you are using VxVM roots: Verify (and if necessary download and install) the required patches for DRD on systems with VxVM roots:   (If you are not using VxVM roots, you can skip this step and continue with step 2.)

    The table below indicates required patches when using DRD on HP-UX 11i v2 or 11i v3 on a system with VxVM roots utilizing VxVM 4.1. or 5.0.

    HP-UX 11i v2 HP-UX 11i v3
    VxVM 4.1 PHKL_37839 plus dependencies No patches are currently required; however, HP recommends that you periodically re-check this page for any recommended patches if you use DRD with VxVM roots.
    VxVM 5.0 PHKL_38188 plus dependencies No patches are currently required; however, HP recommends that you periodically re-check this page for any recommended patches if you use DRD with VxVM roots.

    To determine if you have a patch installed, execute the following command.   This example looks for the PHKL_37839 patch, which is required when running VxVM 4.1 on HP-UX 11i v2.

    # /usr/sbin/swlist -l patch -a supersedes | \
    /usr/bin/grep PHKL_37839

    If PHKL_37839 or a superseding patch is not displayed in the output of the above command, then you need to install the PHKL_37839 patch.

    Downloading PHKL_37839

    To download PHKL_37839 and any dependencies, go to the HP IT Resource center (ITRC):
    http://www.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_37839

    The above URL allows you to download the PHKL_37839 patch and the most current set of dependencies associated with it.   Note that after PHKL_37839 is selected for download, all dependencies will automatically be selected as well.   All patches will be downloaded at once, and can then be installed on a system.

    Downloading PHKL_38188

    To download PHKL_38188 and any dependencies, go to the HP IT Resource center (ITRC):
    http://www.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_38188

    The above URL allows you to download the PHKL_38188 patch and the most current set of dependencies associated with it.   Note that after PHKL_38188 is selected for download, all dependencies will automatically be selected as well.  All patches will be downloaded at once, and can then be installed on a system.   The installation of PHKL_38188 requires a reboot.

  2. Download the DRD software and dependencies:

    You can download the DRD software free from the Web.   This download allows you to quickly and easily receive the latest DRD updates and defect fixes.   To get your free download, go to the DRD Software Depot download page:
    http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=DynRootDisk

  3. Install the DRD software and dependencies:

    You can install DRD from a depot with the swinstall command.   For example, to install the bundle DynRootDisk from the /var/tmp/DRD_xxxxx depot location, execute the following command:

    # /usr/sbin/swinstall -s /var/tmp/DRD_xxxxx.depot  \  DynRootDisk

    (Where DRD_xxxxx.depot is the location of the depot from which you are installing the DRD software.)

  4. Update the drd_unsafe_patch_list file (if necessary):

    IMPORTANT: HP recommends that you check the FTP site listed below for updates to this file before using the drd runcmd command.

    The /etc/opt/drd/drd_unsafe_patch_list file is delivered as a volatile file with the DRD product.   Most new patches are DRD-Safe; that is, they can be installed by the drd runcmd command to an inactive image without affecting the booted system.   However, some patches, such as those that deliver firmware updates, cannot be made DRD-Safe.

    NOTE: The drd_unsafe_patch_list file is only updated when the list of patches that should not be managed by drd runcmd changes.

    Follow this procedure to check the version of the drd_unsafe_patch_list file and update the file if it is out of date:
    a. View the file at ftp://ftp.itrc.hp.com/export/DRD/drd_unsafe_patch_list.   (You can open this URL in a Web browser.)   Determine the "last updated" date listed in the file and make a note of it.

    b. On your active system image, view the "last updated" date listed in the /etc/opt/drd/drd_unsafe_patch_list file and make a note of it.

    c. Compare the dates from Step a and Step b and if the "last updated" date listed in the Step a file is later than the date listed in the Step b file, then your installed drd_unsafe_patch_list file is out of date and you need to continue to Step d (in this procedure) to update the file.   (If the "last updated" date listed in the Step a file is not later than the Step b file, then you do not need to update the drd_unsafe_patch_list file and you are finished with this procedure.)

    d. If your installed drd_unsafe_patch_list file is out of date and needs to be updated (to handle potential new DRD-Unsafe patches), go to the HP IT Resource Center FTP site (see Step i below) to download the most recent drd_unsafe_patch_list file.   This file is updated when any new patch is determined to be inappropriate for use with the drd runcmd command.

    Update the unsafe patch list as follows:
    i) Download the ftp://ftp.itrc.hp.com/export/DRD/drd_unsafe_patch_list file to /etc/opt/drd/drd_unsafe_patch_list on your active system image.
    If you have not created a clone, then you are done with updating the drd_unsafe_patch_list file and have finished this procedure.   If you have created a clone, continue with Step ii.

    ii) Because DRD uses the copy of the drd_unsafe_patch_list file on the inactive system image, the copy on that image must also be updated.   If there is a clone, mount the inactive system image:
    # /opt/drd/bin/drd mount

    iii) If there is a clone, copy the drd_unsafe_patch_list file to the inactive system image:
    # /usr/bin/cp /etc/opt/drd/drd_unsafe_patch_list \
    /var/opt/drd/mnts/sysimage_00*/etc/opt/drd/drd_unsafe_patch_list

    NOTE: If you download the file to a Windows system and then copy it to an HP-UX system, DOS-type carriage-return line feeds might be inserted in the file.   To eliminate these characters, use the dos2ux command.

  5. If you plan to use the new drd rehost command, you need to download PHCO_36525, which includes changes to /sbin/auto_parms, and PHCO_38648, which provides the new sysinfo(4) manpage.

    Downloading PHCO_36525

    To download PHCO_36525 and any dependencies, go to the HP IT Resource center (ITRC):
    http://www.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_36525

    The above URL allows you to download the PHCO_36525 patch and the most current set of dependencies associated with it.   The patch and any dependencies can then be installed on a system.

    Downloading PHCO_38648

    To download PHCO_38648 and any dependencies, go to the HP IT Resource center (ITRC):
    http://www.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_38648

    The above URL allows you to download the PHCO_38648 patch and the most current set of dependencies associated with it.   The patch and any dependencies can then be installed on a system.

Installation Tips

You can install DRD from a depot with the swinstall command.   For example, to install the bundle DynRootDisk from the depot /var/tmp/DRD_xxxxx.depot, execute the following command:

# /usr/sbin/swinstall -s /var/tmp/DRD_xxxxx.depot  DynRootDisk 

(Where DRD_xxxxx.depot is the name of the depot file you are installing.)

» Overview
» Specifications
» Information Library
» Downloads and Patches
» Frequently Asked Questions
Printable version
Privacy statement Using this site means you accept its terms
© 2008 Hewlett-Packard Development Company, L.P.