APTARE IT Analytics System Administrator Guide
- Introduction
- Preparing for updates
- Backing up and restoring data
- Monitoring APTARE IT Analytics
- Accessing APTARE 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
- Performance profile schedule customization
- Configuring AD/LDAP
- Configuring single sign-on (SSO) using security assertion markup language (SAML)
- Change Oracle database user passwords
- Integrate 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
- Troubleshooting
Modify the Oracle database user passwords
Use the following utilities to modify passwords for the Oracle database user portal. These instructions apply only to user portal.
Linux: /opt/aptare/utils/changeDBPassword.sh
Windows: C:\opt\aptare\utils\changeDBPassword.bat
The new password must not have the following characters:
Double Quotes '"'.
Back Slash '/'.
Blank space ' '.
Back Tick '`'
Note:
If CyberArk feature is enabled, do not modify Oracle database password.
Log in with root access.
Stop the portal and data receiver Tomcat services.
Change the user password.
At the command line, execute the following commands:
su - aptare sqplplus / as sysdba SQL> alter user <user_name> identified by <new_password>; SQL> commit; WHERE: user_name = portal, aptare_ro or system new_password = new password
For example:
SQL> alter user portal identified by newportalpass;
Follow the instructions in the following section to update the portal configuration files with the new passwords.
See Configure Oracle passwords in system configuration files.