HP System Management Homepage Installation Guide, March 2008
Table Of Contents
- Installation Guide
- Table of Contents
- About this document
- 1 Product overview
- 2 Installation requirements
- 3 Initial setup
- 4 Installing on HP-UX
- 5 Installing on Windows
- 6 Installing HP SMH using the ProLiant Remote Deployment Utility
- 7 Installing HP SMH using the HP Smart-Update Manager (HPSUM)
- 8 Installing in-place on Linux
- 9 Installing directly on Linux
- 10 Installing in-place on Linux using Linux Deployment Utility
- 11 Initializing the software for the first time
- 12 Logging in and logging out of HP SMH
- 13 Uninstalling HP SMH
- Index

Using the Applications media
To install HP SMH and other HP Applications, you must have root privileges. These instructions
assume you are installing from a DVD.
1. Mount the Applications DVD. To install software from the Applications DVD, you must
mount the DVD as a file system that HP-UX 11i can access:
a. Determine the DVD device name.
Use the ioscan -funC disk command to list disk devices, including the DVD devices.
b. Create a mount point for the Applications DVD, if one does not yet exist.
The mount point is a directory that HP-UX uses as an access point for the DVD. Often
a /cdrom directory is used. If this directory does not exist, create it using the mkdir
command.
c. Use the mount command to mount the DVD.
Specify the DVD device name and mount point. For example, the following command
mounts the /dev/dsk/c1t0d0 device as the /cdrom directory:
mount /dev/dsk/c1t0d0 /cdrom
See the mount(1M) manpage for details.
2. To determine which products and versions are on your system, use the swlist command:
/usr/sbin/swlist -l product
3. Use swinstall to install software from the Applications DVD.
The following example uses swinstall to install software from the source mounted at
/cdrom: /usr/sbin/swinstall -s /cdrom bundlename
See the swinstall(1M) manpage for details.
4. Select and install software from the Applications DVD.
The swinstall program has an interface for selecting and installing software from the
DVD.
5. Unmount and eject the Applications DVD.
You must unmount the DVD before you can eject it from the DVD-ROM drive. The DVD is
automatically unmounted whenever the server reboots.
Use the umount command to unmount the DVD. For example, umount /cdrom unmounts
the /cdrom file system. See the umount(1M) manpage for details.
TIP: After the installation is complete, you can start using HP SMH immediately.
Using Software Depot
To install HP SMH and other HP Applications, you must have root privileges.
1. Go to the Software Depot Home at http://www.hp.com/go/softwaredepot.
2. Find the product that you want to download. Each product has a web page with information
and download links.
3. Click the Receive for Free link.
4. Fill out the registration form.
5. Review any installation instructions.
6. Save the bundle to a local directory such as /var/temp.
22 Installing on HP-UX