Solaris: Preparing your operating system | HCL Digital Experience
Prepare the operating system to ensure a successful installation.
About this task
Several Solaris kernel values are typically too small for the messaging requirements of HCL Portal. Starting the internal JMS server or client with insufficient kernel resources produces a First Failure Support Technology (FFST) file in the /var/errors directory. Before you install HCL Digital Experience, review the server configuration.
Procedure
-
These values are a starting point for messaging in HCL Digital Experience
only. If your operating system has other applications that are installed, the value
requirements are likely different.
For example, if values that are already set are higher than the settings listed here, do not change the values. Be sure to check the requirements that are made on /etc/system by other already-installed applications before you alter existing values.
-
Type the
sysdef -i
command to review the configuration. -
Set
shmsys:shminfo_shmmax
to 4294967295 (valid for Solaris Version 9 only). -
Set
shmsys:shminfo_shmmni
to 1024 (valid for Solaris Version 9 only). -
Set
semsys:seminfo_semaem
to 16384 (valid for Solaris Version 9 only). -
Set
semsys:seminfo_semmni
to 1024 (valid for Solaris Version 9 only). -
Set
semsys:seminfo_semmns
to 16384 (valid for Solaris Version 9 only). -
Set
semsys:seminfo_semmsl
to 100 (valid for Solaris Version 9 only). -
Set
semsys:seminfo_semopm
to 100 (valid for Solaris Version 9 only). -
Set
semsys:seminfo_semmnu
to 2048 (valid for Solaris Version 9 only). -
Set
semsys:seminfo_semume
to 256 (valid for Solaris Version 9 only). -
Set
msgsys:msginfo_msgmap
to 1026 (valid for Solaris Version 9 only). -
Set
msgsys:msginfo_msgmax
to 65535 (valid for Solaris Version 9 only). -
Set
rlim_fd_cur
to 1024. - Restart the operating system to apply the updates.
-
Type the
-
Updating operating system settings to enable full core dumps:
- Use the
ulimit -f
command to set the maximum size of files to unlimited. - Use the
ulimit -c
command to set the maximum size to cores to unlimited.
- Use the
- Prepare for non-global zone: