Read Before Installing Support Plus HP-UX 11i v1, June 2008

To determine if your system already has the listed patches installed, run the
following:
/usr/sbin/swlist -l patch | grep <patch_name>
where <patch_name> is one of the patches listed above for your operating
system version. If nothing is printed to standard output, you need to install
the patches from one of the following sources:
the GOLDBASE11i bundle on the Support Plus CD (June 2003 or later)
for HP-UX 11i v1
the QPK bundle on the Support Plus CD (September 2003 or later) for
HP-UX 11.0
the IT Resource Center website (requires login):
http://itrc.hp.com
the anonymous IT Resource Center FTP site:
ftp://ftp.itrc.hp.com
Using pfs_mount to Mount a DVD
For HP-UX 10.20, this is the only supported method for reading DVD media
with large volumes of data.
To use the pfs_mount command:
1. Start the pfs daemons:
/usr/sbin/pfs_mountd &
/usr/sbin/pfsd &
2. Mount the DVD:# mkdir /dvdrom
pfs_mount /dev/dsk/c0t2d0 /dvdrom
20