NetBackup IT Analytics Foundation 许可证包含项和实施指南
- 第 I 部分. Foundation 许可证 - 包含项和安装
- 第 II 部分. 为 Foundation 许可证安装 NetBackup IT Analytics 门户
- 第 III 部分. Data Collector 策略配置和报告
任务 3:安装 Oracle 数据库应用程序二进制文件 (Linux)
本节介绍安装 Shared Service 版和非 Shared Service 版 Oracle 数据库应用程序二进制文件的前提条件及方法。Oracle 数据库应用程序二进制文件通常与门户二进制文件一起安装在同一服务器上。
Oracle 数据库应用程序二进制文件通常与门户二进制文件一起安装在同一服务器上。下面列出了一些特定于操作系统的基本要求,以供快速参考。《NetBackup IT Analytics 门户安装和升级指南》的“安装前配置”部分中分别介绍了适用于 Linux 和 Windows 的详细前提条件。
识别门户服务器。
确保门户服务器上的操作系统已根据《NetBackup IT Analytics 认证配置指南》进行认证,并有足够的磁盘空间。
确保“受支持的第三方产品和开源产品”下指定的第三方软件在服务器上可用。
确保 fontconfig rpm 和其他操作系统(RHEL 7、8;CENTOS 7 或 SUSE Linux Enterprise)特定的 rpm 在服务器上可用。
确保在防火墙中打开端口 80/tcp、8011 和 8017,以使门户正常运行。
确保 ss 或 netstat 命令在系统上可用。
此外,如需其他帮助,请参考购买协议确认电子邮件随附的说明,并咨询 Veritas 支持。
安装 Shared Service 版的 Oracle 数据库二进制文件的前提条件:
对于基于安装程序的部署,从 Oracle 下载中心下载
LINUX.X64_193000_db_home.zip
。获取 Standard 或 Enterprise 版许可证。
对于 Enterprise 版许可证,将环境变量 ORACLE_LICENSE_OPTION 设置为 EE。
# export ORACLE_LICENSE_OPTION=EE
要安装 Shared Service 版的 Oracle 数据库二进制文件,请执行以下操作:
- 验证是否具有最新版本的 Oracle 19c 安装程序二进制文件。
- 以 root 用户身份登录到将要安装 NetBackup IT Analytics 数据库的服务器。通常,这也是门户服务器。
- 将 ISO 映像置于
/mnt
目录中。 - 装入下载的 ISO 映像。
mkdir /mnt/diskd
mount -o loop <itanalytics_dbinstaller_shared-service_linux.iso> /mnt/diskd
在此替换下载的 ISO 文件的相关名称。
- 输入以下命令以启动安装程序:
cd / /mnt/diskd/install_oracle.sh
该命令将 Oracle 二进制文件复制到 /opt/aptare/oracle。
- 按 Enter 阅读完整的 EULA 授权许可协议,然后待接受过程将开始。
完成此过程需要 3-5 分钟,因为它将文件安装到 /opt/aptare/oracle19c 中。
A complete log of this session is in this file /opt/aptare/logs/install/install_oracle_xxxxxxxxxxxxxxxxxxxxx.log ************************************************************************** * NetBackup IT Analytics ORACLE Installer Version 19.3.0.0.0 (xxxxxxxxxxxxx) ************************************************************************** To use this software you must agree to the following terms and conditions. Press ENTER to continue: Enter "accept" to accept these Terms and Conditions: accept Creating group aptare ...groupadd: group 'aptare' already exists Done. Creating group dba ...groupadd: group 'dba' already exists Done. Adding user aptare to group dba ...Done. Adding user aptare to group dba ...Done.
This Oracle database installer requires Oracle Database 19c zip "LINUX.X64_193000_db_home.zip" to be available on this system. Enter the absolute directory path containing the Oracle Universal Installer zip file:/tmp/oracle_zip/ Creating ORACLE_HOME directory in /opt/aptare/oracle ... Done. Creating ORACLE_HOME/logs directory ... Setting up IT Analytics database directories /data01 /data02 /data03 /data04 /data05 /data06 ...Done.
Installing Oracle binaries in /opt/aptare/oracle ... Extracting files ... This process may take 3-5 minutes to complete ... Done. . . creating: 31281355/etc/config/ inflating: 31281355/etc/config/actions.xml inflating: 31281355/etc/config/inventory.xml inflating: 31281355/README.html inflating: PatchSearch.xml Oracle Interim Patch Installer version 12.2.0.1.21 Copyright (c) 2020, Oracle Corporation. All rights reserved.
Oracle Home : /opt/aptare/oracle Central Inventory : /opt/oraInventory from : /opt/aptare/oracle/oraInst.loc OPatch version : 12.2.0.1.21 OUI version : 12.2.0.7.0 Log file location : /opt/aptare/oracle/cfgtoollogs /opatch/opatchxxxxxxxxxxxxxxx.log Verifying environment and performing prerequisite checks... OPatch continues with these patches: 31281355 Do you want to proceed? [y|n] Y (auto-answered by -silent) User Responded with: Y All checks passed.
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system. (Oracle Home = '/opt/aptare/oracle') Is the local system ready for patching? [y|n] Y (auto-answered by -silent) User Responded with: Y Backing up files... Applying interim patch '31281355' to OH '/opt/aptare/oracle' Done. A complete log of this session can be found at /opt/aptare/logs/install/install_oracle_xxxxxxxxxxxxxxxxx.log
在 RHEL9 主机上安装二进制文件需要以下 Oracle 修补程序。要下载这 4 个修补程序,请登录到 Oracle 支持站点,单击修补程序和更新。根据安装程序的提示,提供包含这些 Oracle 修补程序的文件夹的绝对目录路径。
修补程序 35775632 (
p35775632_190000_Linux-x86-64.zip
)修补程序 6880880(选择 19.0.0.0.0 版本 )(
p6880880_190000_Linux-x86-64.zip
)19.20 DBRU 修补程序 35320081 (
p35320081_190000_Linux-x86-64.zip
)19.20 DB MLR 35904951 (
p35904951_1920000DBRU_Linux-x86-64.zip
)