VERICUT Users' Forum

Due to relentless spammers, we are no longer automatically accepting new forum registrations. If you wish to register for this forum, please send an e-mail to: info@cgtech.com

You are not logged in.

#1 2006-06-06 23:38:12

SergeV
Senior Member
From: Irvine, CA
Registered: 2004-10-08
Posts: 507
Website

Problem: mounting CDROM on HP-UX

Problem:
VERICUT only partially installs on HPUX. The install log shows errors.

Solution:
VERICUT’s CD installation on HPUX requires the CD to be mounted with Rockridge extensions.  Use the following commands to mount the VERICUT CD:

1) Make sure the directory containing the PFS utilities (/usr/sbin) is in your execution PATH.

2) Edit (or create) the /etc/pfs_fstab file to contain a line like this:

     <device> <mount_dir> pfs-rrip xlat=rrip 0 0

   Where:

     <device> is the path to your CD-ROM reader (e.g. /dev/dsk/c1t2d0)

     <mount_dir> is the path to an *existing* directory where the CD-ROM will be mounted (e.g. /rr_cdrom)

3) Type the following in a command shell:

     # nohup pfs_mountd &

     # nohup pfsd 4 &

   Note: To permanently enable Rockridge these daemons can be started from an rc script.

4) Mount the drive with the command:

      pfs_mount  <device> | <mount_dir>

You can now continue with the VERICUT installation. When you are finished with the install you can unmount the CD with:

      pfs_umount <device> | <mount_dir>

Additional information on mounting a CD with Rockridge extension on HPUX can be found at
http://www.faqs.org/faqs/hp/hpux-faq/section-87.html

Offline

Board footer