To monitor Oracle VM Server configuration with the
ovs-snmp shared object module, you must add
the following line to /etc/snmp/snmpd.conf:
dlmod ovs /usr/lib64/ovs-snmp/ovs.so
The default snmpd.conf on Oracle VM Server provides
an example configuration that you should modify to suit your
business needs. It is beyond the scope of this documentation to
describe a complete configuration for
snmpd.conf. Refer to the
snmpd.conf man page for more information.
From a high level, the steps to add the
ovs-snmp shared object module to
snmpd.conf are as follows:
Connect to the appropriate instance of Oracle VM Server.
Open
/etc/snmp/snmpd.conffor editing.Add the following line:
dlmod ovs /usr/lib64/ovs-snmp/ovs.so
Ensure that you have read access rights in
snmpd.conf.TipYou can temporarily add
rocommunity publicto the start ofsnmpd.confto allow read access from all computers on the network.Save and close
/etc/snmp/snmpd.conf.Restart the SNMP service, if it is running.
# service snmpd restart

