Network Device properties are not changed when device is changed to a different one with the same IP
Hello I observe strange thing with my SCOM 2007 R2. I have some network devices connected and I replace one of them with another one but IP is the same. If I try to check device properties in Device Management - Network Devices I see old device properties. At the same time Monitoring -> Network devices state shows me new device properties. This is not a console cache bug because I use some device properties in MP. So if I try to use $Target/Property[Type="MicrosoftSystemCenterNetworkDeviceLibrary!Microsoft.SystemCenter.NetworkDevice"]/SystemOID$ property, I get old OID, but if I try to query device directly - I get the new one. Before device deleting: SELECT Path, Name, IsManaged, IsDeleted FROM dbo.[BasemanagedEntity] where Name Like '%192.168.1.1%' Path Name IsManaged IsDeleted NULL 192.168.1.1 1 0 After device deleting: SELECT Path, Name, IsManaged, IsDeleted FROM dbo.[BasemanagedEntity] where Name Like '%192.168.1.1%' Path Name IsManaged IsDeleted NULL 192.168.1.1 1 1 I try to wait about 12 hours before adding new device but properties still old. So my question is - how can I clear Network.Devices cache and fix this bug?
November 18th, 2010 6:50am

Hi, Based on my research, I would like to suggest the following: 1. Run the following command on the server to start the console and see how it works: %Program files%\System Center Operations Manager 2007\Microsoft.mom.ui.console.exe /ClearCache 2. Remove the device from the SCOM console and discover again to see if it works. Hope this helps. Thanks. Nicholas Li - MSFT Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
November 19th, 2010 2:56am

Hi, Based on my research, I would like to suggest the following: 1. Run the following command on the server to start the console and see how it works: %Program files%\System Center Operations Manager 2007\Microsoft.mom.ui.console.exe /ClearCache 2. Remove the device from the SCOM console and discover again to see if it works. Hope this helps. Thanks. Nicholas Li - MSFT Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
November 19th, 2010 2:56am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics