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
Import a certificate into the Data Collector Java keystore
Use the following steps to add an SSL certificate to the Java keystore for a Data Collector. Some servers, such as vSphere, require a certificate for connection while communicating with SSL.
See Configure the Data Collector to trust the certificate.
See Keystore file locations on the Data Collector server.
Copy the certificate file (server.crt file) to the Data Collector.
Run the following command to add the certificate:
Linux:
/opt/aptare/java/bin/keytool -import -alias "somealias" -file server.crt -keystore /opt/aptare/java/lib /security/cacerts
/opt/aptare/java/bin/keytool -import -alias "somealias" -file server.crt -keystore /opt/aptare/upgrade /upgradeManager/jre/lib/security/cacerts
Windows:
"C:\Program Files\Aptare\java\bin\keytool" -import -alias "somealias" -file server.crt -keystore "C:\Program Files\Aptare\java\lib \security\cacerts"
"C:\Program Files\Aptare\java\bin\keytool" -import -alias "somealias" -file server.crt -keystore "C:\Program Files\Aptare\upgrade\ upgradeManager\jre\lib\security\cacerts"
When prompted, enter the default password to the keystore:
changeit
The results will be similar to the following example:
Enter keystore password: ...... Certificate Shown here ...... Trust this certificate? [no]: yes
Once completed, run the following keytool command to view a list of certificates from the keystore and confirm that the certificate was successfully added. The certificate fingerprint line displays with the alias name used during the import.
Linux:
/opt/aptare/java/bin/keytool -list -keystore /opt/aptare/java/lib/security/cacerts
Windows:
C:\Program Files\Aptare\java\bin\keytool -list -keystore C:\Program Files\Aptare\java\lib\security\cacerts
Sample Linux Output
Enter keystore password: Keystore type: JKS Keystore provider: SUN Your keystore contains 79 entries digicertassuredidrootca, Apr 16, 2008, trustedCertEntry, Certificate fingerprint (SHA1): 05:63:B8:63:0D:62:D7:5A:BB:C8:AB:1E:4B:DF:B5:A8:99:B2:4D:43 trustcenterclass2caii, Apr 29, 2008, trustedCertEntry, Certificate fingerprint (SHA1): AE:50:83:ED:7C:F4:5C:BC:8F:61:C6:21:FE:68:5D:79:42:21:15:6E .....