Please enter search query.
Search <book_title>...
NetBackup IT Analytics Installation and Upgrade Guide for Linux
Last Published:
2023-08-01
Product(s):
NetBackup IT Analytics (11.1)
- 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
OPatch installation steps
- As a root user, copy the
opatch
file from/tmp
to/opt/aptare/oracle
folder.mv /tmp/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 the
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
- Execute the following command to check the OPatch version:
OPatch/opatch version OPatch Version 12.2.0.1.37 OPatch succeeded.