C H A P T E R 1 |
Preparing for Installation |
This chapter includes information about the following topics:
The following steps outline the general process you follow to install the Sun ONE Studio 8, Compiler Collection software, product serial number, and supporting software. See the references provided in each step for specific procedures.
1. Verify that the system on which you are installing the Sun ONE Studio 8 software meets the minimum requirements for this release. |
Using a system that meets the system requirements is recommended for proper performance. |
|
2. Determine whether you want to keep your previous version of the Sun ONE Studio or Forte Developer software. |
Identify a different directory in which to install this Sun ONE Studio 8 software if you choose to keep the previous version. |
See Supporting Previous Sun ONE Studio and Forte Developer Releases of Chapter 2. |
3. If you installed a previous Early Access version of Sun ONE Studio 8, Compiler Collection software, you must uninstall it before proceeding with the installation. |
The latest version of the software contains updates that were not available in the Early Access version. |
See Chapter 3 for uninstallation instructions. |
4. You must install the product serial number during product installation. |
See Chapter 2 for product installation and serial number installation. |
|
5. Determine whether you are going to display the installer locally or remotely. |
You can install the Sun ONE Studio software using a remote display or local display. |
Refer to Choosing Local Display or Remote Display of the Installer for more details. |
6. Decide if you want to use the compiler collection software with the Forte Developer 6 update 2 IDE. |
Locate the installation path of the Forte Developer 6 update 2 product path to use during installation of the compiler collection. |
See Setting the Path for Using the Compiler Collection Software With an IDE in Chapter 2 for more information. |
After following the instructions in this manual, you are ready to use your Sun ONE Studio 8, Compiler Collection software.
This Sun ONE Studio Compiler Collection release supports the Solaris operating environment (SPARC® Platform Edition) version 7, 8, and 9; and the Solaris operating environment (x86 Platform Edition) versions 7, 8, and 9.
TABLE 1-1 lists the system requirements.
Entire Solaris Software Group Plus OEM Support, Entire Solaris Software Group, or Developer Solaris Software Group |
If you want to add swap space, do the following:
1. Become a superuser (root) by typing:
% su Password: root-password |
2. Create a file in a selected directory to add swap space by typing:
mkfile number[m|k|b] /directory/swap-file-name |
where 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 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 |
The new file appears in the directory. For example:
# ls -l /foo/16mswap -rw------T 1 root other 16777216 Dec 12 14:24 /foo/16mswap |
4. Run the swap command to specify the additional swap space by typing:
# swap -a /directory/swap-file-name |
5. Verify that the extra swap space was added by typing:
#swap -s |
The output shows the allocated swap space. For example:
#swap -s total: 289336k bytes allocated + 27008k reserved = 316344k used, 298336k available |
This Sun ONE Studio Compiler Collection release includes the following installation features:
Chapter 2 includes instructions for using each of the features.
Copyright © 2003, Sun Microsystems, Inc. All rights reserved.