暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

Oracle 在linux上安装Agent,无需安装所有OEM

ASKTOM 2021-05-12
696

问题描述

我有一个Solarias原始设备制造商安装,
我们在不同的平台上使用DBs
90% Solaris和10% Linux
我可以安装linux代理而不安装linux上的所有原始设备制造商吗
以及如何在Solaris OEM上加载此Linux代理

专家解答

这在文档中涵盖

https://docs.oracle.com/cd/E63000_01/EMBSC/install_agent_new.htm#EMBSC373

“6.2.2使用添加主机目标向导或EM CLI安装独立的Oracle管理代理13c版本1”

OEM软件包含多个平台,无论它运行在什么地方,例如

$ORACLE_HOME/bin/emcli login -username=sysman
Enter password : Login successful 
$ $ORACLE_HOME/bin/emcli sync 
Synchronized successfully 
$ $ORACLE_HOME/bin/emcli get_supported_platforms
-----------------------------------------------
Version = 12.1.0.5.0
Platform = Microsoft Windows x64 (64-bit)
-----------------------------------------------
Version = 13.2.0.0.0
Platform = Linux x86-64
-----------------------------------------------
Version = 13.2.0.0.0
Platform = Microsoft Windows x64 (64-bit)
-----------------------------------------------
Version = 13.2.0.0.0
Platform = Oracle Solaris on SPARC (64-bit)
-----------------------------------------------
Version = 13.1.0.0.0
Platform = Microsoft Windows x64 (64-bit)
-----------------------------------------------
Version = 13.2.0.0.0
Platform = Linux x86
-----------------------------------------------
Platforms list displayed successfully.

文章转载自ASKTOM,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论