To configure a Linux server for a Harvester, complete the following tasks:
Follow these steps:
Note: If you have a custom (non-default) snmp configuration file at /etc/snmp/snmp.conf, you may want to skip this step and update your existing configuration file instead. In this case, consult with an administrator to update the required settings to match the settings in the example configuration file. For example, make sure the rocommunity value is set as shown in the example configuration file.
If you use a custom community name as the rocommunity value, use the same community name throughout the CA Network Flow Analysis deployment:
cp /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.bak
cd <install_dir>/Netflow
where <install_dir> is the target directory for installing the Harvester: /opt/CA/NFA/ or a custom location
cp -i snmpd.conf /etc/snmp
ls -l /etc/snmp/snmpd.conf
chmod 600 snmpd.conf
chkconfig snmpd on
service snmpd start
The SNMP service starts with the community name that is defined in the snmpd file.
Copyright © 2013 CA.
All rights reserved.
|
|