Edit Rename Upload Download Back to Top

Using the CD To install on HPUX

Our friendly IS support folks suggest this:

To mount VW CD on HPUX:

# nohup /usr/sbin/pfs_mountd & 
# nohup /usr/sbin/pfsd & 

Then, mount CD to /cdrom (or wherever you want to).

# /usr/sbin/pfs_mount /dev/dsk/c0t2d0 /cdrom 

You need to change "/dev/dsk/c0t2d0" to the correct device name of your cd drive.

To unmount

# /usr/sbin/pfs_umount /cdrom 


Edit Rename Upload Download Back to Top