|
|
|
|
How Tos > Configure SNMP Agent in Oracle Server
Configure SNMP Agent in Oracle ServerTo collect data from the Oracle servers and to receive traps from them using MSP Center Plus, you need to install and configure Oracle Intelligent Agent. The Oracle Intelligent Agent supports SNMP, allowing third-party systems management frameworks to use SNMP to receive SNMP traps directly from the agent. By configuring the Agent to recognize SNMP requests from the master agent, third party systems can gather relevant data.
In Windows machines
- Once you have installed and configured the SNMP agents, you have to integrate SNMP with the intelligent agent. This requires Oracle Peer SNMP Master agent and SNMP Encapsulator agent to be installed in the Oracle server. Note: These agents must be of the version as the Intelligent agent and should be installed in the same ORALE_HOME.
- After the installation is complete the following new NT services are created: Oracle SNMP Peer Encapsulator and Oracle Peer SNMP Master agent.
- If you do not install the intelligent agent software in the default $ORACLE_HOME, then the names of the services will begin with the following: Oracle<home name>.
- For SNMP master agent to communicate with both the standard SNMP service and the intelligent agent, the SNMP services file must be configured properly.
- Specify an unused port where the encapsulation agent, Microsoft SNMP Service, should be listening. Microsoft SNMP Services typically uses port 1161. The port is specified in the SERVICES file located in the NT_HOME\SYSTEM32\DRIVERS\ETC directory.
- Make sure that you have following lines in the file:
snmp 1161/udp snmp snmp-trap 1162/udp snmp Note: If an entry for snmp already exists in the file, change the port from 161 (default number) to another available port(1161 in this example). - In the same location, check that the HOSTS and LMHOSTS.SAM files containg the mappings of IP addresses to host names for all the computers in the SNMP setup. System performance will improve if more computer addresses can be resolved locally. Even if you use DHCP and WINS, adding IP addresses will speed up the SNMP integration.
|
Document Saved Successfully
|
|
|
|
|
|
|