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
- LDAP and SSO authentication for Portal access
- 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
- Data aggregation
- Troubleshooting
- Appendix A. Kerberos based proxy user's authentication in Oracle
- Appendix B. Configure TLS-enabled Oracle database on NetBackup IT Analytics Portal and data receiver
- Appendix C. NetBackup IT Analytics for NetBackup on Kubernetes and appliances
Oracle database: Cold backup
Prior to deploying the Portal for operational use and periodically after installation (at least once a month is recommended), it is recommended to perform a cold backup of the Oracle database. In addition to monthly cold backups, it is also recommended to take a cold backup after a significant software upgrade to re-capture the updated database schema.
This off-line, cold backup means you physically copy or back up the Oracle database data files to another location. This cold backup will simplify the restore process, in the event of unanticipated data loss. With a cold backup, you simply have to restore the files and then import the most recent database export.
To perform a cold backup (Linux)
- Shutdown the Oracle service:
/opt/aptare/bin/oracle stop
- Using your organization's file system backup software, back up all the data files from:
$ORACLE_HOME/dbs/initscdb.ora /data0?/*
To perform a cold backup (Windows)
- Shut down the Oracle service: OracleServicescdb in the Windows Administrative Tools, Component Services window.
- Backup the following files:
$ORACLE_HOME\dbs\iniscdb.ora C:\oradata
Note:
During installation, you may choose a different drive for the oradata install, so verify its location before backing up the data.