58
Chapter 4 Installing ColdFusion Server in HP-UX
Warning
Before upgrading, backup your ColdFusion Server Web applications.
Verifying that a Web server is running
Before installing ColdFusion Server, ensure that the Web server is installed and
running.
To check that your local Web server is running:
Enter the URL for a Web page or site from your local Web server in your browser’s
Address field and press Enter.
For example, if the file myindex.htm is in your Web document root directory, load
the page in your browser using the localhost URL:
http://127.0.0.1/myindex.htm
If your Web server is not running, you will receive an error message.
Mounting the installation CD-ROM
To accommodate long filenames, ColdFusion Server 5 is written to the CD-ROM
using the RockRidge format. This format is supported by HP-UX using the Portable
File System (PFS) commands, not the standard HP-UX mount/umount commands.
For more information on the PFS commands, enter man pfs_mount.
To mount the CD-ROM using the HP PFS commands:
1
Create a mount point for the CD. For example:
mkdir /SD_CDROM.
2
Create an entry in the PFS mount file.
a
Create or edit the file /etc/pfs_fstab, adding an entry like the following:
/dev/dsk/c1t2d0 /SD_CDROM pfs-rrip xlat=unix 0
The fields in this file have the following meanings:
<device_file> <mount_point> <fs_type> <translation_method>
b
In your entry, ensure the path that you set in the device_file field is the device
name of your CD-ROM drive, and that your mount_point is the name that
you selected for the mount point in step 1.
3
Start the PFS processes:
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
4
Mount the CD:
/usr/sbin/pfs_mount /SD_CDROM
install.book Page 58 Thursday, May 10, 2001 12:59 PM
Summary of Contents for COLDFUSION 5 - INSTALING AND CONFIGURING SERVER
Page 1: ...Macromedia Inc Installing and Configuring ColdFusion Server ColdFusion Server 5...
Page 14: ...xiv Welcome to ColdFusion Server...
Page 34: ...22 Chapter 1 Installing ColdFusion Server in Windows...
Page 66: ...54 Chapter 3 Installing ColdFusion Server in Linux...
Page 160: ...148 Appendix Preparing Your Server for ClusterCATS...