2014年2月10日星期一

memory utilization graph with cisco 3560

we are currently testing OpManager before purchasing the Professional Version.

We are testing OpManager with a Cisco catalyst 2950 series 12G and a Cisco catalyst WS-C3560X-48T-L  series 24 PoE.

We tried the discovery function, and OpManager found the 2950 as a 2950 and the 3560 as a desktop.

The specific OID for the 3560 wasnt in the database, so we added it with admin\device type\add new device\ and the OID .1.3.6.1.4.1.9.1.563

We deleted the 3560 and rediscovered it. Opmanager found it as a 3560 but we still have problems:

1. The resource monitor Memory Utilization which appeared by default with the 2950, doesnt appear with the 3560 so the memory utilization graph doesnt seem to appear too.

We created a custom monitor for the memory utilization with the following OID:

(1.3.6.1.4.1.9.9.48.1.1.1.5.1*100)/(.1.3.6.1.4.1.9.9.48.1.1.1.5.1+.1.3.6.1.4.1.9.9.48.1.1.1.6.1)

This requests works but we cant associate it with the memory graph.

You can remove the Memory Utilization for that specific device under Resource Monitor. After the removing the monitor, then follow the steps given below

Please add this default graph under cisco monitors in OpManager_graphinfo.xml which is under /opmanager/conf

<DEFAULTGRAPH Name="SwitchMemoryUtilization">

<YAXISTEXT>Percentage</YAXISTEXT>

<DISPLAYNAME>Switch Memory Utilization</DISPLAYNAME>

<name>SwitchMemoryUtilization</name>

<Vendor>CISCO</Vendor>

<Monitor>Resource</Monitor>

<Description>Monitors the Memory Utilization</Description>

<oid>(.1.3.6.1.4.1.9.9.48.1.1.1.5.1*100)/(.1.3.6.1.4.1.9.9.48.1.1.1.5.1+.1.3.6.1.4.1.9.9.48.1.1.1.6.1)</oid>

<type>Interface</type>

<interval>900</interval>

<THRESHOLDENABLED>false</THRESHOLDENABLED>

</DEFAULTGRAPH>

Then Open Opmanager_snapshotinfo.xml under /opmanager/conf and find this entry

<CHART>

<Name>MemoryUtilization</Name>

<Title>Memory Utilization</Title>

<Type>AREA</Type>

<Height>250</Height>

<Width>525</Width>

<yaxisLabel>Memory Utilization %</yaxisLabel>

<CHART-INFO>

<PolledDataName>SwitchMemoryUtilization</PolledDataName>

<Color>blue</Color>

<YAXISTEXT>Memory Utilization %</YAXISTEXT>

<DISPLAYNAME>Memory Utilization %</DISPLAYNAME>

<name>MemoryUtilization</name>

<Vendor>OtherCISCO</Vendor>

<oid>(.1.3.6.1.4.1.9.9.48.1.1.1.5.1*100)/(.1.3.6.1.4.1.9.9.48.1.1.1.5.1+.1.3.6.1.4.1.9.9.48.1.1.1.6.1)</oid>

<type>node</type>

<interval>900</interval>

<THRESHOLDENABLED>false</THRESHOLDENABLED>

</CHART-INFO>

</CATEGORY>

</CHART>

Save the file. Restart OpManager. Then try to add the WS-C3560X-48T-S    Switch Memory utilization which is under Cisco Monitors. Now you will have an option for Switch Memory utilization.

没有评论:

发表评论