Table of Contents

Search

  1. Preface
  2. Analyst Service
  3. Catalog Service
  4. Content Management Service
  5. Data Integration Service
  6. Data Integration Service Architecture
  7. Data Integration Service Management
  8. Data Integration Service Grid
  9. Data Integration Service Applications
  10. Interactive Data Preparation Service
  11. Enterprise Data Preparation Service
  12. Informatica Cluster Service
  13. Mass Ingestion Service
  14. Metadata Access Service
  15. Metadata Manager Service
  16. Model Repository Service
  17. PowerCenter Integration Service
  18. PowerCenter Integration Service Architecture
  19. High Availability for the PowerCenter Integration Service
  20. PowerCenter Repository Service
  21. PowerCenter Repository Management
  22. PowerExchange Listener Service
  23. PowerExchange Logger Service
  24. SAP BW Service
  25. Search Service
  26. System Services
  27. Test Data Manager Service
  28. Test Data Warehouse Service
  29. Web Services Hub
  30. Application Service Upgrade
  31. Appendix A: Application Service Databases
  32. Appendix B: Connecting to Databases from Windows
  33. Appendix C: Connecting to Databases
  34. Appendix D: Updating the DynamicSections Parameter of a DB2 Database

Configuring Operating System Profiles

Configuring Operating System Profiles

To use operating system profiles to run workflows, complete the following steps:
  1. On UNIX, verify that setuid is enabled on the file system that contains the Informatica installation. If necessary, remount the file system with setuid enabled.
  2. Enable operating system profiles in the advanced properties section of the PowerCenter Integration Service properties.
    You can use the default umask value 0022. Or, set the value to 0027 or 0077 for better security.
  3. Configure
    pmimpprocess
    on every node where the PowerCenter Integration Service runs.
    pmimpprocess
    is a tool that the DTM process, command tasks, and parameter files use to switch between operating system users.
  4. Create the operating system profiles on the Security page of the Administrator tool.
    On the Security tab Actions menu, select Configure operating system profiles
  5. Assign permissions on operating system profiles to users or groups.
  6. You can assign operating system profiles to repository folders or to a workflow.
To configure pmimpprocess:
  1. At the command prompt, switch to the following directory:
    <Informatica installation directory>/server/bin
  2. Enter the following information at the command line to log in as root:
    su root
  3. Enter the following command to create a group for the administrator user:
    sudo groupadd <group name>
  4. Enter the following command to add the administrator user to the group:
    sudo usermod -G <group name> <Informatica administrator user>
    The administrator user is the Linux user whose permissions are used for all Informatica services.
  5. Enter the following command to change the owner and group of pmimpprocess to root and the group that you created:
    chown root:<group name> pmimpprocess
  6. Set the following permissions:
    chmod 6710 pmimpprocess

0 COMMENTS

We’d like to hear from you!