Table of Contents

Search

  1. Preface
  2. Introduction to Data Integration Hub
  3. Security
  4. Events
  5. User Policies
  6. Operation Console Management
  7. System Properties
  8. Connections
  9. Connectivity to Informatica Intelligent Cloud Services
  10. Integration of Data Integration Hub with Enterprise Data Catalog
  11. Document Management
  12. Entity Management
  13. Export and Import
  14. Data Integration Hub Utilities
  15. Dashboard and Reports Management

Administrator Guide

Administrator Guide

Switching to Informatica Domain with Kerberos Authentication

Switching to Informatica Domain with Kerberos Authentication

Switch from
Data Integration Hub
native authentication or from Informatica domain authentication to Informatica domain with Kerberos authentication.
  1. Create a
    .properties
    file with the following properties:
    • dx.kerberos.initial.administrator=<Kerberos_Domain_System_Administrator_Credentials>
    • dx.kerberos.krb5.file=<File_That_Stores_Keberos_Configuration_Information>
    • dx.kerberos.console.keytab.file=<Location_of_the_Keytab_File_for_the_Operation_Console>
    • dx.kerberos.console.service.principal.name=<SPN_for_the_Operation_Console>
    • dx.pwc.domain.gateway=<PowerCenter_Domain_Gateway_Host_and_Port_Number>
  2. Optionally, add the following properties to the file:
    • dx_system_property.pwc.repository.user.name= <User_to_Access_the_PowerCenter_Repository_Service>
    • dx_system_property.pwc.repository.password= <Plain_Text_Password_to_Access_the_PowerCenter_Repository_Service>
    • dx_system_property.pwc.user.name.space=<PowerCenter_Security_Domain>
    For example, if the credentials changed during the upgrade.
    Data Integration Hub
    stores the password in an encrypted form.
  3. In the command line, change to the following directory:
    <
    DIH
    _Install_Directory>/dx-tools
  4. Run the following command:
    repoutil -c migrateToISPKerberos -l "<JDBC_URL_for_
    DIH
    _Repository>" -u <
    DIH
    _Repository_User_Name> -p <
    DIH
    _Repository_Password> -t
    dih
    --file <Properties_File_You_Created_in_Step_1>
    For example:
    repoutil.bat -c migrateToISPKerberos -l "jdbc:informatica:oracle://machine1:1521;SID=orcl" -u
    DIH
    _DB_USER -p
    DIH
    _DB_PASSWORD -t
    dih
    --file c:\migrateToISP.properties
  5. If you performed step 2 and added the credential to the properties file, run the following command:
    repoutil -c loadProperties --file <Properties_File_You_Created_in_Step_1> -u <
    DIH
    _Repository_User_Name> -p <
    DIH
    _Repository_Password> -t
    dih
    -l "<JDBC_URL_for_
    DIH
    _Repository>"
    For example:
    repoutil -c loadProperties --file c:\PowerCenter.properties -u
    DIH
    _DB_USER -p
    DIH
    _DB_PASSWORD -t
    dih
    -l "jdbc:informatica:oracle://machine1:1521;SID=orcl"
    The authentication mode changes to Informatica domain with Kerberos and the repoutil deletes all users from the
    Data Integration Hub
    repository.
  6. Synchronize the users from the Informatica security domain to the
    Data Integration Hub
    repository.

0 COMMENTS

We’d like to hear from you!