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
Configure a backup job override
At the command line, log in to the Portal Server as user aptare.
Make a copy of the following files. Note that in this step, only the NetWorker (leg) override is shown, however, other backup product job overrides can be customized using their relevant .plb files.
Linux:
/opt/aptare/database/stored_procedures/job_override.sql /opt/aptare/database/stored_procedures/leg/leg_adaptor_pkg.plb
Windows:
C:\opt\aptare\database\stored_procedures\job_override.sql C:\opt\aptare\database\stored_procedures\leg\leg_adaptor_pkg.plb
On the Portal server, shut down the Data Receiver.
Linux: /opt/aptare/bin/tomcat-agent stop
Windows: C:\opt\aptare\utils\stopagent.bat
Edit job_override.sql and find the following section.
Update the job_override.sql file with code to customize how APTARE IT Analytics will override the backup status. The following example illustrates updates for NetBackup or NetWorker, enabling a warning to be treated as a successful backup. Note that overrides are supported for all backup products.
Note:
The above example is for illustration purposes only. You may choose to customize job overrides for other backup vendor job statuses.
Go to:
Linux: /opt/aptare/database/stored_procedures/
Windows: C:\opt\aptare\database\stored_procedures\
Compile the SQL binary (.sql file):
sqlplus portal/portal@//localhost:1521/scdb @ job_override.sql
Go to:
Linux: /opt/aptare/database/stored_procedures/leg/
Windows: C:\opt\aptare\database\stored_procedures\leg
Compile the PL/SQL binary (.plb file):
sqlplus portal/portal@//localhost:1521/scdb @ leg_adaptor_pkg.plb
Restart the Data Receiver.
Linux: /opt/aptare/bin/tomcat-agent start
Windows: C:\opt\aptare\utils\startagent.bat