Please enter search query.
Search <book_title>...
NetBackup IT Analytics Installation and Upgrade Guide for Linux
Last Published:
2025-03-04
Product(s):
NetBackup IT Analytics (11.4)
- Installation overview
- Install NetBackup IT Analytics on a Linux server
- Step-4: Install Oracle database application binaries (Linux)
- Verify the current license configuration
- Next steps
- Upgrade NetBackup IT Analytics Portal on Linux
- Upgrade NetBackup IT Analytics Portal
- Data Collector upgrades
- 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
- Appendix B. Oracle patches for the database server
OPatch installation steps
- As a root user, copy the
opatch
file from/tmp
to/opt/aptare/oracle
folder.mv p6880880_190000_Linux-x86-64.zip /opt/aptare/oracle.
- Set the PATH
export PATH=$PATH:/opt/aptare/oracle/OPatch.
- Rename the Opatch folder and unzip
opatch
file.cd /opt/aptare/oracle mv OPatch OPatch_old unzip p6880880_190000_Linux-x86-64.zip
The above command will create a folder with name
opatch
in/opt/aptare/oracle
. - Set Permission on the
opatch
folder.chown -R aptare:dba /opt/aptare/oracle/OPatch
- Run the following command to check the
opatch
version:OPatch/opatch version OPatch Version 12.2.0.1.45 OPatch succeeded.