| C H A P T E R 1 |
|
Preparing for Installation |
The following steps outline the general process you follow to install the Forte Developer 7 software, serial number, and supporting software.
1. Verify that the system on which you are installing the Forte Developer 7 software meets the minimum requirements for this release. See System Requirements.
2. Determine whether you want to keep your previous version of the Forte Developer software. If you do, identify a different directory in which to install this Forte Developer 7 software.
3. Find your product serial number. You must enter your permanent serial number during product installation or generate a 60-day trial serial number, as described in Chapter 2.
4. Determine whether you are going to display the installer locally or remotely. Refer to Choosing Local or Remote Display of the Installer for more details.
After following the instructions in this manual, you are ready to use your Forte Developer software.
This Forte Developer release supports versions 7, 8, and 9 of the Solaris
operating environment SPARC
Platform Edition in Entire Distribution or Entire Distribution plus OEM configurations.
TABLE 1-1 lists the system requirements.
|
Swap Space[1] |
||
If you want to add swap space, do the following:
1. Become a superuser by typing:
% su Password: root-password |
2. Create a file in a selected directory to add swap space by typing:
mkfile -n number[m|k|b] /directory/swap-file-name |
The number is an amount of swap space, followed by either m for megabyte, k for kilobyte, or b for block. The directory is a directory in which you have permission to add swap space. The swap-file-name is the name of the swap file you are creating.
For example, to create a 16-megabyte swap file named 16mswap in the foo directory, type the following:
#mkfile -n 16m /foo/16mswap |
See the mkfile(1M) man page for more information.
3. Verify that the file was created by typing:
#ls -l /directory/swap-file-name |
4. Run the swap command to specify the additional swap space by typing:
Copyright © 2002, Sun Microsystems, Inc. All rights reserved.