Comments
-
This was also an issue for us, random connections appearing where and when we didn't want them. In our situation we disabled the cdp on all of the cisco switches and just created manual connections in our maps instead. Gets us round the issue in the meantime and keeps our maps a lot neater
-
Sent you a PM with screenshots, our environment also doesn't have all the interfaces listed, but the report does show the correct number of physical ports in total. I would attach it here, but i cant seem to be able to find a way to upload any pictures.
-
We use the following report below to list the top 30 switches by either percentage used or percentage free. SELECT Top 30 NodeID, Caption, COUNT (*) AS "Total Ports", SUM (IsUp) AS "Used Ports", SUM (IsDown) AS "Available Ports", CAST (ROUND ((1.0 * SUM (IsDown)/COUNT (*)) *100, 0) as float) AS "% Available" FROM ( SELECT…
-
Below is the query that we use, if you need help with the column setup let me know. select node.nodename, vfc.DetailsURL, vfc.DisplayName, vol.VolumePercentUsed from Orion.Nodes as node, Orion.Settings as s, Orion.VolumesForecastCapacity as vfc, Orion.Volumes as vol where node.Unmanaged = false and node.NodeID = vfc.NodeID…
-
We have something like this, is this what your looking for?
-
Is there nothing listed in the message center? If you select the 'Show audited events' and then filter on 'Node Deleted' does this show anything up?
-
@"tigerr" If you add the line highlighted below you should get the IP Address. SELECT o.AlertConfigurations.Name AS [ALERT NAME] ,'/Orion/NetPerfMon/ActiveAlertDetails.aspx?NetObject=AAT:' + ToString(o.AlertObjectID) AS [_LinkFor_ALERT NAME] ,o.EntityCaption AS [ALERT OBJECT] ,o.EntityDetailsURL AS [_LinkFor_ALERT OBJECT]…
-
@"lcsw2013" We had a similar issue a while ago where the license.dat file disappeared during an upgrade, this wasn't clear at the time. Luckily for us we had a backup of the server with the missing license.dat file, all we did was restore this file back to its original location and then re-reran the configuration wizard…
-
@"jblankjblank" @"chriswheatley" Whilst this feature is useful, we don't actually miss it, we just align the nodes using the x,y co-ordinates to get nicely lined up maps like the ones attached.
-
@"tasmar1985" Is the link below any good for what you want? https://thwack.solarwinds.com/product-forums/network-performance-monitor-npm/f/forum/87713/how-do-i-create-kpi-modern-dashboard-for-vpn-connected-user-total
-
Issued was resolved by deleting the existing ASA Nodes and then re-adding them again to force refresh of data.
-
Polling rate completion is fine - its less that 70% for both pollers.
-
@"alansmith" I have a custom UDP configured already pulling this information to a custom page. The issue that i have is that the report no longer shows any users connected since we did the migration, but from the firewall module itself i can see the correct number of users connected. It appears as if the session details…
-
@"aLTeReGo" thanks for the advice, only thing i'm unsure of is do i still have to de-activate the licensing on the main poller and relicense again once its all on a VM, or should i not have to do this?
-
Hi @"aLTeReGo" Our plan has slightly changed in that we no longer are going to P2V the machines but instead build a clean VM and re-install all of the products again, but as before using the same IP and Hostname. Would the original plan listed above still work, i.e. fail over to HA nodes and then delicense the 'old…
-
Issue resolved after support supplied sql scripts required to drop/recreate missing tables.
-
@"grayknighty" Our current load
-
@"grayknighty" apologies. that is our memory usage and not CPU usage as i'd originally typed, one of those days i'm afraid.
-
If you have access to the Database via SSMS then by running the following on the database will solve your issue. Alter Table ReportDefinitions Add Comments Varchar(255)
-
@"superfly" Yes this is what happens on our maps when the links are discovered via topolgy. To get round this for us we also created manual connections which sit on top of the topology ones, so that when the link goes down, the topology one disappears and then you are left with the manual connection showing down as 'red'…
-
@"neomatrix1217" thanks for the link, i can confirm that this did indeed resolve my issue.
-
We use an average over 30 days in a widget using the swql below. select avg(orion_responseTime_availability_avg) as Net_Avail from ( SELECT TOP 2000 aggSub._avg AS Orion_ResponseTime_Availability_avg FROM Orion.Nodes n LEFT JOIN ( select i.nodeid, avg(i.availability) as _Avg from orion.ResponseTime i WHERE (i.DateTime >…
-
@"tony.johnson" @"danielleh" Configuration wizard log attached below.
-
@"danielleh" yes on hold to them now #00678202
-
@"tony.johnson" surely downloading the HF1 installer from the customer portal should work, but it apparently doesn't. So rather than downloading a 1.1Gb HF file, we need to download the entire offline suite at just over 4.3Gb to get the update. That's not really an issue for us, so will download that, but why offer just…
-
Guess i should have read the manual first
-
@"grayknighty" your environment is similar to ours in terms of modules and elements. We are using NPM, NCM, VMAN, IPAM monitoring around 9200 elements on one physical server with 20GB ram and 5000 elements on another physical server with 16Gb ram. Our CPU usage over a 30 day period is around 55-60% on both of these…
-
@"stuartd" Do you have access to the Database via SSMS? If so open up SSMS and expand your Database to the 'views' section and then find the dbo.APM_HardwareAlertData view. If you right click on this and select the 'Design' option this will show you what the query does and what tables it pulls its information from.
-
Okay couple of questions. 1. Do you have access to the Database via SSMS? 2. Is your Database in simple recovery mode. 3. Are we talking about the MDF (Database File) or the LOG (Transaction Log File) file? 4 Do you take any backups of either the Database / Transaction Log or Both? 5. Do you require to keep any of the…
-
Yeah i get the same message when running the offline installer for HF1 whilst 2020.2 RC2 is installed. Can someone please confirm if RC2 included the HF1 or how we update RC2 if it hasn't?