HP Integrity rx2800 HP Smart Update Manager User Guide - Page 19

Using a hard drive, HP USB Key Utility

Page 19 highlights

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.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. Using a hard drive 1. Copy the contents of the \hp\swpackages directory from the DVD or ISO image to a directory on the hard drive where HP SUM is to be executed. Introduction 19

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124

Introduction 19
For Windows® operating systems, the HP USB Key Creator for Windows® utility must be downloaded
from the HP website (
) 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 (
),
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.
Using a hard drive
1.
Copy the contents of the \hp\swpackages directory from the DVD or ISO image to a directory on
the hard drive where HP SUM is to be executed.