NetBackup IT Analytics System Administrator Guide
- Introduction
- Preparing for updates
- Backing up and restoring data
- Monitoring NetBackup IT Analytics
- Accessing NetBackup IT Analytics reports with the REST API
- Defining NetBackup estimated tape capacity
- Automating host group management
- Categorize host operating systems by platform and version
- Bulk load utilities
- Automate NetBackup utilities
- Scheduling utilities to run automatically
- Attribute management
- Importing generic backup data
- Backup job overrides
- Managing host data collection
- System configuration in the Portal
- Custom parameters
- Performance profile schedule customization
- LDAP and SSO authentication for Portal access
- Change Oracle database user passwords
- Integrate with CyberArk
- Tuning NetBackup IT Analytics
- Working with log files
- Portal and data collector log files - reduce logging
- Data collector log file naming conventions
- Portal log files
- Defining report metrics
- SNMP trap alerting
- SSL certificate configuration
- Configure virtual hosts for portal and / or data collection SSL
- Keystore on the portal server
- Portal properties: Format and portal customizations
- Data retention periods for SDK database objects
- Data aggregation
- Troubleshooting
- Appendix A. Kerberos based proxy user's authentication in Oracle
- Appendix B. Configure TLS-enabled Oracle database on NetBackup IT Analytics Portal and data receiver
- Appendix C. NetBackup IT Analytics for NetBackup on Kubernetes and appliances
Oracle database: Export backups
This is the preferred method of ensuring that your database is backed up on a regular basis.
The database user Aptare must have access to the export files stored in the directory:
c:\opt\oracle\database\tools
Verify that Oracle user has read and execute privileges on these files before starting the database export.
NetBackup IT Analytics installer supports Portal and database installation on custom path. If your Portal or database is installed in a non-default location, replace \opt
with the respective absolute installation path in the commands and procedures provided in this section.
Log into the Windows database server.
Ensure Oracle TNS Listener and Oracle services are running.
At the command prompt execute the script:
c:\opt\oracle\database\tools\expdp_database_template.bat
After successful completion, the export file
aptare_scdb.exp
is saved on the Windows database server in the directory:c:\opt\oracle\logs
Copy the
c:\opt\aptare\datarcvrconf\aptare.ks
toc:\opt\oracle\logs
folder. This file will be required during the database import.Note:
This step is required only if database is exported from an NetBackup IT Analytics version of 10.5 or above.
Copy the
c:\opt\aptare\datarcvrconf\aptare_external_password.properties
file toc:\opt\oracle\logs
folder. This file will be required during the database import.Note:
This step is required only if database is exported from an NetBackup IT Analytics version 11.0 or above.
To schedule the export task refer to the following.
See Scheduling the Export Job (Windows).
The database user Aptare must have access to the export files stored in the directory:
/opt/aptare/database/tools
Verify that Oracle user has read and execute privileges on these files before starting the database export.
Log into the Linux database server and switch to user Aptare.
Ensure Oracle Listener and Oracle services are running.
Change to the directory:
/opt/aptare/database/tools
Execute the command:
./export_database_template.sh
After successful completion, the export file aptare_scdb.exp is saved in the /tmp directory on the Linux database server.
Run the cp /opt/aptare/datarcvrconf/aptare.ks /tmp command. This file will be required during the database import.
Note:
This step is required only if database is exported from an NetBackup IT Analytics version of 10.5 or above.
Run the cp /opt/aptare/datarcvrconf/aptare_external_password.properties /tmp command. This file will be required during the database import.
Note:
This step is required only if database is exported from an NetBackup IT Analytics version 11.0 or above.
To schedule the export task refer to the following.