Installing and Configuring PowerCenter 10.2 in the AWS Cloud

Installing and Configuring PowerCenter 10.2 in the AWS Cloud

Step 3. Create the Informatica Services in the AWS Cloud

Step 3. Create the Informatica Services in the AWS Cloud

You can create Informatica services, such as the PowerCenter Repository Service and the Integration Service in the AWS cloud.
  1. Start the Informatica domain.
    Enter the command with the infaservice startup command in the installer location:
    <INFA_HOME>/tomcat/bin
  2. Add license with the following command in the command line:
    $INFA_HOME/isp/bin/infacmd add License -lf<absolutepath>/license.key -dn $domainName -un Administrator -pd Administrator -ln License_Name
  3. Create the PowerCenter Repository Service with the
    infacmd isp createRepositoryService
    command.
    For example:
    infacmd isp createRepositoryService -dn $domainName -un Administrator -pd Administrator -sn $pcrsName -nn node01 -so codepage='UTF-8 encoding of Unicode" ConnectString=$SID DBPassword=<dbpswd> DBUser=<dbUser> DatabaseType=oracle -ln License_Name
  4. When you migrate PowerCenter from on-premises, restore the repository contents from the backup file with the
    pmrep restore
    command in the following format:
    pmrep restore [-u <domain_user_name>] [-s <domain_user_security_domain>] [-p <domain_password> | -P <domain_password_environment_variable>] -i <input_file_name> [-g (create global repository)] [-y (enable object versioning)] [-b (skip workflow and session logs)] [-j (skip deployment group history)] [-q (skip MX data)] [-f (skip task statistics)] [-a (as new repository)] [-e (exit if domain name in the binary file is different from current domain name)]
    For example,
    pmrep restore -u admin -p admin -i C:\license_check.rep
    When you perform a fresh installation of Informatica in the AWS cloud and create a new repository, use the
    pmrep create
    command in the following format:
    pmrep create -u [<domain_user_name>] [-s <domain_user_security_domain] [-p <domain_password> | -P <domain_password_environment_variable>] [-g (create global repository)] [-v (enable object versioning)]
  5. Create the PowerCenter Integration Service with the
    infacmd isp createIntegrationService
    command.
    For example:
    infacmd isp createIntegrationService -dn $domainName -un Administrator -pd Administrator -sn $pcisName -so DataMovementMode='ASCII' -nn node01 -rs $pcrsName -ru Administrator -rp Administrator -ln License_Name -po codepage_id=4 \$PMRootDir='$INFA_HOME/server/infa_shared'\$PMSourceFileDir='<DirPath>' \$PMTargetFileDir='<DirPath>'

0 COMMENTS

We’d like to hear from you!