Prepare your Linux operating system
- Prerequisites
- Preparing prerequisite and corequisite software on Linux
To prepare your Linux machine:
- Set the file descriptor limit to 10240. For example...
ulimit -n 10240
- Install and configure X server on Linux (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 or in console mode.
Parent topic
Set up a production environment on Linux
Previous topic:
Preparing prerequisite and corequisite software on LinuxNext topic:
Preparing the primary node on Linux