你能够在这里找到本文的原文。安全
Oracle Enterprise Manager Cloud Control 12c Release 4 (12.1.0.4) 已经安装好,并能够从 https://oem.example.com:7802/em 访问到bash
EM12c的安装过程看这里。服务器
Oracle Secure Global Desktop version 5.2 已经安装好,并能够从 https://demo.example.com 访问到oracle
SGD5.2的安装过程看这里。ui
登录到SGD服务器中,并建立oracle
用户,并将oracle
用户组中加入ttaserv
:.net
[root@demo ~]# groupadd oinstall [root@demo ~]# useradd -G ttaserv,oinstall oracle [root@demo ~]# passwd oracle [root@demo ~]# id oracle uid=504(oracle) gid=504(oracle) groups=504(oracle),500(ttaserv),505(oinstall)
以root用户修改sudoers文件:插件
[root@demo ~]# visudo #Defaults requiretty Defaults !requiretty #Defaults !visiblepw Defaults visiblepw ... ## Allows people in group wheel to run all commands # %wheel ALL=(ALL) ALL oracle ALL=(ALL) ALL
如下全部操做都是在登陆到EM以后进行的。3d
首先确保EM主机能链接外网。以sysman用户名登陆到EM以后,选择Setup
-- My Oracle Support
-- Set Credentials
,而后输入在Oracle注册的帐号和密码,最后点击Apply
。code
再次选择Setup
-- Extensibility
-- Self Update
。orm
在Self Update页面的Status部分,选择Check Updates
,同时确保Connection Mode是Online
状态。
等待几分钟,待全部数据更新完毕以后,在列表中找到Plug-in部分,点击进去。
在Plug-in页面中,向下滚动找到Oracle Secure Global Desktop和Oracle Secure Global Desktop Gateway两个插件所在的行,选择其中一个插件,先点击列表上方的Download
,等待几秒中,直到下载完成。
提示下载完成后,点击Apply
,完成在OMS中插件的部署。
在点击上图的Apply
以后,会弹出提示画面,这时点击OK
。
输入SGD主机名demo.example.com
,选择Platform为Linux x86-64
,并点击Next
。
这时有一些必填选项须要输入:
/home/oracle/agentHome
/home/oracle/agentHome/agent_inst
oracle
用户及其密码。所有内容填写完毕以后,点击Next
。
最后检查一些配置信息,确认无误的话,点击Deploy Agent
开始自动安装过程。
等待几分钟后,直到全部的步骤完成,点击Done
。
登陆到EM以后,选择右上角的Setup
-- Add Target
-- Add Targets Manually
。在Add Targets manually页面中选择Add Targets Declaratively by Specifying Target Monitoring Properties
,Target Type
中选择Oracle Secure Global Desktop
。
在Monitoring Agent
右侧,点击图标,在弹出窗口中选择demo.example.com:3872
,点击Select
。
回到主画面后,Monitoring Agent
中会出现demo.example.com:3872
,点击Add Manually...
。
在Target Name
中输入监视目标的名字,这里暂时命名为SGD_SERVER_2
。Secure Global Desktop Monitoring Credentials
中输入SGD管理员的用户名和密码,这里输入root用户名和密码。Secure Global Desktop Installation Directory
中输入安装路径,这里使用SGD的默认安装路径/opt/tarantella
。Secure Global Desktop Web Services Port
中输入80
,该端口是SGD Web服务器在本地接口上用于非安全的Web服务链接时用到的,默认安装状况下,老是使用80端口。最后点击OK
以完成添加过程。
以后就能够在Targets
-- All Targets
-- Target Type
-- Server, Storage and Network
中看到Oracle Secure Global Desktop
,点击刚才添加的SGD_SERVER_2
,就能够看到以下EM中的监视画面了。
EM也能够监视SGD Gateway主机,基本操做步骤和监视SGD主机相似。这里就再也不赘述。
(END)