Comments
-
If I get some time I'll try and see if I can set something similar up in my lab and see if it works.
-
Just scroll down through the same post there is a post by whomademesme detailing how they updated the script to include Interfaces Re: Report on Muted and Unmanaged Entities
-
Just to confirm I today had the same issue with the Offline installer coming up telling me I didn't have internet access and to download the offline installer. This was a customer upgrade, who were going from NPM12.0 to NPM12.3. As they didn't have Svr 2016 I couldn't use the Online installer as it takes you to 12.4. Even…
-
Hi Serena, So I have two complaints so far: 1) The Product Upgrade Advisor couldn't give me a clear upgrade path - it came back stating too complex! When I logged a support ticket I didn't really get the answer I was looking for. 2) I used the 12.2 Installer on the box to help guide me on my upgrade path, which worked…
-
Totally serena - This is a fairly unique situation as the existing environment has crashed and the new servers deployed are running Svr 2012 R2 with SQL 2014. The customer needs to stand up the existing environment directly onto the new server and then upgrade. So we need to install all the modules to the existing versions…
-
So depending on your SQL version you could run the upgrade directly on the new box - or at least that is what I'm looking to do.
-
Although I've just had a double take as it says it's now implemented and it appears that the latest release (4.6) does support it: This version of IPAM also fully supports the DHCP failover feature set implemented in Windows Server 2012 R2 and Windows Server 2016 IP Address Manager 4.6 Release Notes - SolarWinds Worldwide,…
-
Don't forget that for SQL the biggest issue will be IOPS - So if you have that number of flows writing to the database then your causing congestion, which I suspect is why SolarWinds made it a separate DB!
-
Hi RaviK - What jemertz is referring to is a known issue with SQL Row count exceeding a certain count it is based on the table type (int) it has a value limit of 2,147,483,647 rows, and if you exceed that you can run into problems with the data not being stored properly. A common way SolarWinds recommend to resolve this is…
-
In that case, it would probably be wise to check the Configuration Wizard Log file and see if that can provide some additional information.
-
Yes to add to that, the Reset condition is only applied to the element that triggered the alert in the first instance. So, for example, your Server A (eg Name SYSPROD01) triggers an alert for CPU @ 95% it won't reset until that server goes below 80%. If in that period of time Server B (eg SYSPROD02) hits 92% it will…
-
The exact same thing here with regards to the NTA 4.4 message - I upgraded a client on Friday they were running: NPM12.2, NTA4.2.3, NCM7.7, SAM6.5.0, UDT3.3.0, IPAM4.6.0 Although customer was running SQL2016, the upgrade was an onsite decision it hadn't been pre-scheduled so they decided to stay on FastBit DB until the DBA…
-
You could also do Option 4: Migrate to new DB first, then migrate to new Application Server: 1. Shutdown services on your old Orion server 2. Backup Database & Copy it to the new SQL Server 3. Run Config Wizard on your old Orion server - Point config wizard to the new SQL Server. (This will restart all your services) Then…
-
Sorry in my haste to reply I selected the Contains rather than Does Not Contain as mention3d by jhandberg
-
Hi nks7892 - that is good news, you can follow my upgrade plan as above without any issues. I would even suggest you goto IPAM 4.5.1 as that works with Core 2017.1 and 2008 R2 SP1. The only caveat for your upgrade plan will be that once your Primary Polling Engine is complete, you will NOT be able to upgrade your APE's,…
-
Hi mjperkins Would something like this give you all the information you need? SELECT ni.Node.Caption AS [Node Name] --This is inherited from the Orion.Nodes table ,ni.IPAddress AS [IP Address] ,ni.SubnetMask AS [Subnet Mask] ,ni.Interface.Caption AS [Interface Name] --This is inherited from the Orion.NPM.Interfaces table…
-
Sadly the guy hasn't been active since 2016 so if he hasn't figured it out by now probably not much hope for him!
-
Thanks, we do want to include the VIP as a source as it has been given an IP appropriate to ensure polling from the VIP but I wasn’t sure if this port was needed between the two pool members of a HA pair or just from the each pool member to the VIP of other pool members?
-
I don't think that it will be an enhanced support experience in that sense, as SolarWinds already offers a Premium support package with an associated cost, so it wouldn't make sense for them to offer that to anyone paying the SCP Subscription, I think it just means that your trouble tickets will potentially skip some of…
-
I just tested using this script on my SQL Server and it worked: DECLARE @msg VARCHAR(max)DECLARE @count INTSET @msg = ''SET @count = 0SELECT @msg = @msg + '"' + sj.name + '", ', @count = @count + 1from msdb.dbo.sysjobhistory jhjoin msdb.dbo.sysjobs sj on jh.job_id = sj.job_id AND sj.enabled = 1join msdb.dbo.sysjobactivity…
-
This is the obvious choice, it maybe I misread the original brief I thought OP just wanted to create the options there wasn’t the added criteria to assign them to a set list of nodes but maybe that is the case?
-
Think it was only added in 12.1 so might be why it's not as well known as most people who have been using the system for a while are using the original workaround still.
-
100% Agree. If you're unsure you could leave the OOB Alert running alongside until you are comfortable that your new alert is working correctly.
-
Ok so this is a messy way to achieve what you want, and I wouldn't normally recommend it, but if you really want it - This worked for me in testing: For my test, I have set a specific Node Name, but you would change that to trigger on any Cisco device for example etc. Then under Advanced options, you select the Enable…
-
Hi Ismo, Sorry, I misunderstood, yes if the port has never been discovered by NPM then a discovery would need to have been run on the device. As for the list of all ports already discovered in the UDT Port Management screen you should see the option to switch between Nodes and Ports.
-
Don't forget the prep mission was posted almost 3 months ago, so make sure you search back far enough. If you see events for 4 months and they are not there, then shout at thesuspender or marcoswithanoh
-
I too am curious about this and would be keen to learn how you've got it configured - Please share
-
Plug away I also love NCM
-
Hi tricake as you marked the above answer correct can you confirm that editing the SWA_InstallationSession table resolved your issue?
-
When you say user, I assume you're talking about a WMI Computer Account? If so that wouldn't be related to SNMP logging failures unless your referring to SNMPv3, for which the user details are linked via the NodeSettings table to correlate which CredentialID to use.