Informatica Cloud
现在大数据和Cloud很火热,而Informatica Cloud的产品很早就出了,我好像是在2014年接触了一下,后来一直很忙于其他事情,没有持续的研究。现在又开始接触了,这里就记录一下。
注册
-
图1
点击Free 30-day trial 获取30天的试用
图2
然后你会收到一封邮件,告诉你账户和临时密码等信息
图3
使用账户和临时密码登录https://app.informaticaondemand.com/ma
这一步会让你填写新的密码。
恭喜你
图4
下载Secure Agent
请参考图4,点击Download the Secure Agent
图5
现在只支持Linux 64Bit和Windows 64Bit
我选择了Linux版本
安装Secure Agent
不管Linux版还是Windows版,安装都超级简单,Windows直接下一步下一步就完成了。 这里以Linux版为例
创建安装Secure Agent的目录
[infacloud@infa210 ~]$ mkdir -p /opt/infa/cloud/agent [infacloud@infa210 ~]$ # mkdir the secure agent folder
安装Secure Agent
[infacloud@infa210 ~]$ sh agent64_install.bin
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...
Launching installer...
Graphical installers are not supported by the VM. The console mode will be used instead...
===============================================================================
Informatica Cloud Secure Agent (created with InstallAnywhere)
-------------------------------------------------------------------------------
Preparing CONSOLE Mode Installation...
===============================================================================
Choose Install Folder
---------------------
Where would you like to install?
Default Install Folder: /home/infacloud/infaagent
ENTER AN ABSOLUTE PATH, OR PRESS <ENTER> TO ACCEPT THE DEFAULT
: /opt/infa/cloud/agent
INSTALL FOLDER IS: /opt/infa/cloud/agent
IS THIS CORRECT? (Y/N): Y
===============================================================================
Pre-Installation Summary
------------------------
Please Review the Following Before Continuing:
Product Name:
Informatica Cloud Secure Agent
Install Folder:
/opt/infa/cloud/agent
Disk Space Information (for Installation Target):
Required: 143,950,440 Bytes
Available: 167,306,391,552 Bytes
PRESS <ENTER> TO CONTINUE:
===============================================================================
Installing...
-------------
[==================|==================|==================|==================]
[------------------|------------------|------------------|------------------]
===============================================================================
Installation Complete
---------------------
Congratulations. Informatica Cloud Secure Agent has been successfully
installed to:
/opt/infa/cloud/agent
Please run "infaagent startup" to start the agent, check the infaagent.log
for any errors and visit the Informatica OnDemand site to make sure the
agent is active.
PRESS <ENTER> TO EXIT THE INSTALLER:
启动 Secure Agent
命令infaagent startup,启动之后,会多两个文件infaagent.log 和 infaagentprocessid。
infacloud@infa210 agent]$ # start the secure agent
[infacloud@infa210 agent]$ ./infaagent startup
[infacloud@infa210 agent]$ ls
agent_start.sh infaagent infaagentprocessid main upgrades
agent_upgrade.sh infaagent.log jre packages
登录 Secure Agent
在main/agentcore目录下,有个脚本文件consoleAgentManager.sh, 执行consoleAgentManager.sh configure YourAccound YourPassword
[infacloud@infa210 agent]$ # login the secure agent
[infacloud@infa210 agent]$ cd main/agentcore/
[infacloud@infa210 agentcore]$ ./consoleAgentManager.sh configure $CLOUDACCOUNT $CLOUDPASSWD
Login succeeds.
验证 Secure Agent
- 登录INFA Cloud
点击菜单Configure -> Runtime Environments
图6
Secure Agent登录成功
图7
Author: Arthur Li
Email: [email protected]
欢迎转载和关注微信号: INFAer