Create a backup copy of the /etc/system file, for example: # cp /etc/system /etc/system.orig
Open the /etc/system file in any text editor: # vi /etc/system
To specify new values for the parameters, add lines similar to the following to the /etc/system file, or edit the lines if the file already contains them: set semsys:seminfo_semmni=100
set semsys:seminfo_semmns=1024
set semsys:seminfo_semmsl=256
set semsys:seminfo_semvmx=32767
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmni=100
Enter a command similar to the following to reboot the system: # /usr/sbin/reboot
When the system restarts, log in and switch user to root. 9 Mount the Product Disc The Oracle Database 10g software is available on both CD-ROM and DVD-ROM. These discs are in ISO 9660 format with Rockridge extensions. On most Solaris systems, the product disc mounts automatically when you insert it into the drive. To verify that the disc is mounted correctly, follow these steps: If necessary, enter a command similar to following to eject the currently mounted disc, then remove it from the drive: # eject
Insert the disc into the CD-ROM or DVD-ROM drive. To verify that the disc mounted automatically, enter a command similar to the following: $ ls /cdrom/cdrom0
If this command fails to display the contents of the disc, enter a command similar to the following: # /usr/sbin/mount -r -F hsfs /dev/dsk/cxtydzs2 /cdrom
In this example, /cdrom is the CD-ROM mount point directory and /dev/dsk/cxtydzs2 is the device name for the CD-ROM device, for example /dev/dsk/c0t6d0s2.
10 Log In as the oracle User and Configure the oracle User's Environment You run the Installer from the oracle account. However, before you start the Installer you must configure the environment of the oracle user. To configure the environment, you must: |