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
Example--Installing Net-SNMP
Net-SNMP is an open source implementation of the Simple Network Management Protocol.
Net-SNMP provides an extensible agent for responding to SNMP queries for management information, and this functionality is important to the Media Discovery module Net-SNMP includes built-in support for a wide range of MIB information modules, specifically the Host Resource MIB. Net-SNMP is available for many Linux and Linux-like operating systems and also for Microsoft Windows, though functionality can vary depending on the operating system.
To install net-snmp:
Download and install Perl 5.6 or above, if the package is not already installed.
Install net-snmp as outlined in the following example:
# /usr/local/bin/snmpconf -g basic_setup *** Beginning basic system information setup *** Do you want to configure the information returned in the system MIB group (contact info, etc)? (default = y): no Do you want to properly set the value of the sysServices.0 OID (if you don't know, just say no)? (default = y): no *** BEGINNING ACCESS CONTROL SETUP *** Do you want to configure the agent's access control? (default = y): Do you want to allow SNMPv3 read-write user based access (default = y): no Do you want to allow SNMPv3 read-only user based access (default = y): no Do you want to allow SNMPv1/v2c read-write community access (default = y): no Do you want to allow SNMPv1/v2c read-only community access (default = y): yes Configuring: rocommunity Description: a SNMPv1/SNMPv2c read-only access community name arguments: community [default|hostname|network/bits] [oid] The community name to add read-only access for: public The hostname or network address to accept this community name from [RETURN for all]: The OID that this community should be restricted to [RETURN for norestriction]: Finished Output: rocommunity public Do another rocommunity line? (default = y): no *** Beginning trap destination setup *** Do you want to configure where and if the agent will send traps? (default= y): no *** Beginning monitoring setup *** Do you want to configure the agent's ability to monitor various aspects of your system? (default = y): no The following files were created: snmpd.conf
Move the
file to one of the following locations:If you want this file used by everyone on the system, moved the file to
. Next time, use the option if you want the command to copy the files to that location automatically.If you want the file for your personal use only, copy the file to your HOME directory. Next time, use the
option if you want the command to copy the file to that location automatically.
Ensure that user
starts the snmpd executable that is located in .