Specifications

tr Command in Unicode Environment on UNIX
Chapter 5: System Requirements 47
To update the kernel parameter values in Solaris 9
1. Issue the sysdef command.
The kernel parameters of the Solaris computer are displayed.
2. Add the appropriate set and forceload commands (previously mentioned) to the
end of the /etc/system file.
3. Restart your computer.
The updated kernel parameters take effect.
To install and run the common components on Solaris 10, the following resource
controls requirements must be met or exceeded:
process.max-msg-qbytes = 65535
project.max-msg-ids = 128
project.max-sem-ids = 256
project.max-shm-ids = 512
project.max-shm-memory = 1073741824
process.max-file-descriptor = 1024
To update the resource controls values in Solaris 10, use the Resource Controls Facility.
Note: For more information about this facility, see the Solaris 10 System Administration
Guide: Solaris Containers-Resource Management and Solaris Zones.
tr Command in Unicode Environment on UNIX
On UNIX, the common components installer runs the following command:
tr[:upper:]‘[:lower:]’
In a Unicode environment, the tr command must be Unicode compliant. The Unicode
compliant version is /usr/xpg4/bin/tr. If your environment is Unicode, check the version
of tr by running the following command:
which tr
If the output is /usr/bin/tr, you must change the PATH variable to use the Unicode
compliant version of tr. To change the PATH environment variable, run the following
command:
PATH=/usr/xpg4/bin:$PATH
Export PATH