安装介质清单准备

介质名称

版本信息

描述

Informatica Powercenter

9.5.1 for Linux 64 bit

必须

Java Jdk

1.6.0_45 for Linux 64 bit

可选,如果想图形安装INFA就需要安装

Oracle Client

11G R2 for Linux 64 bit

必须(或者安装数据库)

上传安装介质清单列表到需要安装的服务器上。

1、  首先安装JDK

Jdk安装介质《jdk-6u45-linux-x64.bin》放到指定目录。

chmod +x jdk-6u45-linux-x64.bin    --使用root用户,使安装介质赋予可执行权限

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

createuser infa_repidentifiedby infa_rep;

createuser infa_domainidentifiedby infa_domain;

grantconnect,resource,createviewto infa_rep,infa_domain;

3、  安装Oracle客户端(跳过,以后会讲解)

4、  创建infa用户与oinstall组。

注:以下连接Linux终端采用Xmanager4.0进行说明

vi/etc/hosts              --添加ip主机名映射

groupadd –g 501 oinstall      --使用root用户创建组

useradd –m infa –g 501       --使用root用户创建用户并且指定相应组

su – infa                   --切换到infa用户下配置java环境变量

vi .bash_profile             --编辑.bash_profile文件

export JAVA_HOME=/home/jdk1.6.0_45                    #添加JAVA_HOME环境变量

PATH=$PATH:$HOME/bin:$JAVA_HOME/bin                 #配置PATH变量

export PM_CODEPAGENAME="MS936"                     #配置INFA PAGE CODE

source .bash_profile         --使用.bash_profile文件生效

java –version               --测试java环境变量是否生效

exit                       --退出infa用户到root用户

mkdir –p /home/soft         --创建soft目录

tar –xvf 951HF1_Server_Installer_linux-x64.tar–C /home/soft --解压infa安装包到当前目录下/home/soft

chmod –R 775 /home/soft        --赋予安装介质相应权限

chown –R infa:oinstall /home/soft  --赋予安装介质归属用户与组

su – infa                   --切换到infa用户准备安装infa工具

cd /home/soft                      –回退到/home/soft目录

./install.sh                 --安装,由于PC虚拟机等待时间比较长……

[infa@rotmain soft]$ ./install.sh

OS detected is Linux

unjar task is in progress.............

unjar of ESD completed.....

Do you want to continue installation  (y/n) ?                   --输入y

y

Starting installation ...

\***************************************************************************

\* Welcome to the Informatica 9.5.1  HotFix 1 Server Installer.  *

\***************************************************************************

Before you continue, read the following  documents:

* Informatica 9.5.1 HotFix 1 Installation  Guide and Release Notes.

* B2B Data Transformation 9.5.1 HotFix 1  Installation, Configuration Guide and Release Notes.

You can find the 9.5.1 HotFix 1  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                     --输入y

Installer requires operating system Linux  version 2.6 and later.

Current operating system Linux version  2.6.

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.5.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 1 to Informatica 9.5.1.

Select this option if the machine has Informatica 9.5.1 installed.

Enter the choice(1, 2 or 3):1                   --输入1选择安装

-----------------------------------------------------------

Checking for existing 9.5.1 HotFix 1  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.

Do you want to run the Pre-Installation  System Check Tool (i9Pi) before you start the installation process (y/n)?  (Default: n )n                 --不检查

Do you want to  continue the Informatica Server Installation (y/n) ?y

Select (G)UI mode (needs X Window  support) or (C)onsole mode (G/C):g --选择图形界面安装

Launching installer in GUI mode ...

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...

图形界面如下图:

安装成功,安装客户端环节直接跳过,最后使用客户端连接测试。

配置域

Key

Value

Desc

域名

Domain_RotKang

 

主机名

rotmain

在hosts中配置一映射

端口号

6005

 

Informatica在linux下安装搭建的更多相关文章

  1. Linux下安装搭建WordPress网站

    WordPress简介 WordPress 是一种使用 PHP语言和 MySQL数据库开发的开源.免费的Blog(博客,网志)引擎,用户可以在支持 PHP 和 MySQL 数据库的服务器上建立自己的 ...

  2. LINUX下安装搭建nodejs及创建nodejs-express-mongoose项目

    在Ubuntu中按CTRL+ALT+T打开命令窗口,按下面步骤和命令进行安装即可.添加sublime text 3的仓库.1.sudo add-apt-repository ppa:webupd8te ...

  3. linux 下安装 搭建 svn服务器

    1.下载svn http://subversion.apache.org/download 下载完成后解压,执行 ./configure --prefix=/usr/svn 提示 configure: ...

  4. linux下安装EJBCA 搭建私有CA服务器

    linux下安装EJBCA 搭建私有CA服务器 EJBCA是一个全功能的JAVA的CA系统软件,我们可以用此搭建私有CA服务器: 一:首先我的测试环境: 1.  linux mint18.3 62位: ...

  5. Linux下安装Redis及搭建主从

    Linux下安装Redis 首先在官网下载对应版本的redis包,这里本人使用的是redis-4.0.8.tar.gz.   然后在服务器中存放redis包的路径下执行tar –vxf redis-4 ...

  6. Nginx 在 Linux 下安装与搭建集群

    搭建集群图例 集群搭建图如下,为了简单一点,使用一个Nginx服务器+两个Tomcat服务器,省略数据库部分: 环境说明 Linux 为 CentOS 7.2 发行版 + Java jdk 1.8 + ...

  7. linux下svn 搭建

    linux 下SVN搭建加自动提交更新到指定目录一.安装#yum install subversion       yum安装SVN#mkdir -p /opt/svn/repos       创建s ...

  8. linux下安装svn

    linux下SVN服务器如何搭建和使用 | 浏览:12117 | 更新:2013-09-18 14:28 | 标签:linux linux下SVN服务器如何搭建和使用?说到SVN服务器,想必大家都知道 ...

  9. (转载)Linux下安装配置MySQL+Apache+PHP+WordPress的详细笔记

    Linux下安装配置MySQL+Apache+PHP+WordPress的详细笔记 Linux下配LMAP环境,花了我好几天的时间.之前没有配置过,网上的安装资料比较混乱,加上我用的版本问题,安装过程 ...

随机推荐

  1. 【题解】CF894E Ralph and Mushrooms (缩点)

    [题解]CF894E Ralph and Mushrooms (缩点) 这是紫?给个解方程算法 考虑一条边若可以重复遍历说明一定有环,有环的话一定会把环上的蘑菇榨干,考虑一条边从全部到榨干的贡献是多少 ...

  2. 洛谷$P3645\ [APIO2015]$雅加达的摩天楼 最短路

    正解:最短路 解题报告: 传送门$QwQ$ 考虑暴力连边,发现最多有$n^2$条边.于是考虑分块 对于长度$p_i$小于等于$\sqrt(n)$的边,建立子图$d=p_i$.说下关于子图$d$的定义? ...

  3. $vjudge-dp$专题题解

    因为感觉题解写不了多少,,,就懒得一道道题目慢慢写了,汇总了算了$QAQ$ 昂然后因为我估计以后还会有些什么$dp$专题啊$balabala$的,,,然后谢总肯定又会建一堆小组啥的,,,所以还是放个链 ...

  4. centos 7.3 服务器环境搭建——MySQL 安装和配置

    centos 7.3 服务器环境搭建——MySQL 安装和配置服务器信息如下:服务器:阿里云系统 centos 7.3 (阿里云该版本最新系统)mysql版本:5.7.18 (当前时间最新版本)连接服 ...

  5. iOS-UITableView HeaderView随Cell一起移动

    我们在使用TableView的时候,有时会设置HeaderView,当我们滑动的时候,HeaderView不会随Cell滑出屏幕,而是会固定到导航栏下面.今天我们要实现HeaderView随滑动一起滑 ...

  6. 网课党的双重大福利!Github学生账号和Educative合作,总共2000美金的课程免费半年啦

    如果你在北美计算机求职,各种算法培训课对你肯定不陌生.其中有一门课叫做System Design的课,更是人人皆知. 系统设计传送门: Grokking the System Design Inter ...

  7. Redis系列之----Redis的过期设置及淘汰策略

    Redis的过期时间机制和内存淘汰策略    Redis的数据是存储在内存中的,而服务器的内存大小是有限制的,除非宕机,否则这些数据会一直存在,对于一些不再使用的key,也应当进行删除,否则会浪费内存 ...

  8. C#实现DataTable转.CSV文件

    将DataTable转换成CSV文件是一种常见的转换形式,主要通过遍历Table的每行,再对每行遍历每列,实现对数据的读取,然后用分隔符分隔Table的每个栏位数据,把读取的字符写入到CSV文件中.这 ...

  9. 探究公钥、私钥、对称加密、非对称加密、hash加密、数字签名、数字证书、CA认证、https它们究竟是什么,它们分别解决了通信过程的哪些问题。

    一.准备 1. 角色:小白.美美.小黑. 2. 剧情:小白和美美在谈恋爱:小黑对美美求而不得.心生怨念,所以从中作梗. 3. 需求:小白要与美美需通过网络进行通信,联络感情,所以必须保证通信的安全性. ...

  10. dp-完全背包

    (  推荐 : http://blog.csdn.net/insistgogo/article/details/11081025 ) 问题描述 : 已知一个容量为 V 的背包 和 N 件物品 , 第 ...