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
Database connection properties
The following table summarizes the portal.properties values for the Oracle users and passwords that are used by the portal.
Table: Portal properties with description.
Portal Property | Description |
---|---|
db.driver | This value is customized by the Portal installer and should not be modified. |
db.url | This is the address where the NetBackup IT Analytics database resides. Depends on what was entered during the installation. This may need to be modified when there is a host name change. |
db.user | Use this property to change the DB User ID for logging in to access the database. The default value is . |
db.password db.password.encrypted= | Enter a password to be used with the DB user. The default value is . The password initially is stored in clear text, but after the restart of the Tomcat Portal services, the password is saved in the encrypted format and the clear text password is removed from portal.properties. |
db.connection.max | Use this property to specify the maximum database connections allowed. The default value is 25. |
db.connection.min | Use this property to specify the minimum number of database connections that the Portal can have. The default value is 25. |
db.connection.expiration | When a Portal report initiates a long-running database query, this value (in minutes) establishes when the report will time out if the query takes too long to complete. The default value is 5. |
db.ro_user_password db.ro_user_password.encrypted= | Enter a password to be used with the DB read-only user. The default value is . The password initially is stored in clear text, but after the restart of the Tomcat Portal services, the password is saved in the encrypted format and the clear text password is removed from portal.properties. |
db.ro_user_password db.ro_user_password.encrypted= | The Oracle database read-only user password for the NetBackup IT Analytics database tables. The preset value is aptaresoftware123. |
db.sysdba_user | The Oracle database System DBA for the NetBackup IT Analytics database tables. The preset value is system. |