AIX: Preparing your operating system | HCL Digital Experience
Prepare the operating system to ensure a successful installation.
Procedure
- If you have AIX® 7.1 Technology Level (TL) 1, Service Pack (SP) 0 or 1, find the corresponding technote available at the HCL Digital Experience Knowledge Base Technical Articles and complete the steps.
-
Set the file descriptor limit to 10240.
For example, run the following command to set the file descriptor limit:
ulimit -n 10240
-
If you are using IBM GPFS file sharing, set the file system inodes limit to 25000 or higher.
For example, run the
mmchfs /dev/gpfs1nsd -F 250000
command. /dev/gpfs1nsd is the HCL Digital Experience installation file system. -
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. - Run the
chdev -a fullcore=true -lsys0
command to generate complete core dumps.
- Use the
- Install and configure X server on AIX® (such as X Window
System or GNOME) to use the graphical user interface the installation
program provides.Note: If you plan to use a response file to install the software, X server is not required.
- Increase the paging space 1024 - 8192 MB.
-
Complete the following steps to use the Work Load Partition (WPAR) software that is installed
with your AIX® operating system software:
The WPAR instance is now ready to install IBM® Installation Manager and HCL Digital Experience.
-
Ensure that the DB2® settings are not
defined within the root user environment where the installation program runs. DB2® cannot be included within the PATH, the
DB2INSTANCE variable cannot be set, and the root
user is not required to run the
db2profile
command. The HCL Digital Experience package installs a copy of DB2® for its own use and definitions within the root environment for other DB2® installations can interfere with that process.