User Guide

Installing ColdFusion MX 6.1 25
14 Open the ColdFusion MX Administrator in a browser, using
http://localhost/CFIDE/administrator/index.cfm if you configured an external web server and
http://localhost:8500/CFIDE/administrator/index.cfm if you are using the built-in web server.
Because opening the ColdFusion MX Administrator for the first time automatically invokes the
Configuration Wizard, it is best to open the Administrator at this time.
Note: If you are accessing ColdFusion MX 6.1 from a remote computer, use the previous URL with
the host name or IP address of the remote computer instead of localhost.
15 Run the Configuration Wizard.
If you are upgrading from ColdFusion 4.5 or 5, you can optionally migrate settings later. To
migrate later:
a Close the ColdFusion MX Administrator, if it is not already closed.
b Open cf_root/lib/adminconfig.xml in a text editor , change runmigrationwizard (migrate
ColdFusion 5 settings) and
runmxmigrationwizard (migrate the ColdFusion MX ODBC
services to ColdFusion MX 6.1) to true, as necessary, and save the file.
c Restart the ColdFusion MX Administrator.
You are prompted again to migrate your settings.
Caution: If you migrate your ColdFusion 5 settings later, you might overwrite new ColdFusion MX
settings.
16 Configure and manage your system, as described in Chapter 4, “Configuring Your System,
on page 49.
17 To learn about ColdFusion MX 6.1, read the documentation, which is accessible through the
Documentation link at the top of the ColdFusion MX Administrator.
Mounting the CD drive on HP-UX
To accommodate long filenames, Macromedia writes ColdFusion MX 6.1 to the CD 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 PFS
commands, enter the following command:
man pfs_mount.
To mount the CD drive on HP-UX using the HP PFS extensions:
1 Create a mount point for the CD drive; for example:
mkdir /SD_CDROM
2 Create an entry in the PFS mount file, as follows:
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
(In this example, /dev/dsk/c1t2d0 is the <device_file>, /SD_CDROM is the
<mount_point>, pfs-rrip is the <fs_type>, and xlat=unix 0 is the <translation_method>.)
b In your entry, ensure that the path that you set in the device_file field is the device name of
your CD drive, and that your mount_point is the name that you selected for the mount
point in step 1.
3 Start the PFS processes, as follows:
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &