sachsj

Comments

  • Correct. All is green. It's like the information is not transferring between tables? Atlas thinks there is a problem but NPM doesn't.
  • Thanks for the reply! Currently we have 600 devices discovered. Most send Netflow sending to Orion. I asked our server group today to enable SNMP on the server so I can watch exactly what happens.... will let you know.
  • Sorry. This morning was the first available opportunity that I had to place the ticket. Case # is 576152. Equipment types are Cisco 2960 Cisco 3750
  • Thanks. I just wanted to make sure I wasn't missing something. 
  • So for the past 15 days I have been standing up a completely new 2016 environment, including SQL 2016. After I started creating maps I found out that I was getting the same errors as my old 2012 environment. The only thing I transferred was the .gif files I had created for my cisco devices and my satellite maps which are…
  • Thank you for the information. Hopefully that will help someone reading this. I actually just rebuilt my primary and secondary pollers over this, and the problem still exists. Developers and support have both been working on the issue for a while.
  • STP info would be nice, forwarding, blocking..... but the VLANs are not showing on the tooltip either.
  • "I'm getting the issue that hostname column in Manage Subnet & IP does not update correctly" At first glance I do not have the same problem as you. What does the IPAM Address History show you for the hostname for that IP? Was the IP given to another hostname? What is your scan interval set for in IPAM for that subnet? The…
  • Thanks for the reply.. Yeah, I thought about that as well, but my problem is that I am also using ICMP to ping our failover and modem IP's using ICMP only. So I have more than just the vCenter ICMP nodes under unknown . I know there has been talk around the forums that the need to manually create a Machine Type and map…
  • thanks for the quick reply. Same building actually :). Both clocks server/client are set correctly I have plenty of space on my database server as well.
  • Regretfully, our client PC's or our servers do not have SNMP enabled. I guess I have to wait for the next version of IPAM to look at MAC's of devices getting addresses from Cisco routers? Thanks
  • You may have received an answer already but here is what I found: Type in your OID, browse the MIB table under Orion Universal Device poller, select a device and test. The rows show up under Test Sucessful. I am trying to figure out how to place each Device Poller on a seperate row for a UPS instead of all 3 on one row…
  • Thanks. I seems that I just had to wait a while before that particular graph updated with the correct information. 
  • Close The 3 fields that are returned are: Event Type Name - This seems to be correct Low - gives me a single number, something like 10001001108 High - gives me a single number, something like 10001001109
  • Sorry. Friday was a very busy day. I just assumed it was under the CheckPoint Technology Object Type. The view was the problem. I didn't look at the Net-SNMP Object Type only the Checkpoint Technology Object Type. thanks for your help.
  • When I click on the node it actuallys says Wireless Autonomous AP - This firewall does not have wireless support. Device is tied to correct resources and does not show wireless when the resources are listed.
  • Thanks. I figured it would be included in IPAM/UDT but wasn't sure about the whitelist. Good to hear.
  • I think I just died a little inside.... LOL Thanks for the update
  • Patch worked for me as well. Now back to business. thx
  • Awesome!!!! Exactly what I needed
  • I added headers to the table. If I can figure out how to remove the entire row if a cell on the right is empty, then I will probably need to somehow reference the Information header. <table border="4" style="width:650px"> <th style="text-align:center" bgcolor="756767"><font color="FFFFFF">Custom Property</th> <th…
  • Here are two queries I created a few years back. Notice that there is a line that says "AND uds.accountname not like '%any-user-account-you-do-not-want-to-see%'" You can delete this line or add as necessary. For me, I use this to remove accounts such as service accounts so I don't see them in the reports. Wired Devices…
  • I know this is an old post but with the help of our SQL guys we were able to create a report showing the max vpn user count for the day. This query uses a custom poller. The query is in UTC time so I will need to work on that. The OID I used to create the poller is 1.3.6.1.4.1.9.9.392.1.3.3 SELECT [Status], [DateTime] from…
  • One of our SQL guys helped me sort it out. SELECT [Status], [DateTime] from dbo.CustomPollerStatistics_Detail tm join ( select CONVERT(Date,[DateTime]) as [Date] , max([Status]) as [MaxUsers] from dbo.CustomPollerStatistics_Detail tm where tm.CustomPollerAssignmentID = '98C0CC90-B014-4721-A84A-027A2A064527' --and…
  • I was able to create a backup job with the following: Make sure you use the touch password or your radius account that has elevated privileges. Create a new backup job: Configure Nodes Tab Select your Packetshaper Under the Command Script tab use the following: setup capture complete backup.cmd ftpput…
  • Actually it turns out that it was the installer. I was given the correct one from support and it works as intended. They will correct the RC link for others. RC installers are not betas. RC installers should and do act like GA. Companies like SolarWinds just want that little bit more testing in the wild before they go GA…
  • I created this query and transferred into Report Writer. On the home page, I added a frame for 'Report from Report Writer' and selected the report I created. This will show all currently unmanaged nodes. The facility number is just a custom property so you can remove or add your own. SELECT ni.[NodeID] ,ni.[StatusLED]…
  • Are you configuring through the web or command line? For SNMPv 2 you can use the following: Read-Write config snmp community create password config snmp community accessmode rw password config snmp community ipaddr 10.10.10.20 255.255.255.255 password (something like 10.10.10.0 255.255.255.0 for a /24 or 10.10.10.20…
  • Did you place a ticket with support? I am showing the same error in my solarwinds.net event log. Currently I have two issues. UDT is not showing L2 information on switches, but routers seem to show good info, and SIP trunks in VNQM show a status of 'not polled as of yet' There is also another post that shows the same event…
  • I sent the guys a link to one of the projects and they were able to view it. However, the projects do not show up under Load --> Find Projects