Quick Start Guide

3. Install the Ignite-UX software using swinstall if the Ignite-UX version on the DVD is later
than any currently installed version of Ignite-UX and the HP-UX version on the OE media
matches the HP-UX version on the Ignite-UX server.
Procedure
# swinstall -s /dvdrom Ignite-UX
Common Errors
ERROR: Could not apply the software selection “Ignite-UX”; it is not available from depot or root
server_name:/dvdrom”.
Diagnosis: The DVD in the drive does not have Ignite-UX on it.
Correction: Unmount the DVD drive with this command:
# umount /dvdrom
Put in another OE DVD and mount it as in step 1c. Then use the swinstall command again.
ERROR: server_name:/” 19 filesets have a version with a higher revision number already installed.
Diagnosis: A higher version of Ignite-UX is already installed on the server system.
Correction: Proceed to the next step.
Explore
You can list all the software bundles on the DVD with
# swlist -s /dvdrom
4. Unmount the DVD so you can extract it from the drive.
Procedure
# umount /dvdrom
Common Errors
# unmount /dvdrom: cannot unmount /dvdrom : Device busy
Diagnosis: A process is still using files on the DVD, or a process has its current working directory on the DVD.
Correction:
a. Run the fuser command to see what processes are using the DVD.
# fuser /dvdrom
/dvdrom: 8553c
b. To find out what commands are using the DVD device, run the following command for each process id
(numbers only, in this case 8553) shown by the fuser command.
# ps -e | grep -e 8553
root 8553 8552 1 Jul 10 pts/tb 0:00 -sh
root 11087 8553 0 14:34:07 pts/tb 0:00 grep -e 8553
In this case, the shell attempting to run unmount had /dvdrom as its current working directory, and
changing to another directory would allow the DVD to be unmounted.
5. Create the HP-UX OE depot, named core_media, by running make_depots on each of the
HP-UX OE DVDs. In this example we are using HP-UX 11i v2, but this process can easily
be customized for any HP-UX release by substituting your release information for the HP-UX
11i v2 information. The make_depots command takes a long time to complete. When
make_depots completes without errors, no messages are printed to the screen all messages
are printed to the /var/opt/ignite/depots/Rel_B.11.23/swagent.log file
Install the Ignite-UX Software and the HP-UX OE Depot on the Server 11