HP Smart Update Manager 4.2 User Guide
Table Of Contents
- HP Smart Update Manager User Guide
- Abstract
- Notice
- Contents
- Introduction
- HP Smart Update Manager overview
- Using this guide
- New features of HP SUM 4.2.0
- Minimum requirements
- Supported deliverables overview
- Deployment from HP SUM
- Executing HP SUM
- Deploying software using the ProLiant Support Pack (PSP) for Microsoft Windows
- Deploying software using the Integrity Support Pack (ISP) for Microsoft Windows
- Deploying software using the ProLiant Support Pack for Linux
- Deploying firmware for ProLiant servers using the HP Smart Update Firmware DVD
- Deploying firmware using the HP Smart Update Firmware - HP Integrity BL860c/BL870c/BL890c i2 Servers Bundles
- HP SUM User Interface
- Deployment scenarios
- Keyboard support
- Local host installations
- Multiple-host installations
- Selecting remote hosts or groups
- Searching for remote hosts
- Managing hosts
- Managing groups
- Entering credentials for hosts
- Selecting bundles to filter on multiple hosts
- Selecting components to install on multiple hosts
- Updating Firmware on HP Integrity BL860c/BL870c/BL890c i2 Servers
- Viewing the installation results for multiple hosts
- Scripted deployment
- Advanced topics
- Troubleshooting
- Recovering from a failed ROM upgrade
- Recovering from an installation failure
- Recovering from a discovery failure
- Recovering from a loss of Linux remote functionality
- Recovering from a blocked program on Microsoft Windows
- Recovering from operating system limitations when using a Japanese character set
- Recovering from Fatal Error - application will exit message
- Recovering from a missing reboot message when running on SUSE LINUX Enterprise Server 9
- Recovering a lost HP Smart Update Manager connection
- Troubleshooting HP Smart Update Manager in IPv6 networks
- HP SUM found new hardware message
- Non-matching systems error reported when building source Linux RPMs or installing Linux RPMs built from source
- Linux component version discrepancy for source RPMs
- HP SUM displays No components found in the selected repository(ies) message
- Additional/Optional Actions columns are grayed when HP SUM is maximized
- Installation of components failed with 'Update returned an error' when installing Linux RPMs
- Issues related to bundle filtering on the Select Items to be Installed and Select Bundle Filter screens
- HP SUM fails on Windows Vista® due to McAfee firewalls
- Technical support
- Acronyms and abbreviations
- Index
Introduction 20
HP USB key utility
The HP USB Key Utility enables you to copy the HP Smart Update Firmware DVD contents to a USB memory
key. You can then run the Firmware update applications from a USB key instead of the DVD. Insert a USB key
containing the Firmware DVD ISO image created by using the HP USB Key Creator for Windows® utility into
a server USB port or the SUV (Serial-USB-Video) cable attached to the blade.
For Windows® operating systems, the HP USB Key Creator for Windows® utility must be downloaded from
the HP website (http://www.hp.com) and installed on a workstation. After installation, the utility places a
shortcut in the HP System Tools folder in the Programs start menu.
To create your bootable drive key and copy the contents of the DVD:
1. Insert the HP USB drive key in an available USB port.
2. Select the HP USB Key Utility shortcut in the HP System Tools folder.
3. Complete each step presented by the application.
4. The HP USB Key Creator formats the USB key. Ensure that you are using a USB key that is at least 1GB
in size and does not contain any valuable files.
For Linux, the USB key can be created manually:
1. Obtain SYSLINUX 3.75 or higher from http://www.syslinux.zytor.com (http://syslinux.zytor.com),
and download it to a Linux workstation.
2. Install the SYSLINUX RPM obtained in step 1.
3. If a directory does not already exist, create one for the USB key mount point, for example, mkdir
/usbkey.
4. Insert the USB key, and then mount it. The device mount point might vary, depending on whether other
SCSI drives are also installed on the server. Therefore, the device mount point can be sdb1, sdc1, and
so on.
mount /dev/sda1 /usbkey
5. Use the ./syslinux /usbkey command to write out the boot partition to the USB key. Failure to run
this command might lead to a key that does not boot the Firmware DVD until the SYSLINUX command
is successful.
6. Create a directory to mount the DVD image, for example, mkdir /cd_mount_point.
7. Insert the Firmware DVD or mount the Firmware DVD ISO through a loopback:
mount /dev/cdrom /cd_mount_point or mount -t iso9660 firmware-<version>.iso
/cd_mount_point -o loop
8. Change to the /usb directory on the DVD:
cd /cd_mount_point/usb
9. Execute the usbcreator.sh shell script passing in the DVD mount point and the USB mount point to move
the Firmware DVD files to the USB key:
./usbcreator.sh /cd_mount_point /usbkey
10. If additional components must be added to the USB, copy the components into the /hp/swpackages
(Linux) or the \hp\swpackages (Windows® operating system) directory. If the version can support the
type of components added, then HP SUM picks them up automatically.
11. Unmount the DVD and the USB key. This must match the initial mount point in step 4.
umount /dev/cdrom
umount /dev/sda1
12. Remove the USB key and DVD.