NetBackup IT Analytics Installation and Upgrade Guide for Linux
- Install the NetBackup IT Analytics Portal on a Linux server
- Installer-based deployment
- Upgrade NetBackup IT Analytics Portal on Linux
- Upgrade NetBackup IT Analytics Portal
- Data Collector upgrades
- Oracle patches for the database server
- Upgrade and Migrate to a new server
- Upgrade and migrate to a new server
- Upgrade and migrate to a new server
- Appendix A. X Virtual Frame Buffer
Task 3: Install Oracle database application binaries (Linux)
This section covers the installation of Oracle database application binaries for both shared service edition and non-shared service edition. Typically, the Oracle Database application binaries are installed on the same server as the Portal binaries.
See Task 1: Portal and database deployment strategies (Linux).
Note:
The NetBackup IT Analytics server cannot have any other Oracle database instances installed.
Note the instructions provided with the confirmation of your purchase agreement and consult Veritas Support, if you require additional assistance.
To install the Oracle database binaries for non-shared service edition:
- Verify that you have the current version of the Oracle 19c Installer binaries.
- Login as root on the server where the NetBackup IT Analytics Database will be installed. Typically, this is also the Portal server.
- Place the ISO image into the
/mnt
directory. - Mount the ISO image that you downloaded.
mkdir /mnt/diskd
mount -o loop <itanalytics_dbinstaller_XXXXX_XXX_linux.iso> /mnt/diskd
where you substitute the relevant name of the ISO file that you downloaded.
- Enter the following commands to start the installer:
cd / /mnt/diskd/install_oracle.sh
The command copies the Oracle binaries into /opt/aptare/oracle.
- Press Enter to read the entire EULA license agreement and the pre- acceptance process will begin.
This takes 3-5 minutes to complete, as it installs files into /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.
The Database upgrade process will install the Oracle security patches if they are available in this system. aptare user must have write access to the directory where these patches are downloaded. Enter the absolute directory path where these patches are downloaded:/tmp/ora_patches 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
Prerequisites for the installation:
Download
LINUX.X64_193000_db_home.zip
from Oracle Download Center.Standard or Enterprise edition Oracle license.
For the Enterprise Edition license, you must set the environment variable ORACLE_LICENSE_OPTION to EE
To install a shared service Oracle, you must have a Standard or Enterprise Edition Oracle license. For the Enterprise Edition license, you must set the environment variable ORACLE_LICENSE_OPTION to EE.
To install the Oracle database binaries for shared service edition:
- Verify that you have the current version of the Oracle 19c installer binaries.
- Download
LINUX.X64_193000_db_home.zip
from Oracle Download Center. - Login as root on the server where the NetBackup IT Analytics database will be installed. Ideally, this must be the portal server.
- Place the ISO image in the
/mnt
directory. - Mount the ISO image that you downloaded.
# mkdir /mnt/diskd # mount -o loop <itanalytics_dbinstaller_shared-service_linux.iso> /mnt/dksd
- If you have the Enterprise Edition license, then set the environment variable ORACLE_LICENSE_OPTION to EE.
# export ORACLE_LICENSE_OPTION=EE
- Start the installer as follows:
# cd / # /mnt/diskd/install_oracle.sh
End User License Agreement (EULA) is displayed.
- Enter the absolute directory path of the downloaded Oracle Universal installer.
The installer extracts Oracle Universal installer into
/opt/aptare/oracle
. The process takes about 3 to 5 minutes to complete. The installation completes with the following status messages.Checking the pre-requisite conditions for installer.. A complete log of this session is in this file /opt/aptare/logs/install/install_oracle_xxxxxxxxxxxxxxxx.log ************************************************************* * NetBackup IT Analytics ORACLE Installer Version 19.3.0.0.0 (xxxxxx) ************************************************************* 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. User aptare is already a member of group: dba User aptare is already a member of group: dba 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. 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:/root Extracting files...this process may take 1-2 minutes to execute... Executing Oracle Universal Installer script... Done. Done. A complete log of this session can be found at /opt/aptare/logs/install/install_oracle_xxxxxxxxxxxxxxxx.log
Note:
Shared-service Oracle installer does not install any Oracle patches. You must apply the required Oracle patches separately as and when they are released.