Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Getting started
  3. Before you begin
  4. Installing Secure Agents
  5. Create a CDI-PC domain
  6. Join a CDI-PC domain
  7. Run the silent installer
  8. Resuming an installation
  9. Before you migrate the Informatica domain
  10. Migrate the domain
  11. Migrate the domain with changes to node configuration
  12. Migrate the domain in silent mode
  13. After you migrate the domain
  14. Install the CDI-PC Client
  15. EBF installation
  16. Uninstall Cloud Data Integration for PowerCenter (CDI-PC)
  17. Uninstalling the CDI-PC Client
  18. Uninstalling the Secure Agent
  19. Appendix A: CDI-PC components

Installation Guide

Installation Guide

Verify the file descriptor limit on Linux

Verify the file descriptor limit on Linux

Set the file descriptor limit and the maximum user processes. The domain service processes can use a large number of files. To prevent errors that result from the large number of files and processes, you can change system settings with the limit command if you use a C shell, or the
ulimit
command if you use a Bash shell.

List operating system settings

To get a list of the operating system settings, including the file descriptor limit, run the following command:

    With C shell, run
    limit

    With Bash shell, run
    ulimit -a

Set the file descriptor limit

Set the file descriptor limit per process to 16,000 or higher. The recommended limit is 32,000 file descriptors per process.
To change system settings, run the
limit
or
ulimit
command with the pertinent flag and value. For example, to set the file descriptor limit, run one of the following commands:

    With C shell, run
    limit -h filesize <value>

    With Bash shell, run
    ulimit -n <value>

Set max user processes

The domain uses a large number of user processes. Use the
ulimit -u
command to adjust the max user processes setting to a level that is high enough to account for all the processes.
To set the max user processes, run the following command:

    With C shell, run
    limit -u processes <value>

    With Bash shell, run
    ulimit -u <value>


0 COMMENTS

We’d like to hear from you!