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
Load MS Exchange organization attributes and values
The Load MS Exchange Organization Attributes utility provides an efficient method of assigning attributes to a large number of Exchange Organizations.
Take the following steps to load Exchange Organization attributes and values:
Create a CSV File of Exchange Organization Objects and Attributes.
Load MS Exchange Organization Attributes and Values.
Verify the MS Exchange Organization Attributes Load.
Create a report template using the SQL Template Designer.
Once attribute values are assigned to MS Exchange Organizations, a Report Template Designer report can query the database to report on metrics such as capacity usage for chargebacks.
The Load Exchange Organization Attribute utility assigns application attribute values to a host's Microsoft Exchange Organizations. This utility takes as input a comma-separated values (CSV) file.
Note:
This CSV file becomes the primary document of record for MS Exchange Organization Attributes and therefore should be preserved in a working directory for future updates.
Create a spreadsheet table, in the format shown in the following example, and save it as a CSV file in a working directory. This file is specific to MS Exchange Organizations.
In the above example:
The first 2 columns comprise the unique identifier for a Microsoft Exchange Organization--in this example, Exchange2010.QAlab.local, QALab1.
Subsequent columns list the attributes and values--in this example, Version.
Columns list the objects that uniquely identify an application. For MS Exchange, the required columns are: MS Exchange Organization and Host Name.
First (Header) Row - Names the fields that uniquely identify an application, followed by the attribute names.
Subsequent rows list the objects that uniquely identify an MS Exchange Organization--in this case, MS Exchange Organization and Host Name--followed by the attribute values that you are assigning to each MS Exchange Organization.
Bulk Load utilities must be run in SQLPLUS as user APTARE. The load_package utility is located in:
/opt/aptare/database/stored_procedures (Linux) \opt\oracle\database\stored_procedures (Windows)
To assign attributes to Microsoft Exchange Organizations
- Log in to the Portal server.
- At the command line:
su - aptare
- At the command line, launch sqlplus:
sqlplus <pwd>/<pwd>@//localhost:1521/scdb
Example: sqlplus portal/portal@//localhost:1521/scdb
- Execute the following at the SQL prompt:
SQL> Execute load_package.loadExchOrgAttributeFile('pathname_and_filename', 'domain_name',exchange_org_column_num,host_name_column_num, 'log_path_name','log_file_name','check_valid_value');
Where:
'pathname_and_filename'
Full path + filename (enclosed in single straight quotes) of the CSV file
Windows Example: 'c:\config\MSExchangeAttributes.csv'
Linux Example: '/config/MSExchangeAttributes.csv'
'domain_name'
Name (enclosed in single straight quotes) of the NetBackup IT Analytics Domain in which the host groups and hosts reside; Example: 'DomainEMEA'
exchange_org_column_num
Column number in the csv file where the MS Exchange Organization is listed; Example: 1
host_name_column_num
Column number in the csv file where the Host Name is listed; Example: 2
'log_path_name'
Full path (enclosed in single straight quotes) where the log file will be created/updated; verify that you have write access to this directory.
Optional: If a log path and filename are not specified, log records are written to scon.log and scon.err.
Example: 'c:\configs'
'log_file_name'
Name of the log file enclosed in single straight quotes.
Optional: If a log path and filename are not specified, entries are written to scon.log and scon.err.
Example: 'MSExchangeAttributes.log'
'check_valid_value'
'Y' or 'N'enclosed in single straight quotes.
Y - Checks if the attribute value exists. If the utility determines that the attribute value is not valid, it skips this row and does not assign the attribute value to the Exchange Organization.
N - Updates without checking that the attribute value exists. This option is seldom chosen, but is available for certain customer environments where attributes may have been created without values (with scripts that bypass the user interface).
Example:
SQL> Execute load_package.loadExchOrgAttributeFile('/config/MSExchangeAttributes.csv', 'DomainEMEA',1,2,'/config/logs','MSExchangeAttributes.log','Y');
- Check the log file for status and errors.
- Restart the Portal services so that the newly added attributes become available in the Dynamic Template Designer.
To verify that the attribute load took effect:
In the Portal, go to
.With the SQL Template Designer open, click the Query tab.
Enter use the following query in the SQL Template Designer to verify the MS Exchange Organization attributes:
select * from aps_v_exch_org_attribute