Table of Contents

Search

  1. Abstract
  2. Supported Versions
  3. How to Implement PowerCenter on Microsoft Azure

How to Implement PowerCenter on Microsoft Azure

How to Implement PowerCenter on Microsoft Azure

Step 6. Restore and Update Informatica Services in the Azure Cloud

Step 6. Restore and Update Informatica Services in the Azure Cloud

Restore the sitekey file and domain in the Azure cloud and define the gateway node before you install services in the Azure cloud.
  1. Copy the sitekey file from the on-premises to the following directory in the Azure cloud:
    $INFA_HOME/isp/config/keys
  2. Restore the domain using backup file created on-premises with the following command in the
    $INFA_HOME/isp/bin
    directory:
    infasetup restoreDomain -da DBhost:1433 -du dbuser -dp dbpswd -dt mssqlserver -bf <file Location> -ds <DBserviceName>
  3. Define Gateway Node with the following command in the
    $INFA_HOME/isp/bin
    directory:
    infasetup defineGatewayNode -da DBHost:1521 -du DBUser -dp DBPswd -dt mssqlserver -ds DBServiceName -dn Domain -nn node01 -na NodeHost:6005 -ld $INFA_HOME/logs/ -rf $INFA_HOME/isp/bin/nodeoptions.xml
  4. For Linux, create environment variables in the Azure cloud.
    Set the environment variables after domain installation:
    setenv ODBCINI $INFA_HOME/ODBC7.1/odbc.ini setenv ODBCINST $INFA_HOME/ODBC7.1/odbcinst.ini setenv ODBCHOME $INFA_HOME/ODBC7.1 setenv LD_LIBRARY_PATH $ODBCHOME/lib:${LD_LIBRARY_PATH} setenv PATH $INFA_HOME/ODBC7.1:${PATH}
  5. Edit the odbc.ini file to the following syntax:
    [DataDirect 7.1 SQL Server Wire Protocol] Driver=<INFA_HOME>/ODBC7.1/lib/DWsqls27.so)
  6. Start the domain.
    To start the domain, enter the
    infaservice startup
    command in the following directory:
    $INFA_HOME/tomcat/bin/

0 COMMENTS

We’d like to hear from you!