kgrahamjr

Comments

  • PERFECT! I added "ROUND(SystemUpTime / 60 / 60 / 24, 0) AS [TotalDaysUp] and got exactly what I wanted! Thanks for helping a Network guy!
  • I loved the "Automation Made Easy" lessons! [more please!] I've been wondering where to find the python equivalent for "Set-SwisObject" Properties from the Fix-NodeCaptions.ps1 example.
  • You mentioned the Lab Archives, but I only see lab episodes #72 to #92. I've tried a few different browsers but do not see anything that says, "next page" to find other past labs. This stuff is great! The thing I'd really like to see is how to search multiple tables in one report. I have information in Orion.Nodes,…
  • I did mean a Report > All Reports. I do find the field names in SWQL Studio, but I'll go see about asking in the Orion SDK Forum as you suggest. Thanks, love the videos!
  • Just re-watched... good to do and catch things you missed before! Excellent, about the modern dashboards. I had to pause and rewind a few times, but great stuff there. Is there a way to return days, rather than seconds in the Uptime? I see you calculate SystemUpTime/60/60/24 and then compare to 90 days, but can the result…
  • I figured it out by doing "dir(swis)" and saw "update", then did "help(swis.update)". Also looked around at the python OrionSDK github and found the CustomProperties example. I got the Caption changed using: output = swis.update(Uri, Caption=NewCaption) after copying the returned Uri to the URI and setting NewCaption.
  • Yes, I know I can change the device type, but it resets after a reboot of the servers. So then we're stuck with misidentified devices a gain till I go change them. The bug is changes do not survive a reboot. Also, every revision changes the settings to some devices to show other incorrect device types. Nexus switches were…
  • I have this same problem when making an "invoke" call. My user account is in a User Group that has Administrator rights for NCM. I have also tried using an elevated account that has Admin rights to Solarwinds. Both get that same "403 Client Error: Access denied. WebViewer permission required" error. Do I have to use an…
  • Krish... what I did was delete my jobs, and re-create them. That resolved my issue. Weird, But we'd been slow to the punch getting our SW upgraded after the fiasco. We were running such an old version that we weren't infected! After the upgrade completed, our server team said that the guy helping suggested that we may need…
  • Thanks for your answer, but I wonder... just HTH Solarwinds expects us to know this stuff? /smh
  • Where is this? I have same problem (Post Processing...) for nightly backups with NCM 2020.2.5, but I cannot find "LegacyTransferJobCollectorProcessing" or "JobsParallelConfigProcessing" under NCM Settings.
  • Did this ever get answered? We have a similar situation. We don't want users to have admin rights, but it appears that you need that to add Call Manager nodes, etc. What is going on with this?
  • We are running code from 2017, and have been told we are not affected. But our Security team will not bless allowing us to upgrade. The latest news with the new malware find from Microsoft & FireEye is very likely to cause our upper management to force us to finding another tool to do network management. If you have…
  • I have v7.6. I found an Admin Guide for 7.7 but like my version all you can do is add a config type. No cli edit that I can find. I will have to wait till after the New Year to get them to upgrade my NCM. We've delayed that process long enough. Thanks.
  • Ah there's my problem. I don't have v7.9 installed. Need to talk to my "team". Are there specific instructions for getting this to work with the Cisco VLAN.DAT file?
  • > This is very high on our priority list, It has been 10 years... I doubt this statement. Customers need to download vlan.dat from Cisco switches. Why can't this be added simply to the downloads?
  • I found the resolution to this. Settings > All Settings then under Views > View by Device Type The Cisco object type was set to "Wireless Controller" rather than "(default)". I have seen this on multiple Solarwinds installations and lots of posts about "Wireless Controller". I assume there was some patch or upgrade that…