Comments
-
You can use a port scanner to check online or there is this thread that relates to testing it if you have access to the network infrastructure SNMP 161, 162, 1993 TCP or UDP | Other Network Infrastructure Subjects | Cisco Support Community | 5981 | 9099536
-
In addition don't forget to ensure the new APE is in the allowed list for polling switches and servers etc.
-
It is possible to do this without going into it too deeply and im not very good with queries: SELECT ap.ID as NodeID ,ap.ControllerID as ParentID ,ap.Status ,ap.Name as Name ,ap.IPAddress as IPAddress ,wc.Name as Controller FROM Orion.Packages.Wireless.AccessPoints ap INNER JOIN Orion.Packages.Wireless.Controllers as wc ON…
-
Its hard to know without any context and you will need to find the mibs the device is firing on as that above is the alert action. The alert trigger IE for the above we use ${N=SwisEntity;M=OrionServer.HostName}Traps.HostName trapvarbinds.OidName, trapvarbinds.OidValue ${N=Alerting;M=AlertMessage
-
HI there sorry we dont use 'field replaceable' column, we have removed it but its in the query as its in the table, remove them as you see fit. So far I haven't found a way of reducing the column widths, no doubt someone with SQL skills might be able to
-
You will have to remove the duplicate afterwards manually, I renamed it to check it wasnt the live one before deleting it. Hopefully work for you.
-
is this what you are doing? Searching for the unique name?
-
Is this the free version and have you confirmed that SNMP is the correct version ? has it ever worked using SNMP ? Are you referring to the ESXi host or the servers within ? have you checked out: Enable SNMP on VMware ESXi servers - SolarWinds Worldwide, LLC. Help and Support Enable SNMP on VMware ESXi, ESX3.5 Server or…
-
Creating a report first and checking, depending on how many there are adjusting your strategy to suit.
-
We've managed to get it back up and running, I think it was more the DB's with your databases getting more features and changes within the database - he said there are DLLs and all sorts but hes managed to sort it out and just NTA not working, menus have appeared and all is good
-
HI there that greyed out Connection graphic abouve you show is unknown not down. We have recently started using auto dependencies is that the case with you? That might help you.
-
Thank you and sorry I didnt explain very well. I want to be able to create new nodes in [nodes] from the [wireless_AccessPoint] table. There are no equal properties in both except IPAddress which i can copy over to the Node table and copy the Name contents to SysName and Caption. I hope that's clearer as to what i'm trying…
-
You could also do:-
-
indeed check the ip you are monitoring see if it matches and they havent changed it as already has been said that or the mail server, check and that all services are running
-
You are welcome
-
does this help ? $swis=Connect-Swis-UserNameadmin-Password""-Hostname 10.160.5.75 or $swis = Connect-Swis –Trusted –Hostname localhost
-
Hi there you said report - do you mean report or alert as they are two different things? You can select the interfaces you want, if they have something in common or use a wild card to select them.
-
ok, I've not come across them and we do this quite frequently as things move around.
-
If you click on the " BGP4-MIB" above it takes you to cisco's site where the MIB is this also refers where you can download a MIB for the nexus, I think if its not in Solarwind's MIB database, you can submit it for them to include it. http://tools.cisco.com/Support/SNMP/do/BrowseMIB.do?local=en&step=2
-
You can using SQL
-
HI there thanks for the reply so where would you set the threshold? for custom pollers there are no metrics even when you have dropped them on the maps!. Thats what i'm getting at, I know that they would replicate, but its where you would set this as you cant set any except on the node where the poller is (or i cant see…
-
Have you tried finding the oid it uses and then doing a transform in 'Orion universal device poller' and then using that in the alert?
-
Some help for you building your secure environment hopefully of some use to you. https://support.solarwinds.com/Success_Center/Orion_Platform/Knowledgebase_Articles/Secure_Orion_environment_with_additi…
-
SOLARWINDS needs to be a variable. Connect-Swis -host $hostname -cred $cred not quite sure when you are getting the error as this is different to the above one? are you getting it in both cases? ive been using: $swis = Connect-Swis –Trusted –Hostname localhost which uses a token instead.
-
Oh by the way if you dont have a custom property set, then you can add each node with 'Only the following set of objects'
-
HI Scott I think you should be settings the alert up like this, even though they are in a group you want to alert on a node in the group if you have a custom property that they all belong to within the group all the better because like below you can select the group based on that custom property such as below where I've…
-
"which is in Configs - Jobs" - Do you have a configs tab ?
-
Our upgrade from previous versions went extremely well, the web based online and all in one experience started with a check of the environment. We have an additional poller and a VM with NTA which it detected and told me about the fastbit upgrade which I needed to do after along with the additional poller. It did the…
-
It will be trap viewer only, thats where they are collated. You use the IP of the hosting server and they will all go there and then be forwarded on to where ever you have decided
-
ahhhh sounds very similar to what I had with the DBAs, they ended up moving some of the newer tables to another area I think he also mentioned DLLs as well ? (I dont know the full details) So now they are getting the release notes before I do anything and only when I get the all clear (or im in work that day ha) that I…