Prepare the AIX OS in a stand-alone environment
- Prepare AIX systems for installation
- Set the file descriptor limit to 10240...
ulimit -n 10240
- For IBM GPFS file sharing, set the file system inodes limit to 25000 or higher.
mmchfs /dev/gpfs1nsd -F 250000
/dev/gpfs1nsd is the portal installation file system.
- WCM only: Set the maximum file size that can be created. To remove file size limits...
ulimit -f unlimited
- Install and configure X server on AIX (for example X-Windows or GNOME) to use the GUI the installation program provides. X server is not required if installing with a response file.
- To use the Work Load Partition (WPAR) software installed with the AIX OS software:
The WPAR instance is now ready to install Installation Manager and WebSphere Portal.
- Install in a WPAR.
- Set up the host system with enough disk space.
- Request new IP address and host name on the same subnet as the host system.
- After getting the new IP address and host name to create a new WPAR with a non-shared file system (meaning /usr and /opt are private to this new WPAR):
mkwpar -r -l -n newhostname
- Verify the mkwpar task completed successfully.
- Use smitty to configure network interfaces.
- Connect and log in to the system using the telnet or ssh command as you would for any physical or vm images.
- Verify the /usr and /opt directories are writable.
Parent: Set up a stand-alone production server on AIX
Next: Install WebSphere Portal on AIX