3.GC Agent安装(第一台机器部署)
安装Agent
拷贝agent,现在ocm2机器上查找agent.linux
查找文件的方法:
find ./ -name agent*linux
把agent放到ocm1上面
[oracle@ocm2 linux]$ scp agentDownload.linux ocm1:-
检查环境变量的path是否有jdk:
赋权限:
chmod 755 agentDownload.linux
开始安装
注意要修改参数!从第一台机器中拷贝的agentDownload.linux文件
要修改2处的HostIP以及oracle的SID!
现在用root运行脚本:
查看agent状态 :running
./emctl secure agent
重新注册
查看GC中的连接
SQL> alter user dbsnmp identified by oracle account unlock;
User altered.
[oracle@ocm bin]$ ./emctl upload #如果找不到数据库,就重新upload一下,再添加
Oracle Enterprise Manager 10g Release 10.2.0.1.0.
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
EMD upload completed successfully
[oracle@ocm bin]$
手工添加:
配置成功:
4.卸载GC Agent
卸载 Agent
查看agent状态
修改