centos7.6环境 informatica9.6.1部署安装

informatica部署安装

1.下载安装包

https://edelivery.oracle.com/osdc/faces/SoftwareDelivery

在这里插入图片描述

安装jdk1.7

yum install -y java-1.7.0-openjdk.x86_64


[root@localhost ~]# /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.261-2.6.22.2.el7_8.x86_64/jre/bin/java -version
java version "1.7.0_261"
OpenJDK Runtime Environment (rhel-2.6.22.2.el7_8-x86_64 u261-b02)
OpenJDK 64-Bit Server VM (build 24.261-b02, mixed mode)

2. oracle 创建Informatica资源库用户infa_domain与infa_rep

infa_domain:用于 infa的demain

infa_rep : 用于infa 的存储库

create user infa_rep identified by infa_rep;
create user infa_domain identified by infa_domain;
grant connect,resource, create view to infa_rep,infa_domain;

3.OS 创建infa用户与oinstall组 配置环境变量

groupadd -g 1002 oinstall   --使用root用户创建组
[root@localhost ~]# cat /etc/group|grep oinstall
oinstall:x:1002:


useradd -m infa -g 1002     --使用root用户创建用户并且指定相应组
[root@localhost ~]# cat /etc/passwd |grep infa
infa:x:1002:1002::/home/infa:/bin/bash

修改 /home/infa/.bash_profile


PATH=$PATH:$HOME/bin
 
export PATH
export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.261-2.6.22.2.el7_8.x86_64/jre
export PATH=$PATH:$HOME/bin:$JAVA_HOME/bin
export PM_CODEPAGENAME="MS936"
export ORACLE_BASE=/data/oracle 
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1 
export ORACLE_SID=orcl 
export ORACLE_TERM=xterm 
export INFA_HOME=/home/infa/Informatica/9.6.1
export INFA_DOMAINS_FILE=$INFA_HOME/domains.infa
export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$PATH
export LD_LIBRARY_PATH=$INFA_HOME/server/bin:$INFA_HOME/ODBC7.0/lib:$ORACLE_HOME/lib:/lib:/usr/lib:$LD_LIBRARY_PATH
export INFA_CODEPAGENAME="MS936"
export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK


#上面的环境变量需要根据实际安装目录进行调整,特别注意NLS_LANG需要和oracle server中的保持一致

检查是否生效

source .bash_profile         --使用.bash_profile文件生效
java –version               --测试java环境变量是否生效
exit                       --退出infa用户到root用户

[infa@centos7_5 ~]$ java -version
java version "1.7.0_261"
OpenJDK Runtime Environment (rhel-2.6.22.2.el7_8-x86_64 u261-b02)
OpenJDK 64-Bit Server VM (build 24.261-b02, mixed mode)
[infa@centos7_5 ~]$ 


4.安装infa

tar –xvf 951HF2_Server_Installer_linux-x64.tar 
##解压infa安装包
#chmod -R 775 951HF2_Server_Installer_linux-x64   
##赋予安装介质相应权限
chown -R infa:oinstall 951HF2_Server_Installer_linux-x64  
##赋予安装介质归属用户与组
su - infa                   -
##切换到infa用户准备安装infa工具
cd /usr/local/src/951HF2_Server_Installer_linux-x64
./install.sh 
##安装,
  • 安装报错 不能配置环境变量 INFA_HOME INFA_NODE_NAME INFA_DOMAINS_FIL
[infa@centos7_5 ~]$ ./install.sh 
OS detected is Linux

\***************************************************************************
\* Welcome to the Informatica 9.6.1 HotFix 3 Server Installer.  *
\***************************************************************************



Before you continue, read the following documents:
* Informatica 9.6.1 HotFix 3 Installation Guide and Release Notes.
* B2B Data Transformation 9.6.1 HotFix 3 Installation, Configuration Guide and Release Notes.

You can find the 9.6.1 HotFix 3 documentation in the Product Documentation section at http://mysupport.informatica.com.

Configure the LANG and LC_ALL variables to generate appropriate code pages and 
create and connect to repositories and Repository Services.
Do you want to continue? (Y/N)y
Installer requires Linux version 2.6.18-0 or later versions of the 2.6.18 series or version 2.6.32-0 or later versions of the 2.6.32 series.
Current operating system Linux version 3.10.0-1160.
Current operating system meets minimum requirements.
Current operating system meets minimum requirements.

Select to install or upgrade: 

  1. Install or upgrade Informatica.
   Select this option if the machine does not have Informatica services installed or if it has Informatica 9.6.0 or an earlier version installed.


  2. Install or upgrade Data Transformation Engine Only.
   Select this option to install or upgrade only Data Transformation Engine.

  3. Apply Hotfix 3 to Informatica 9.6.1.
   Select this option if the machine has Informatica 9.6.1 installed.

Enter the choice(1, 2 or 3):1
 
-----------------------------------------------------------
Checking for existing 9.6.1 HotFix 3 product installation.
Unset the INFA_HOME,INFA_NODE_NAME and INFA_DOMAINS_FILE before continuing
the installation. Continuing the installation with the environment variables set
will cause the installation to fail.
Installer will exit now.
[infa@centos7_5 ~]$ vim .bash_profile 
  • 选择安装模块
[infa@centos7_5 ~]$ ./install.sh 
OS detected is Linux

\***************************************************************************
\* Welcome to the Informatica 9.6.1 HotFix 3 Server Installer.  *
\***************************************************************************



Before you continue, read the following documents:
* Informatica 9.6.1 HotFix 3 Installation Guide and Release Notes.
* B2B Data Transformation 9.6.1 HotFix 3 Installation, Configuration Guide and Release Notes.

You can find the 9.6.1 HotFix 3 documentation in the Product Documentation section at http://mysupport.informatica.com.

Configure the LANG and LC_ALL variables to generate appropriate code pages and 
create and connect to repositories and Repository Services.
Do you want to continue? (Y/N)y
Installer requires Linux version 2.6.18-0 or later versions of the 2.6.18 series or version 2.6.32-0 or later versions of the 2.6.32 series.
Current operating system Linux version 3.10.0-1160.
Current operating system meets minimum requirements.
Current operating system meets minimum requirements.

Select to install or upgrade: 

  1. Install or upgrade Informatica.
   Select this option if the machine does not have Informatica services installed or if it has Informatica 9.6.0 or an earlier version installed.


  2. Install or upgrade Data Transformation Engine Only.
   Select this option to install or upgrade only Data Transformation Engine.

  3. Apply Hotfix 3 to Informatica 9.6.1.
   Select this option if the machine has Informatica 9.6.1 installed.

Enter the choice(1, 2 or 3):1
 
-----------------------------------------------------------
Checking for existing 9.6.1 HotFix 3 product installation.
To verify whether the machine meets the system requirements for the Informatica installation or upgrade, run the Pre-Installation (i9Pi) System Check Tool before you start the installation or upgrade process. It is recommended that you verify the minimum system requirements.


Select one of the following options: 
1. Run the Pre-Installation (i9Pi) System Check Tool
2. Run the Informatica Kerberos SPN Format Generator
3. Run the Informatica services installation
Select the option to proceed : (Default : 3)
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

  • 选择安装类型

******************************************************************************************************
Installation Type - Step 1 of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]


Copyright (c) 1998-2015 Informatica Corporation. All rights reserved.
This Software is protected by U.S. Patent Numbers 5,794,246; 
6,014,670; 6,016,501; 6,029,178; 6,032,158; 6,035,307; 6,044,374; 
6,092,086; 6,208,990; 6,339,775; 6,640,226; 6,789,096; 
6,823,373; 6,850,947; 6,895,471; 7,117,215; 7,162,643; 7,243,110; 
7,254,590; 7,281,001; 7,421,458; 7,496,588; 7,523,121; 7,584,422; 
7,676,516; 7,720,842; 7,721,270; 7,774,791; 8,065,266; 8,150,803; 
8,166,048; 8,166,071; 8,200,622; 8,224,873; 8,271,477; 8,327,419; 
8,386,435; 8,392,460; 8,453,159; 8,458,230; 8,707,336; 8,886,617; 
and RE44,478; International Patents and other Patents Pending.



Select to install or upgrade:
    * 1->Install Informatica 9.6.1 HotFix 3.
Select this option to perform a full installation of Informatica 9.6.1 HotFix 3.
      2->Upgrade to Informatica 9.6.1 HotFix 3.
Select this option to upgrade previous versions of Informatica products to Informatica 9.6.1 HotFix 3.
:1

Enable Kerberos network authentication
    * 1->No
      2->Yes
:1

WHEN YOU SELECT AGREE AND INSTALL INFORMATICA PLATFORM, YOU AGREE TO BE BOUND BY THE PRODUCT USAGE TOOLKIT END USER LICENSE AGREEMENT, WHICH IS AVAILABLE AT: http://www.informatica.com/us/eula/en-support-eula.aspx. AS FURTHER DESCRIBED IN THE EULA, YOUR USE OF THE INFORMATICA PLATFORM WILL ENABLE THE PRODUCT USAGE TOOLKIT TO COLLECT CERTAIN PRODUCT USAGE AND FAILURE INFORMATION. YOU MAY DISABLE THIS FEATURE AT ANY TIME. FOR MORE INFORMATION ON HOW TO DISABLE THIS FEATURE REFER THE INFORMATICA ADMINISTRATOR GUIDE.

I agree to terms and conditions
    * 1->No
      2->Yes
:2
  • 安装须知

******************************************************************************************************
Installation Pre-Requisites - Step 2 of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]

Verify the installation pre-requisites and complete the
pre-installation tasks before you continue.

Disk Space Requirement: 7 GB

Memory Requirement (RAM): 4 GB

Database Requirements
- Verify the Oracle, IBM DB2, Microsoft SQL Server, or Sybase ASE database version.
- Verify the database user account. The account must have permissions to create and
drop tables and views, and insert, update, and delete data.

Pre-installation Tasks
- Obtain the Informatica license key.
- Verify the minimum system requirements.
- Set the environment variables.
- Verify the port availability.
- Set up the keystore file.
- On UNIX, set the file descriptor limit.
- On UNIX, configure POSIX asynchronous I/O.
- Download and extract the Informatica installer files.
- Run the Informatica Pre-Installation (i9Pi) System Check Tool.
- If you are enabling Kerberos network authentication, run the Informatica Kerberos SPN Format Generator.
Press <Enter> to continue ...

  • 授权文件
******************************************************************************************************
License Key - Step 3 of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]


Enter the license key file (default :- /home/infa/license.key) :/home/infa/Oracle_All_OS_Prod.key



  • 安装目录
******************************************************************************************************
Installation Directory - Step 3 of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]


Enter the installation directory (default :- /home/infa/Informatica/9.6.1) :

  • 安装小结
******************************************************************************************************
Pre-Installation Summary - Step 4 of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]


Product Name	 : 	Informatica 9.6.1 HotFix 3 Services

Installation Type	 : 	New Installation

Installation Directory	 : 	/home/infa/Informatica/9.6.1

Disk Space Requirements

Required Disk Space	 : 	7,408 MB

Available Disk Space	 : 	18,416 MB

Press <Enter> to continue ...

  • 安装中----

******************************************************************************************************
Installing - Step 5 of 7
******************************************************************************************************


 [==================|==================|==================|==================]
 [==================|==================|==================|==================]
 [==================|==================|==================|==================]
 [==================|==================|==================|==================]

  • 配置Domain名称 节点名称 端口开始值 控制台用户名密码
******************************************************************************************************
Domain Selection - Step 5A of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]

    * 1->Create a domain
      2->Join a domain
:

Enable secure communication for the domain
    * 1->No
      2->Yes
:
    * 1->Enable HTTPS for Informatica Administrator
      2->Disable HTTPS
:2

  • 配置域资源库

******************************************************************************************************
Domain Configuration Repository - Step 5B of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]


Configure the database for the domain configuration repository:

Database type:
    * 1->Oracle
      2->SQLServer
      3->DB2
      4->Sybase
:1

Database user ID: (default :- admin) :infa_domain

User password: :

Configure the database connection
    * 1->JDBC URL
      2->Custom JDBC Connection String
:

Database address: (default :- host_name:port_no) :192.168.142.219:1521

Database service name: (default :- ServiceName) :orcl

Configure JDBC parameters
    * 1->Yes
      2->No
:1

JDBC parameters (default :- MaxPooledStatements=20;CatalogOptions=0;BatchPerformanceWorkaround=true) :

  • 配置infa的域信息
    Keyword Njnu123456

    主机名不能有下划线

******************************************************************************************************
Domain Security - Encryption Key - Step 5C of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]


Keyword: :

Encryption key directory: (default :- /home/infa/Informatica/9.6.1/isp/config/keys) :Njnu123456

Error !!! The location of the encryption key must be an existing directory.

Select a Choice
    * 1->OK
:


******************************************************************************************************
Domain Security - Encryption Key - Step 5C of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]


Keyword: :

Encryption key directory: (default :- /home/infa/Informatica/9.6.1/isp/config/keys) :

Information !!! The encryption key will be generated in /home/infa/Informatica/9.6.1/isp/config/keys 
with the file name siteKey. You must keep the name of the domain, the keyword for the encryption key, 
and the encryption key file in a secure location. The domain name, keyword, and 
encryption key are required when you change the encryption key for the domain or move a repository to another domain.  

Select a Choice
    * 1->OK
:


******************************************************************************************************
Domain and Node Configuration - Step 6 of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]


Enter the following information for the Informatica domain. 

Domain name: (default :- Domain_centos7_5) :NGDP

Node host name: (default :- centos7_5) :

Node name: (default :- node01_centos7_5) :

Node port number: (default :- 6005) :

Domain user name: (default :- Administrator) :

Domain password: (default :- ) :

Confirm password: (default :- ) :

Display advanced port configuration page
    * 1->No
      2->Yes
:

Error !!!Domain password: This field is required.

Select a Choice
    * 1->OK
:


******************************************************************************************************
Domain and Node Configuration - Step 6 of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]


Enter the following information for the Informatica domain. 

Domain name: (default :- NGDP) :

Node host name: (default :- centos7_5) :

Node name: (default :- node01_centos7_5) :

Node port number: (default :- 6005) :

Domain user name: (default :- Administrator) :

Domain password: :

Confirm password: :

Display advanced port configuration page
    * 1->No
      2->Yes
:

Error !!!Node host name: must not contain an underscore (_).

Select a Choice
    * 1->OK
:


******************************************************************************************************
Domain and Node Configuration - Step 6 of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]


Enter the following information for the Informatica domain. 

Domain name: (default :- Domain_centos7_5) :NGDP

Node host name: (default :- centos7_5) :

Node name: (default :- node01_centos7_5) :

Node port number: (default :- 6005) :

Domain user name: (default :- Administrator) :

Domain password: (default :- ) :

Confirm password: (default :- ) :

Display advanced port configuration page
    * 1->No
      2->Yes
:

Error !!!Domain password: This field is required.

Select a Choice
    * 1->OK
:


******************************************************************************************************
Domain and Node Configuration - Step 6 of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]


Enter the following information for the Informatica domain. 

Domain name: (default :- NGDP) :

Node host name: (default :- centos7_5) :

Node name: (default :- node01_centos7_5) :

Node port number: (default :- 6005) :

Domain user name: (default :- Administrator) :

Domain password: :

Confirm password: :

Display advanced port configuration page
    * 1->No
      2->Yes
:

Error !!!Node host name: must not contain an underscore (_).

Select a Choice
    * 1->OK
:

  • Domain and Node Configuration
******************************************************************************************************
Domain and Node Configuration - Step 6 of 7
******************************************************************************************************
[ Type 'back' to go to the previous panel or 'quit' to cancel the installation at any time. ]


Enter the following information for the Informatica domain. 

Domain name: (default :- NGDP) :

Node host name: (default :- centos7_5) :centos7

Node name: (default :- node01_centos7_5) :centos7

Node port number: (default :- 6005) :

Domain user name: (default :- Administrator) :

Domain password: (default :- ) :

Confirm password: (default :- ) :

Display advanced port configuration page
    * 1->No
      2->Yes
:

Executing Command...
--
Defining domain...
-
Registering plugins...
-
Starting service...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Pinging domain...
-
Error !!! The domain is not available.
 The domain was created successfully but the domain is not 
 accessible because the Service Manager failed to start up.
 Select OK to return to the installer and then select Next to try and access the domain again.
 Select Continue to continue the installation without starting the Service Manager. 
 You can manually start the Service Manager after installation. 
 Check the installation logs for details.

Select a Choice
    * 1->OK
      2->Continue
:2


  • 安装日志
******************************************************************************************************
Post-Installation Summary - Step 7 of 7
******************************************************************************************************
Installation Status WARNING

The Informatica 9.6.1 HotFix 3 installation is complete.

For more information, see the debug log file:
/home/infa/Informatica/9.6.1/Informatica_9.6.1_Services_HotFix3.log

Installation Type :New Installation


Informatica Administrator Home Page::
http://centos7_5:6008

Product Name:  Informatica 9.6.1 HotFix 3 Services


Press <Enter> to continue ...
[infa@centos7_5 ~]$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 00:0c:29:1c:73:e6 brd ff:ff:ff:ff:ff:ff
    inet 192.168.142.219/24 brd 192.168.142.255 scope global noprefixroute ens33
       valid_lft forever preferred_lft forever
    inet6 fe80::4992:b861:2a76:b213/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
修改host

5.启动infa

检查oracle库是否正常 使用

  • 启动
[infa@centos7_5 ~]$  /home/infa/Informatica/9.6.1/tomcat/bin/infaservice.sh startup
Starting Informatica services on node 'centos7'
Using CURRENT_DIR:     /home/infa/Informatica/9.6.1/tomcat/bin
Using INFA_HOME:       /home/infa/Informatica/9.6.1
[infa@centos7_5 ~]$ ps -ef |grep infa
root       1946   1825  0 21:34 pts/0    00:00:00 su - infa
infa       1947   1946  0 21:34 pts/0    00:00:00 -bash
root       2134   2097  0 21:36 pts/1    00:00:00 su - infa
infa       2135   2134  0 21:36 pts/1    00:00:00 -bash
infa       2766   2135  0 21:49 pts/1    00:00:00 tail -f ../logs/catalina.out
infa       3096      1 99 21:54 pts/0    00:00:19 /home/infa/Informatica/9.6.1/java/bin/java -ea -Djava.security.krb5.conf=/home/infa/Informatica/9.6.1/services/shared/security/krb5.conf -Djava.awt.headless=true -Duser.dir=/home/infa/Informatica/9.6.1/tomcat/bin -DINFA_PLUGINS_HOME=/home/infa/Informatica/9.6.1/plugins -DINFA_HOME=/home/infa/Informatica/9.6.1 -DFrameworksLogFilePath=tomcat/logs/node_jsf.log -Dinfa.useNonPooledUUMAuthenticator -DINFA_DOMAINS_FILE=/home/infa/Informatica/9.6.1/domains.infa -Djava.endorsed.dirs=/home/infa/Informatica/9.6.1/tomcat/endorsed -classpath :/home/infa/Informatica/9.6.1/tomcat/bin/bootstrap.jar:/home/infa/Informatica/9.6.1/java/lib/tools.jar:/home/infa/Informatica/9.6.1/tomcat/bin/tomcat-juli.jar:/home/infa/Informatica/9.6.1/services/shared/jars/platform/infatomcatbootstrap.jar -Dcatalina.base=/home/infa/Informatica/9.6.1/tomcat -Dcatalina.home=/home/infa/Informatica/9.6.1/tomcat -Djava.io.tmpdir=/home/infa/Informatica/9.6.1/tomcat/temp -Djava.util.logging.config.file=/home/infa/Informatica/9.6.1/tomcat/bin/isplogging.properties -Xmx512m -XX:GCTimeRatio=9 -XX:MaxPermSize=128m -XX:+HeapDumpOnOutOfMemoryError com.informatica.isp.tools.tomcatstarter.ISPTomcatBootstrap start
infa       3111   1947  0 21:54 pts/0    00:00:00 ps -ef
infa       3112   1947  0 21:54 pts/0    00:00:00 grep --color=auto infa
[infa@centos7_5 ~]$ ps -ef |grep infa
root       1946   1825  0 21:34 pts/0    00:00:00 su - infa
infa       1947   1946  0 21:34 pts/0    00:00:00 -bash
root       2134   2097  0 21:36 pts/1    00:00:00 su - infa
infa       2135   2134  0 21:36 pts/1    00:00:00 -bash
infa       2766   2135  0 21:49 pts/1    00:00:00 tail -f ../logs/catalina.out
infa       3096      1 34 21:54 pts/0    00:01:09 /home/infa/Informatica/9.6.1/java/bin/java -ea -Djava.security.krb5.conf=/home/infa/Informatica/9.6.1/services/shared/security/krb5.conf -Djava.awt.headless=true -Duser.dir=/home/infa/Informatica/9.6.1/tomcat/bin -DINFA_PLUGINS_HOME=/home/infa/Informatica/9.6.1/plugins -DINFA_HOME=/home/infa/Informatica/9.6.1 -DFrameworksLogFilePath=tomcat/logs/node_jsf.log -Dinfa.useNonPooledUUMAuthenticator -DINFA_DOMAINS_FILE=/home/infa/Informatica/9.6.1/domains.infa -Djava.endorsed.dirs=/home/infa/Informatica/9.6.1/tomcat/endorsed -classpath :/home/infa/Informatica/9.6.1/tomcat/bin/bootstrap.jar:/home/infa/Informatica/9.6.1/java/lib/tools.jar:/home/infa/Informatica/9.6.1/tomcat/bin/tomcat-juli.jar:/home/infa/Informatica/9.6.1/services/shared/jars/platform/infatomcatbootstrap.jar -Dcatalina.base=/home/infa/Informatica/9.6.1/tomcat -Dcatalina.home=/home/infa/Informatica/9.6.1/tomcat -Djava.io.tmpdir=/home/infa/Informatica/9.6.1/tomcat/temp -Djava.util.logging.config.file=/home/infa/Informatica/9.6.1/tomcat/bin/isplogging.properties -Xmx512m -XX:GCTimeRatio=9 -XX:MaxPermSize=128m -XX:+HeapDumpOnOutOfMemoryError com.informatica.isp.tools.tomcatstarter.ISPTomcatBootstrap start
infa       3204   3096 42 21:55 pts/0    00:01:05 /home/infa/Informatica/9.6.1/java/bin/java -XX:GCTimeRatio=9 -XX:MaxPermSize=128m -Xmx512M -Dsun.reflect.noInflation=true -DFrameworksLogConfigurationPath=/home/infa/Informatica/9.6.1/services/AdministratorConsole/webapps/administrator/WEB-INF/classes/log4j.xml -d64 -DFrameworksLogFilePath=services/AdministratorConsole/_AdminConsole_jsf.log -Djava.rmi.server.hostname=centos7 -classpath /home/infa/Informatica/9.6.1/services/shared/jars/platform/infatomcatbootstrap.jar:/home/infa/Informatica/9.6.1/tomcat/bin/bootstrap.jar:/home/infa/Informatica/9.6.1/tomcat/bin/tomcat-juli.jar -Dcatalina.base=/home/infa/Informatica/9.6.1/tomcat/temp/_AdminConsole -Dcatalina.home=/home/infa/Informatica/9.6.1/tomcat -Djava.io.tmpdir=/home/infa/Informatica/9.6.1/tomcat/temp/_AdminConsole/temp -Djava.util.logging.config.file=/home/infa/Informatica/9.6.1/tomcat/temp/_AdminConsole/conf/logging.properties -DINFA_PLUGINS_HOME=/home/infa/Informatica/9.6.1/plugins -DINFA_HOME=/home/infa/Informatica/9.6.1 -DINFA_DOMAINS_FILE=/home/infa/Informatica/9.6.1/domains.infa -Duser.dir=/home/infa/Informatica/9.6.1/tomcat/bin -Dcom.informatica.imf.encryption.provider=com.informatica.imf.icore.impl.IEncryptionProviderImpl -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.security.krb5.conf=/home/infa/Informatica/9.6.1/services/shared/security/krb5.conf com.informatica.isp.tools.tomcatstarter.InfaTomcatBootstrap start
root       3252   2352  0 21:55 pts/2    00:00:00 su - infa
infa       3253   3252  0 21:55 pts/2    00:00:00 -bash
infa       3390   1947  0 21:57 pts/0    00:00:00 ps -ef
infa       3391   1947  0 21:57 pts/0    00:00:00 grep --color=auto infa

  • 检查端口访问
Last login: Thu Feb  2 21:36:25 CST 2023 on pts/1
[infa@centos7_5 ~]$ /home/infa/Informatica/9.6.1/isp/bin/infacmd.sh  ping -dn NGDP -dg centos7:6005 -re 300 
[INFACMD_10052] Domain [NGDP] Host:Port [centos7:6005] was successfully pinged.
[INFACMD_10470] Kerberos authentication is [disabled] and secure communication is [disabled] in the Informatica domain [NGDP].
Command ran successfully

6.访问 http://192.168.142.219:6008/

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-HLzvhfO8-1675346529327)(informatica部署安装.assets/1675346330898.png)]

isp.tools.tomcatstarter.InfaTomcatBootstrap start
root 3252 2352 0 21:55 pts/2 00:00:00 su - infa
infa 3253 3252 0 21:55 pts/2 00:00:00 -bash
infa 3390 1947 0 21:57 pts/0 00:00:00 ps -ef
infa 3391 1947 0 21:57 pts/0 00:00:00 grep --color=auto infa




* 检查端口访问

Last login: Thu Feb 2 21:36:25 CST 2023 on pts/1
[infa@centos7_5 ~]$ /home/infa/Informatica/9.6.1/isp/bin/infacmd.sh ping -dn NGDP -dg centos7:6005 -re 300
[INFACMD_10052] Domain [NGDP] Host:Port [centos7:6005] was successfully pinged.
[INFACMD_10470] Kerberos authentication is [disabled] and secure communication is [disabled] in the Informatica domain [NGDP].
Command ran successfully




## 6.访问 http://192.168.142.219:6008/

![在这里插入图片描述](https://img-blog.csdnimg.cn/d557a5b7d4fa42c089fa27e65c8978d4.png#pic_center)






































  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 3
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

气可鼓不可泄

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值