Modifying Oracle Solaris 9 system parameters
This procedure describes how to modify Oracle Solaris 9 system parameters, which enables you to allocate resources for Control-M components.
To modify Oracle Solaris 9 system parameters:
- Log in as user root.
- Set the DISPLAY environment variable, as described in Setting environment variables in UNIX.
- Open the operating system configuration file /etc/system.
- To set each kernel parameter, as described in Oracle Solaris 9 kernel system parameters, add a line to the /etc/system file using the following format:
set <moduleName>:<moduleAbbreviation>info_<parameterName>=<value>
NOTE: To set the shmseg parameter to 36, add the following line to the /etc/system file:
set shmsys:shminfo_shmseg=36
- Restart the computer.
- Add additional kernel parameter values, as described in .Control-M kernel parameters.