3. 安装EM、CTM

3.1 关闭防火墙

安装前需要确认防火强已经关闭

3.2 修改服务器hosts映射

配置hosts文件,添加EM、CTM、Agent、Oracle服务器主机的hostname与IP的映射(由于EM与CTM部署在同一台服务器上、Agent部署在ETL服务器上、元数据资料库用户部署在Oracle服务器上,因此hosts中只需要增加三条记录):

[root@Mr-MoJi-Server ~]# cat /etc/hosts127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4::1         localhost localhost.localdomain localhost6 localhost6.localdomain6192.168.38.10    Mr-MoJi-Server  Mr-MoJi-Server.localhost  #此为EM、CTM服务器信息192.168.38.11    Mr-MoJi-Agent  #此为Agent服务器信息192.168.38.12    Mr-MoJi-DB     #此为资料库Oracle服务器信息

注:必须按照以下形式修改

3.3 准备安装文件

Control-M 9.0.19版本 EM与CTM安装文件在同一个压缩包中DROST.9.0.19.200_PP_Linux-x86_64.tar.z,首先创建文件夹Control-M9.0.19存放压缩包,然后将压缩文件上传至服务器/data/tools/Control-M9.0.19/目录下,并进行解压。

[root@Mr-MoJi-Server tools]# iduid=0(root) gid=0(root) groups=0(root)[root@Mr-MoJi-Server tools]# pwd/data/tools[root@Mr-MoJi-Server tools]# mkdir Control-M9.0.19[root@Mr-MoJi-Server tools]

执行解压缩

[root@Mr-MoJi-Server tools]# cd  Control-M9.0.19[root@Mr-MoJi-Server Control-M9.0.19]# ls -l-rwxr-xr-x  1 emuser9 emuser9 7117207605 Aug 17 14:42 DROST.9.0.19.200_PP_Linux-x86_64.tar.z[root@Mr-MoJi-Server ControlM9.0.19]# tar -zxvf  DROST.9.0.19.200_PP_Linux-x86_64.tar.zCheckReq/CheckReq/Setup_files/…… #省略部分解压输出Updates_for_Full_Control-M_Installation/tools/bmcperl/bin/a2pUpdates_for_Full_Control-M_Installation/tools/GetListOfComponentsToInstall.pl[root@Mr-MoJi-Server ControlM9.0.19]#[root@Mr-MoJi-Server ControlM9.0.19]# ls -ltotal 6950432drwxrwxr-x  3   root    root          4096 Jan  2  2020 CheckReq-rwxr-xr-x 1    root    root    7117207605 Sep 27 10:52 DROST.9.0.19.200_PP_Linux-x86_64.tar.zdrwxrwxr-x 11   root    root         4096 Jan  2  2020 Setup_filesdrwxrwxr-x  3   root    root         4096 Jan  2  2020 Updates_for_Full_Control-M_Installation-rwxr-xr-x  1   root    root        12462 Dec 10  2019 setup.sh[root@Mr-MoJi-Server ControlM9.0.19]#

3.4 创建用户

之前写的帖子Control-M 8.0.00版本的安装,是分别介绍了安装EM服务与CTM服务的操作步骤,分别安装时序需要创建两个独立的操作系统用户emuser和ctmuser,对应EM服务与CTM服务。本次Control-M 9版本的安装,采用将EM服务与CTM服务共同部署在一台服务器上,安装方式采用“FULL”模式,因此只需要创建一个操作系统用户即可,这里我创建的用户为emuser9。

以root用户登录EM服务器(192.168.38.10),创建emuser9用户:

注:emuser9使用此csh


[root@Mr-MoJi-Server home]# useradd -d /home/emuser9 -s /bin/csh -m emuser9

设置密码: passwd emuser9(emuser9)

[root@Mr-MoJi-Server home]# passwd emuser9Changing password for user emuser9.New password:Retype new password:passwd: all authentication tokens updated successfully.

3.5 配置用户属性

配置安装目录属组及用户权限

  chmod -R 755 /home/emuser9chown -R emuser9:emuser9 /data/tools/Control-M9.0.19 (安装文件存放目录)

3.6 EM、CTM安装步骤

以emuser9用户登录服务器,切换至安装文件所在目录

[root@Mr-MoJi-Server ~]# su - emuser9 [emuser9@Mr-MoJi-Server ~]$ cd /data/tools/Control-M9.0.19[emuser9@Mr-MoJi-Server DROST.9.0.20.000_PP_Linux-x86_64]$ ls -ltotal 6950448drwxrwxr-x  3 emuser9 emuser9        4096 Jan  2  2020 CheckReq-rwxr-xr-x  1 emuser9 emuser9  7117207605 Aug 17 14:42 DROST.9.0.19.200_PP_Linux-x86_64.tar.zdrwxrwxr-x 11 emuser9 emuser9       4096 Jan  2  2020 Setup_files-rwxr-xr-x  1 emuser9 emuser9      12462 Dec 10  2019 setup.shMr-MoJi-Server%

执行./setup.sh

注意:在使用emuser9执行安装时,Control-M9.0.19目录的属组要设置为emuser9,否则会报错

安装流程如下所示:


[emuser9@Mr-MoJi-Server DROST.9.0.20.000_PP_Linux-x86_64]$ ./setup.sh

步骤1:

同意在非图形模式下安装,输入y并回车


Starting graphical user interface...GUI mode is not supported for this terminal.Install will continue in non graphical mode.Are you sure you want to continue?== <N> No  <Y> Yes ==Enter command:y

步骤2:

同意安装许可协议

a.输入s并回车跳过阅读条款

b.输入y并回车同意许可条款


=== Control-M 9.0.19.200 Installation ====== License Agreement ===END USER LICENSE AGREEMENTBY OPENING THE PACKAGE, DOWNLOADING OR INSTALLING, PRESSING "AGREE" OR "YES" OR USING THE PRODUCT, THE ENTITY OR INDIVIDUAL ENTERING INTO THIS AGREEMENT AGREES TO BE BOUND BY THE FOLLOWING TERMS. IF YOU DO NOT AGREE WITH ANY OF THESE TERMS, DO NOT INSTALL OR USE THE PRODUCT, PROMPTLY RETURN THE PRODUCT TO BMC OR YOUR BMC RESELLER, AND IF YOU RETURNED THE LICENSE WITHIN 15 DAYS OF THE DATE OF YOUR ORDER, CONTACT BMC OR YOUR BMC RESELLER FOR A REFUND OF LICENSE FEES PAID. IF YOU REJECT THIS AGREEMENT, YOU WILL NOT ACQUIRE ANY LICENSE TO USE THE PRODUCT.This Agreement ("Agreement") is between the entity or individual entering into this Agreement ("Customer") and the BMC Entity for the applicable Region where Customer acquired the License as described in Section 18 ("BMC").1.GENERAL DEFINITIONS."Affiliate" is an entity that controls, is controlled by or shares common control with BMC or Customer, where such control arises from either (a) a direct or indirect ownership interest of more than 50% or (b) the power to direct or cause the direction of the management and policies, whether through the ownership of voting stock by contract, or otherwise, equal to that provided by a direct or indirect ownership of more than 50%."Documentation" means the technical publications relating to the software, such as release notes, license entitlement descriptions, reference, user, installation, systems administrator and technical guidelines, included with the Product."Licensed Capacity" is the amount of each Product licensed as established in the Order."Order" is an agreed written or electronic document, subject to the terms of this Agreement that identifies the Products to be licensed and the Licensed Capacity and/or the Support to be purchased and the fees to be paid."Product" is the object code of the software and all accompanying Documentation delivered to Customer, including all items delivered by BMC to Customer under Support."Support" is the support services program as further specified in this Agreement."Territory" means the country(ies) where Customer is licensed to install the Product as specified in the Order.2.SCOPE. Licenses are granted, and Support is obtained, solely by execution of Orders. Each Order is deemed to be a discrete contract, separate from each other Order, unless expressly stated otherwise therein, and in the event of a direct conflict between any Order and the terms of this Agreement, the terms of the Order will control only if the Order is agreed to by each party. Orders may be entered under this Agreement by and between (a) BMC or an Affiliate of BMC; and (b) the Customer or an Affiliate of Customer. With respect to an Order, the terms "BMC" and "Customer" as used in this Agreement will be deemed to refer to the entities that execute that Order, the Order will be considered a two party agreement between such entities, and BMC or its authorized reseller will separately invoice the Customer named in the Order for the associated License fees and Support fees. Neither execution of this Agreement, nor anything contained herein, shall obligate either party to enter into any Orders. In the event an Order is proposed by BMC and is deemed to constitute an offer, then acceptance of such offer is limited to its terms. In the event Customer proposes an Order by submitting a purchase order, then regardless of whether BMC acknowledges, accepts or fully or partially performs under such purchase order, BMC OBJECTS to any additional or different terms in the purchase order.Press <Enter> to continue or <S> to skip: sDo you accept and agree to the terms of this Software License Agreement (Y/N)?y

步骤3:

同意收集产品信息并回车

NOTE:Control-M automatically collects anonymous information on your product usage patterns.This information helps BMC to identify trends, enhance Control-M capabilities,and improve the quality.BMC does not collect any of your personal or organizational identifiable data.Your participation in the usage collection is optional. You can opt-out at any timeby changing the values of the UsageCollectionDisabled system parameter to 1as described in the Control-M Help (CMS parameters).== <Enter> Continue ==

步骤4:

输入’1’选项(Full Installation)回车(本次安装采用“FULL”模式,即同时安装EM与CTM,只需要用一个操作系统用户即可),然后在子选项中输入’1’(使用客户自定义设置)回车,然后在选择’y’确认使用客户自定义设置并回车,再输入回车进入下一项。

=== Control-M 9.0.19.200 Installation ====== Product Settings : Installation Options ===1 : (x) Control-M 9.0.19.200 - Full InstallationUse custom settings (y/n)? - nInstall trial version with all optional components (y/n)? - n2 : ( ) Control-M Agent3 : ( ) Additional  Installations== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change: 1(x) Control-M 9.0.19.200 - Full Installation1 :     Use custom settings (y/n)? – n2 :     Install trial version with all optional components (y/n)? - nEnter your selection:1Use custom settings (y/n)?yEnter command or item number you wish to change:

步骤5:

需要设置

1.数据库服务的类型(选Oracle)

2.数据库规模(选Medium)

3.是否增加demo示例调度任务(选不增加)

4/5.使用Control-M自带JRE还是选择自定义JRE(选项使用产品自带)

选择数据库类型(我们这里提前安装好了Oracle 11g),输入’1’并回车,再输入’2’并回车。由于数据库规模(Database size)默认选项是Medium,中等规模,符合我们目前数据库规模,因此不需要特殊设置。输入’3’并回车,是否选择demo示例作业,选择’n’并回车,其余选择项目使用默认选项,再次输入回车。


=== Control-M 9.0.19.200 Installation ====== Product Settings : Control-M Configuration ===1 : Database Server Type(x) PostgreSQL( ) Oracle2 : Database size( ) Small - Less than 1,000 jobs per day(x) Medium - 1,001-10,000 jobs per day( ) Large - More than 10,000 jobs per day3 : Using Existing Database server (y/n)? - n4 : Add demo folders with sample jobs after installation (y/n)? - y5 : (x) Dedicated JRE (uses OpenJDK as default)6 : ( ) External JRE (select an alternative JRE)== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change: 1Database Server Type(x) 1 : PostgreSQL( ) 2 : OracleEnter your selection: 2=== Control-M 9.0.19.200 Installation ====== Product Settings : Control-M Configuration ===1 : Database Server Type( ) PostgreSQL(x) Oracle2 : Database size( ) Small - Less than 2,000 jobs per day, approximately 680 MB disk space(x) Medium - 2,001-10,000 jobs per day, approximately 2.2 GB disk space( ) Large - More than 10,000 jobs per day, approximately 6.8 GB disk space3 : Add demo folders with sample jobs after installation (y/n)? - y4 : (x) Dedicated JRE (uses OpenJDK as default)5 : ( ) External JRE (select an alternative JRE)== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change: 3Add demo folders with sample jobs after installation (y/n)? n=== Control-M 9.0.19.200 Installation ====== Product Settings : Control-M Configuration ===1 : Database Server Type( ) PostgreSQL(x) Oracle2 : Database size( ) Small - Less than 2,000 jobs per day, approximately 680 MB disk space(x) Medium - 2,001-10,000 jobs per day, approximately 2.2 GB disk space( ) Large - More than 10,000 jobs per day, approximately 6.8 GB disk space3 : Add demo folders with sample jobs after installation (y/n)? - n4 : (x) Dedicated JRE (uses OpenJDK as default)5 : ( ) External JRE (select an alternative JRE)== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change:

步骤6:

设置数据库服务信息及用户用户信息

a.输入’1’并回车,输入数据库服务器主机名称并回车;

b.选项2是数据库端口选项,使用默认值即可,不需要修改;

c.输入’3’并回车,输入数据库服务(SERVICE_NAME)名称并回车;

d.选项4是管理员用户名称,此管理员需要具备创建用户、创建表空间等的权限,使用默认值即可,不需要修改;

e.输入’5’并回车,输入SYSTEM用户的密码并回车.

以上5项配置完成后,输入回车进行下一项。

注意:程序会检测输入的数据库相关信息是否正确,若信息输入有误,则会报错并提示对应错误信息,若相关信息输入无误,则会进行到下一步。


=== Control-M 9.0.19.200 Installation ====== Product Settings : Database Server Connection ===1 : Oracle server hostname:2 : Oracle listener port number: 15213 : Oracle database service name:4 : Database administrator login: SYSTEM5 : Database admin password:== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change: 1Enter a new value for Oracle server hostname: Mr-MoJi-DB=== Control-M 9.0.19.200 Installation ====== Product Settings : Database Server Connection ===1 : Oracle server hostname: Mr-MoJi-DB2 : Oracle listener port number: 15213 : Oracle database service name:4 : Database administrator login: SYSTEM5 : Database admin password:== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change: 3Enter a new value for Oracle database service name: orcldb=== Control-M 9.0.19.200 Installation ====== Product Settings : Database Server Connection ===1 : Oracle server hostname: Mr-MoJi-DB2 : Oracle listener port number: 15213 : Oracle database service name: orcldb4 : Database administrator login: SYSTEM5 : Database admin password:== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change: 5Enter a new value for Database admin password: *********=== Control-M 9.0.19.200 Installation ====== Product Settings : Database Server Connection ===1 : Oracle server hostname: Mr-MoJi-DB2 : Oracle listener port number: 15213 : Oracle database service name: orcldb4 : Database administrator login: SYSTEM5 : Database admin password: *****== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change:

步骤7:

分别创建Control-M的EM与CTM的元数据资料库用户(注意:此两个用户不需要提前在Oracle数据库中创建,安装过程中会自动创建),由于1、3选项已经给出默认值,若是首次安装可以采用默认用户名称,如有特殊需求,则可以进行用户名变更,我们这次是升级安装因此资料库数据库中已经存在emuser、ctmuser两个用户,因此我们选择创建两个全新用户emuser9、ctmuser9。

a.输入’1’并回车,输入EM资料库用户名称(emuser9)并回车

b.输入’2’并回车,设置EM资料库用户密码(emuser9,用户密码根据实际需求进行调整),再输入密码并回车;

c.输入’3’并回车,输入CTM资料库用户名称(ctmuser9)并回车

d.输入’4’并回车,设置CTM资料库用户密码(ctmuser9, 用户密码根据实际需求进行调整),再输入一次密码并回车;

以上4项配置完成后,输入回车进行下一项。


=== Control-M 9.0.19.200 Installation ====== Product Settings : Database Properties ===1 : Enterprise Manager database owner username: emuser2 : Enterprise Manager database owner password:3 : Control-M/Server database owner username: ctmuser4 : Control-M/Server database owner password:== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change: 1Enter a new value for Enterprise Manager database owner username: emuser9=== Control-M 9.0.19.200 Installation ====== Product Settings : Database Properties ===1 : Enterprise Manager database owner username: emuser92 : Enterprise Manager database owner password:3 : Control-M/Server database owner username: ctmuser4 : Control-M/Server database owner password:== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change: 2Enter a new value for Enterprise Manager database owner password: *******Confirm the password: *******=== Control-M 9.0.19.200 Installation ====== Product Settings : Database Properties ===1 : Enterprise Manager database owner username: emuser92 : Enterprise Manager database owner password: *****3 : Control-M/Server database owner username: ctmuser4 : Control-M/Server database owner password:== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change: 3Enter a new value for Control-M/Server database owner username: ctmuser9=== Control-M 9.0.19.200 Installation ====== Product Settings : Database Properties ===1 : Enterprise Manager database owner username: emuser92 : Enterprise Manager database owner password: *****3 : Control-M/Server database owner username: ctmuser94 : Control-M/Server database owner password:== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change: 4Enter a new value for Control-M/Server database owner password: ********Confirm the password: ********=== Control-M 9.0.19.200 Installation ====== Product Settings : Database Properties ===1 : Enterprise Manager database owner username: emuser92 : Enterprise Manager database owner password: *****3 : Control-M/Server database owner username: ctmuser94 : Control-M/Server database owner password: *****== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change:

步骤8:

配置数据库属性

a.确认EM服务元数据资料库用户emuser9使用的表空间的名称,程序提供的默认值为(emuser9_tbs),若系统命名有其他规范,表空间名称可自行变更;

b.确认EM服务元数据资料库用户emuser9使用的数据文件的名称,程序提供的默认值为(emuser9.dbf),若系统命名有其他规范,数据文件名称可自行变更;

c.确认EM服务元数据资料库用户emuser9使用的表空间大小,程序提供的默认值为(800M),若表空间大小规范有其他要求,则空间大写可自行变更;

d.确认CTM服务元数据资料库用户ctmuser9使用的表空间的名称,程序提供的默认值为(ctmuser9_tbs),若系统命名有其他规范,表空间名称可自行变更;

e.确认EM服务元数据资料库用户ctmuser9使用的数据文件的名称,程序提供的默认值为(ctmuser9.dbf),若系统命名有其他规范,数据文件名称可自行变更;

f.确认EM服务元数据资料库用户ctmuser9使用的表空间大小,程序提供的默认值为(800M),若表空间大小规范有其他要求,则空间大写可自行变更;

注意:默认表空间名称、默认数据文件名称、默认表空间大小都是根据上一步骤配置的元数据资料库用户名、选择的数据库规模大小等配置自动生成的结果。

此步骤配置,都使用默认值配置,确认无误后直接回车即可,进行下一步。

=== Control-M 9.0.19.200 Installation ====== Product Settings : Database Properties ===1 : Manager data tablespace name: emuser9_tbs2 : Manager data tablespace full remote path and filename: /data/app/oracle/oradata/orcldb/emuser9.dbf3 : Data tablespace size: 8004 : Server data tablespace name: ctmuser9_tbs5 : Server data tablespace full remote path and filename: /data/app/oracle/oradata/orcldb/ctmuser9.dbf6 : Data tablespace size: 800== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change:

步骤9:

配置Control-M主机名称以及相关服务对应的默认端口号。

此步骤配置,都使用默认值配置,确认无误后直接回车即可,进行下一步。

=== Control-M 9.0.19.200 Installation ====== Product Settings : Control-M Configuration ===1 : Local IP host interface name: Pre-SJPT-DEV22 : Naming Services port: 130753 : Web Server port: 180804 : Web Server secured port (HTTPS): 84435 : Apache Kafka port: 190926 : Apache Zookeeper port: 121817 : Control-M/Enterprise Manager port: 23708 : Inter process communication port: 60059 : Configuration Agent port: 236910 : Agent-to-Server port: 700511 : Server-to-Agent port: 7006== <C> Cancel <P> Previous Panel <N>/<Enter> Next Panel ==Enter command or item number you wish to change:

步骤10:

Control-M安装信息汇总,此步骤确认配置信息是否无误,若无需修改直接输入回车或”I”即可,进行下一步(若输入”G”,则可以生成一份自动安装的参数配置文件)

注意:此处配置信息中产品安装目录为刚刚创建的操作系统用户的家目录(/home/emuser9),如果不打算修改安装路径,需要保证家目录具有足够的空间(Control-M 9版本安装 大概需要20G左右),否则安装过程中可能会由于空间不足而报错。


=== Control-M 9.0.19.200 Installation ====== Summary ===You are about to install Control-M version 9.0.19.200Destination Folder: /home/emuser9Database Server Type: Oracle with CJK enabledDatabase Server Name: Mr-MoJi-DBControl-M/Server Database Owner Username: ctmuser9Local IP Host Interface Name: Mr-MoJi-DBAgent-to-Server Port Number: 7005Server-to-Agent Port Number: 7006Control-M EM TCP/IP Port Number: 2370Inter Process Communication Port Number: 6005Configuration Agent Port Number: 2369Install Control-M/Agent: YesData Tablespace Name: ctmuser9_tbsData Tablespace Full Remote Path and File Name: /data/app/oracle/oradata/orcldb/ctmuser9.dbfDatabase size: MediumControl-M/Enterprise Manager setup type: Full - CustomNaming Services hostname: Mr-MoJi-DBNaming Services port number: 13075Web Server port number: 18080Web Server Secured port number (HTTPS): 8443Apache Kafka port number: 19092Apache Zookeeper port number: 12181Database Server Port Number: 1521Control-M/Enterprise Manager Database Owner Username: emuser9Control-M/Enterprise Manager Oracle Database Instance Name: orcldbData Tablespace Name: emuser9_tbsData Tablespace Full Remote Path and File Name: /data/app/oracle/oradata/orcldb/emuser9.dbfDatabase Size: MediumApplication Plug-ins:Control-M for SAP 9.0.01Control-M for Web services, Java and Messaging 9.0.00Control-M for Oracle E-Business Suite 9.0.01Control-M for Databases 9.0.19Control-M for Backup 9.0.19Control-M Application Integrator 9.0.19== <C> Cancel <P> Previous Panel <I>/<Enter> Install <G> Generate an automatic installation configuration file ==Enter command:

步骤11:

开始安装,安装完成后,程序会自动退出。

=== Control-M 9.0.19.200 Installation ====== Installation ===[ Starting to unpack ][ Processing package: Control-M/Server files ][ Processing package: Control-M/Server JRE files(Linux64) ][ Processing package: Control-M/Agent files ][ Processing package: Extracting Python Package ][ Processing package: After files extract ][ Processing package: Configure Control-M/Server ][ Processing package: Before Database create configure ][ Processing package: Configure Control-M/Server oracle configuration ][ Processing package: Configure database schema ][ Processing package: Creating DB version description file ][ Processing package: Before product startup ][ Processing package: The installed-versions.txt update. ][ Processing package: Control-M/Server final configurations ][ Processing package: Start Control-M/Server configuration-agent ][ Processing package: Configure Control-M/Agent ][ Processing package: Create softlinks for Control-M/Agent ][ Processing package: Start and enable Control-M Agent ][ Processing package: The installed-versions.txt update. ][ Processing package: Write uninstaller ][ Processing package: Control-M/Enterprise Manager Server files ][ Processing package: Prepare files ][ Processing package: Control-M/Enterprise Manager Server files ][ Processing package: Extracting Python Package ][ Processing package: After files extract ][ Processing package: Configure Control-M/Enterprise Manager ][ Processing package: Configure High Availability files ][ Processing package: Configure Control-M/Enterprise Manager oracle configuration ][ Processing package: Preparing environment for DBUBuild ][ Processing package: Configure database schema ][ Processing package: Creating DB version description file ][ Processing package: Configure Control-M Web Server ][ Processing package: Run EM post configuration steps ][ Processing package: Configure Control-M/Enterprise Manager ][ Processing package: Stop Control-M/Enterprise Manager ][ Processing package: Copy DBLAyer library to archive folder ][ Processing package: The installed-versions.txt update. ][ Processing package: Gathering information ][ Processing package: Copy client files ][ Processing package: Last configurations ][ Processing package: Automation API install configuration ]                                          [ Processing package: Starting Control-M/Enterprise Manager ][ Processing package: Write uninstaller ][ Processing package: Run cmsap install ][ Processing package: Run cmoebs install ][ Processing package: Run cmbpi install ][ Processing package: Run Control-M Application Pack install ][ Unpacking finished ]=== Control-M 9.0.19.200 Installation ====== Installation Result - Success ===Installation has completed successfully.Note:To start working with Control-M,you must close the current session and open a new one.To download the Control-M client and view the latest help and videos,see the Control-M Welcome pagehttp://Mr-MoJi-Server:18080[emuser9@Mr-MoJi-Server Control-M9.0.19]$[emuser9@Mr-MoJi-Server Control-M9.0.19]$

步骤12:

由于Control-M 9版本新增的Web端,因此可以登录Web端,已验证安装是否成功。

登录http://Mr-MoJi-Server:18080即可,登录网页显示正常,则可以间接证明安装成功(具体是否成功后续还需要通过其他操作进行验证)。

至此,Control-M 9.0.19版本的EM和CTM组件均安装结束。

Control-M 9 升级 安装 (三)~~ EM、CTM组件安装相关推荐

  1. git2.29.2..2安装_Centos6.5+jumpserver组件安装(2)

    jumpserver组件安装 1.安装coco组件 Jumpserver堡垒机自V1.5.3 版本起,Koko(基于Go语言开发的SSH客户端)将担任Coco(基于Python语言开发的SSH客户端) ...

  2. amh升级php版本,AMH4.2升级PHP版本后续之组件安装

    特别注意:AMH升级PHP版本后,从后台模板扩展里面进行安装的组件大多不能使用,所以,如果你升级了PHP版本,请不要尝试,老实用下面手动编译方法安装. 下面我以在Centos6.5 64位,PHP5. ...

  3. 计算机附近组件的安装方法,所有计算机组件安装与结语

    ▇ 安装所有计算机组件: 在完成所有的机箱修改.设置螺丝孔位.所需组件制作与修改后,就可以将所有的东西置入组成一台计算机啦!先从面板组件电线的走线开始处理,面板共有三组电线,分别是LED.电源开关以及 ...

  4. Microsoft Dynamics CRM 2013升级2015(二)正式安装升级 2015及 Reporting Extensions安装

    Microsoft Dynamics CRM 2015 系统要求和所需技术 Microsoft Dynamics CRM(本地) 版本需要以下软件: ·Microsoft Windows Server ...

  5. mac linux win三系统安装教程,【教程】macbook pro上安装三系统详解教程(mac os x+windows+linux ubuntu)...

    有关如何在macbook pro上安装三系统(mac os x+windows+linux ubuntu),本人本本MB986亲自测试,经过4天奋战已初有小成,特地写下详细安装教程便于惠存,如有问题情 ...

  6. 大数据基础学习三:Ubuntu下安装VMware Tools超详细步骤及需要注意的问题(以ubuntu-18.04.3、Mware Workstation 15.1.0 Pro为例)

    大数据基础学习三:Ubuntu下安装VMware Tools超详细步骤及需要注意的问题 (以ubuntu-18.04.3.Mware Workstation 15.1.0 Pro for Window ...

  7. 三核CPU不能安装SP4补丁问题

    在实机下SQL2000可以安装(在不安装SP4补丁下,包括改动msconfig 工具),如果安装虚拟机再改动虚拟U核心,SQP4补丁完全可以安装成功,所以在用三核CPU的情况下不要再考虑安装SQL20 ...

  8. book mac pro怎么重装系统_如何在Macbook Pro上安装三系统详解教程?

    苹果笔记本一直深受用户青睐,对于MacBook Pro是2006年发行的笔记本,相信还有很多用户还在使用该款笔记本吧.至于MacBook Pro系统的安装,可能还有很多伙伴都不会吧?不会没关系,下面小 ...

  9. mac linux win三系统安装教程,macbookpro上安装三系统详解教程(macosxwindowslinuxubuntu).doc...

    macbookpro上安装三系统详解教程(macosxwindowslinuxubuntu) macbook pro上安装三系统详解教程(mac os x+windows+linux ubuntu) ...

最新文章

  1. 关于HtmlAgilityPack解析页面中数据乱码问题
  2. 互联网电商老三巨头在网站推广下逐步退居幕后新三巨头蓄势待发
  3. 【BZOJ】4259: 残缺的字符串 FFT
  4. div+css中clear用法
  5. Leetcode 231. 2的幂 解题思路及C++实现
  6. python实现knn算法鸢尾花_Python学习之knn实现鸢尾花分类
  7. 还在问跨域?本文记录js跨域的多种实现实例
  8. 屌丝也能开发安卓版2048(App Inventor)
  9. python电脑怎么打开任务管理器_利用Python调用Windows API,实现任务管理器功能
  10. 机器学习——CART决策树——泰坦尼克还生还预测
  11. 常用的参数检验和非参数检验方法对比
  12. 服务器装系统出现命令提示符,怎么通过cmd命令提示符重装系统?具体怎么操作?...
  13. dex文件格式------header_item解析
  14. c#中计算三角形面积公式_高中数学|向量公式之用平面向量求三角形面积
  15. excel系列【统计一列中的不重复项】
  16. Zookeeper 报错 zookeeper Invalid config, exiting abnormally
  17. Java WebSocket 基础 建立端点
  18. 西门子200SMART(七)交叉引用
  19. 海贼王热血航线服务器维护,航海王热血航线维护中是怎么回事 无法登录解决方法...
  20. LeetCode——883. 三维形体投影面积

热门文章

  1. 大学老师和学生的理想相处模式探究
  2. 配置jenkins过程中Gitee无法添加证书令牌
  3. 2021-10-30 vscode+Xming+树莓派使用python-opencv的imshow()函数时显现图像为灰色问题
  4. 第一期中国最受欢迎50大技术博客评选结果出炉
  5. Shell编程:(七)函数
  6. HDU1800 字典树写法
  7. NightTone for Mac(屏幕舒适度调整软件)
  8. User centered design的步骤
  9. 量子计算机存储能力大吗,神奇的量子电脑,量子计算机超能力,强到惊人的存储运算能力...
  10. OpenCV之霍夫变换