NetBackup IT Analytics System Administrator Guide
- Introduction
- Preparing for updates
- Backing up and restoring data
- Monitoring NetBackup IT Analytics
- Accessing NetBackup 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
- Custom parameters
- 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 NetBackup 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
- Data retention periods for SDK database objects
- Troubleshooting
- Appendix A. Configure TLS-enabled Oracle database on NetBackup IT Analytics Portal and data receiver
File system backups
File system backups are required to protect the NetBackup IT Analytics application directories, files, and OS-specific settings, such as the registry and services for Windows. The file system backup should also capture the nightly database export, which resides in the file system.
Use your company's backup method of choice to perform the file system backup. While a full system backup is recommended, we have identified the key files created by NetBackup IT Analytics.
The file paths are shown with Linux usage, with the Windows-specific file system noted.
Table: Files and Directory Structures
File | Comments |
---|---|
.bash_profile for tomcat and users | |
/etc/init.d/*aptare* | |
/etc/rc3.d/*aptare* | |
/etc/rc5.d/*aptare* | |
/data0? | DB server (Linux) Contains the Oracle database files;must be backed up using a Cold Backup. |
\oradata | DB server (Windows) Contains the Oracle database files; must be backed up using a Cold Backup. |
/opt/apache*, /opt/aptare*, /opt/tomcat* |
/usr/java
/etc/profile.d/java.sh
Note:
When backing up the above directories, follow the symbolic links to back up the source directory. For example: /user/java is typically a symbolic link to /usr/java_versions/jdk<version>
These symbolic links may vary in your environment. Check the Certified Configurations Guide for the latest third-party and open source versions.
tomcat --> apache-tomcat-5.5.25
apache --> httpd-2.4.6
Users: aptare, tomcat (all part of /etc/passwd)
Groups: aptare, dba, tomcat (all part of /etc/group)
Note:
Both /etc/passwd and /etc/group should be backed up.