APTARE IT Analytics System Administrator Guide
- Preparing for updates
- Backing up and restoring data
- Monitoring APTARE IT Analytics
- Accessing APTARE 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
- Automating NetBackup utilities
- Attribute management
- Importing generic backup data
- Backup job overrides
- Managing host data collection
- System configuration in the portal
- Host discovery: EMC Avamar
- Performance profile schedule customization
- Configuring AD/LDAP
- Configuring single sign-on (SSO) using security assertion markup language (SAML)
- Changing Oracle database user passwords
- Integrating with CyberArk
- Tuning APTARE 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
- Advanced configuration for NetBackup discovery
- Data retention periods for SDK database objects
- Configure multi-tenancy data purging retention periods
- Troubleshooting
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 APTARE 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 APTARE IT Analytics database tables. The preset value is aptaresoftware123. |
db.sysdba_user | The Oracle database System DBA for the APTARE IT Analytics database tables. The preset value is system. |