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
Tuning the portal database
Note:
Only 64-bit Operating Systems are supported for the Oracle Database.
Database Cache and Shared Pool Size Recommendation:
Comment out the following lines in initscdb.ora:
#db_cache_size = 400M
#shared_pool_size = 256M
Windows: C:\opt\oracle\database\initscdb.ora
Linux: /opt/aptare/oracle/dbs/initscdb.ora
Memory Recommendation: If your database server has sufficient memory, you may consider making the changes listed below.
Increase the values for the following fields in initscdb.ora:
WithinBullet>pga_aggregate_target from 1000 MB to 1500 MB
sga_target from 1228 MB to 2048 MB
Windows: C:\opt\oracle\database\initscdb.ora
Linux: /opt/aptare/oracle/dbs/initscdb.ora
Number of Connections Recommendation: On a Windows server, the number of Oracle connections is specified in the script: setupservices.bat. To modify the number of connections, take the steps listed below.
Edit/view the script that sets up the number of connections:
C:\opt\aptare\utils\setupservices.bat
Note that in this file, the following commands specify the number of connections:
C:\opt\oracle\bin\oradim -new -sid scdb -maxusers 60 -startmode auto -pfile C:\opt\oracle\database\initscdb.ora
To change the number of Oracle connections, you must remove the service and then re-add it.
To remove the service:
C:\opt\oracle\bin\oradim -delete -sid scdb
To re-add the service, execute the following command, substituting the new connection values:
C:\opt\oracle\bin\oradim -new -sid scdb -maxusers 60 -startmode auto -pfile