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
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.
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 file c:\opt\datarcvrconf\aptare.ks to c:\opt\oracle\logs folder.
Note:
This step is required only if database is exported from an APTARE IT Analytics version of 10.5 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.
Execute the cp /opt/aptare/datarcvrconf/aptare.ks /tmp command to copy the file aptare.ks to datarcvrconf folder.
Note:
This step is required only if database is exported from an APTARE IT Analytics version of 10.5 or above.
To schedule the export task refer to the following.