mezdem

Comments

  • Ok say we have about 900+ nodes, of which 400 routers. I have setup all cisco kit switches and routers in NPM and i am monitoring main interfaces, i.e. i delete/un-manage null0, proprietry virtual, aal5 subinterface, etc Depending on where/how I scan i get most routers added twice one with the 172.x.x.x and one with the…
  • although i am not quite sure that is correct looking at it again... i may need to revisit this
  • in fact it is possible to roll back to the last version? easily - cannot be a db restore as to much time has passed.
  • arhhh excellent - I just missed that option in the menu bar! great stuff that helps anyway o:) Dont suppose there is any feedback on the duplicate node issue??? Now the sql shown is.. SELECT Nodes.Caption AS NodeName, COUNT(DISTINCT Nodes.Caption) AS COUNT_of_NodeName FROM Nodes GROUP BY Nodes.Caption It does contain the…
  • I know this is an old post, but has this ever been resolved? I need to trim out all the fluff of a trap message and just show a single line of readable text. In are other product SNMPc I can do this easily. It takes the trap data, converts it to text and ariables I want, and leaves a nice tidy readable message in the alert…
  • Hi Everyone, i would never suggest just delete data without checking first.. here is a little helpful script to check what nodes.. select PollerID, PollerType, substring(netobject,3,10)as NodeID, n.Caption, n.IP_Addressfrom Pollers p inner join nodes n on n.nodeid = substring(netobject,3,10)WHERE p.PollerType LIKE…
  • arh right, another wait until 7.3.. ok cheers i am planning it in, but i have 100's of sql reports to migrate to the new schema so in all faireness have held off until i have time to do all this work. thanks again m
  • ok can you tell us are you looking after the db or is the dba team? If you are in full recovery they should have trn backups in place, if this is the case then by all means run the shrinkfile... this will then let you remove any unused space in the log file. If you have not done a backup of transactions you will need to do…
  • Has this ever been fixed? I now have all ASA's doing the exact same thing and 5% of configs are showing as not syncd due to this issue. Jiri, is there a fix for this?
  • thanks tomas, thats not going to give me what i need, SW can you please help with the actual code you use during the main window? Ideally I would want to use the actual values set for each type of statistic - so getdate()-30 for detailed, getdate()-60 for hourly, getdate()-90 for daily etc as set in the 'Polling Settings'…
  • Any update on this? This is just so frustrating that you have to fill out all the credentials everytime - a really basic change considering we are already logged into the portal and it lets us save those credentials? I now add this comment to my email footer... I noticed this was logged last year - surely this could of…
  • SW any feedback on this issue? This seems to be a fundemental flaw... from someone who has been developing quantitative statistics and 'history browser' performance for sql server monitoring , this is a major issue when it comes to providing valid and accurate utilization reports and trend analysis year on year... Even…
  • ok the edit custom property maybe ok, i might set a scheduled job that auto updates this field each day where interaface status is = 0 as shown below table. I think this needs to be corrected, as i have all these status's for Interfaces!! be nice to 'Manage' interfaces on bulk - SW please comment? seems long winded to…
  • yes it seems I have just wasted a day of my life trying to get this to work after several failed attempts on previous version. It is flawed and does not work at all, I have now had to re-set the safe all IP, MAC and Hostname! as we are getting 000's and 000's of alerts. Orion Platform 2016.1.5300, IVIM 2.1.2, NetPath 1.0,…
  • yes I know what your are after, I guess all our charts plot In/Out seperately so that we can see trends in data througput so I have not used this as a combined Bandwidth usage.
  • Sean, I replied yesterday - I have already downloaded the MIB database last friday and the week before. The Jacarta InteSepter MIB is in there, tried this and it somehow crashed the device! I need the iMeter version - to include polling of the IntelliAmp. From: Sent: 31 January 2011 17:36 To: 'thwack - Automated Email'…
  • i have also some questions re S vs R and have posted here Execute Script ("wr") from results if Running vs. Startup conflicts? if SW could comment also.
  • Can someone tell me why AVTECH 24 is still showing as unknown even when it would seem this has already been added? I need to start managing our AVTECH products - the 4E's work fine the 24E sysobjectID is reported as 0.10.43.6.1.4.1 Reply More taylorfc replied on Fri, Dec 2 2011 3:32 PM MFR: AVtech Model: RoomAlert 24E,…
  • From: (Corporate Resources) Sent: 14 February 2011 16:54 To: 'SolarWinds, Inc.' Subject: RE: Case Update: 220690 - Scheduled Reports Failing Hi, I only have the directlink and the admin accounts all rest are NT. I have tested using the admin account and it works! I have found it - the DirectLink account did not have the…
  • no this never got resolved. I may have to open a support case, but its not a major issue.
  • sorry to be a pain, however this has fixed the issue partially, I have an entire controller that no clients seem t resolve, and still numerous other that also hit and miss resolve - is this another issue? can i force a manual resolve somehow to see if it works?
  • It is taking quite some time to setup dynamic groups - but worth it! For Info: Each Node in Orion has a 4 character location code, and a 6 character site code. One thing I have found is that I create a group with a dynamic query looking for all nodes with site_code = 123456. fine. All nodes added perfect. Then I create…
  • sorry was a bit rushed earlier. Ok the below should give you what you need, if you want per interface just add interfaceid, i have limited this to one for testing. This gives the same (within a very small difference) value as if you ran the interface utilization chart in NPM, but put the 'SampleInterval' to 5mins. If you…
  • no , but when i have run 250+ remediation scripts for policy violtaions, i clear the table so I can easily see which ones have failed. Maybe SW can let us know? but it is still a shame that the results can be added to the Audit table - maybe this coule be taken forward SW?
  • did the nexus polling ever get updated in NPM? or do I still have to create manual pollers for fex and power supplies etc?
  • No probs - any sql questions gladly welcome!
  • Just to update - this is the issue I have. On Win Server 2008 the file paths are: C:\ProgramData\SolarWinds\ C:\ProgramData\SolarWinds\Collector\Data\
  • My request above has been taken forward as a feature request. If SW could comment on the status of this CASE #505230
  • can you share with me the matching rules you have used rather than the code? Data matching algorithms are something I have had to develop for many reasons over the years - so it would be good to help. Plus it will help me get my reports for EoL quicker to management! Forgot to mention too, that this functionality will be…
  • How about something like this, you can choose how you display.. select NodeID,IP_Address,Caption, Status, StatusLED, LastSystemUpTimePollUtc, DATEDIFF(mi,LastSystemUpTimePollUtc,GETDATE()) % 60 as MinsDown, DATEDIFF(hh,LastSystemUpTimePollUtc,GETDATE())% 24 as HoursDown, DATEDIFF(d,LastSystemUpTimePollUtc,GETDATE()) as…