Comments
-
Lawrence, I too am having the same issue and currently have a ticket open. I am able to download the cab file by accessing the following from within IE as instructed by support: 'https://3pupcontent.solarwinds.com/Content/Fetch' However, I have to first click OK to proceed past the website security cert warning. I have…
-
No problem. Any push thru engineering will be much appreciated. Hope it can be resolved in the next update because our NOC is driving me crazy with dups. Our NOC staff is like a revolving door and the word doesn't get passed on to the noobs. BTW, why am I getting dup posts using Quich Reply all of a sudden? I guess this…
-
Heard that. It is all good. Never got the nerve up to take up the kite thing. Looks fun though. You would get a lot of time on the water here in Florida. Water is a little chilly right now but certainly warner than there. So share what you have learned oh great one....
-
Hi Steve, I am having the same problem. I keep getting the error message: "Failed to enter enable mode". I have a HP SW 5900. I know that I need to change the script from "enable" to "system view". But can't figure out how to do/change it. The file is encrypted. How do you change the script? I am looking at the script:…
-
Correction - we can't rely on what the SNMP agent tells us.
-
This is an old thread, but I just wanted to put in my 2 cents on the VM front. We have virtualized the monitor and placed the database on a seperate SQL server. We have 3194 network elements in our monitor and it is performing excellent with plenty of headroom to grow before adding additional hardware resources to the VM.…
-
It's coming in the next SP for 9.1. We don't have a date for it, but we're close to getting all the issues we're addressing in it fixed.
-
Yea I had a test scan setup previously and was having similar problems. So I ran it just to see, which is a /25 mask, so 62 usables, for example purposes lets say its 10.0.0.1 - 10.0.0.63. I already know for a fact it will find 5 nodes in the range (1 router, 2 switches a server and a DRAC) It scans those, current phase…
-
I am having same error please provide solution :(
-
Well I managed to get it by gleaming from some other non-related SOAP examples: ========================================== $context = stream_context_create(array('ssl' => array('verify_peer' => FALSE))); $soapParameters = array ( 'location' => 'https://domain.com/soap/status.asmx?WSDL', 'uri' => 'urn:TC', 'login' =>…
-
I would use the "has changed" to determine if my number of Rec Errors This Hour has changed and alert based on it changing. Same with TX errors This Hour. Only want to alert when the number of errors changes during each hour.
-
Thanks for the follow up - I got it working. It seems that I had a OLD template from somewhere that it was trying to use and failing. I used on eof the new templates and it is working fine now.
-
Yes, IP SLA is the right short-term solution. We'll get to remote pollers; in fact, we have a team working on it right now as I type this, but it's a big and longish project.
-
I've come across this issue today on 7.5, so it looks like it's not been fixed yet. I lost tons of time for something that should have taken no time at all.
-
Thanks for all the replies Bronx, I believe all the options you posted will work, just noticed why I couldn't do them. I have tried Firefox, IE, and Chrome using windows 8.1, and I only have the Multi Edit option. My Screen: Your Screen: Very odd, not sure if that is an evaluation issue or what. I am open to suggestions.…
-
what exactly did you do to edit out the issue? mine is hanging on VoipDatabaseScheme.dbconfig file
-
How can i define the formula ? where?
-
Thanks for the pointer to 5.1. We never had the 4.0 version (Cirrus). We are a new customer and went directly to NCM 5.0, so never made any template changes to what was provided. The template change does seem to have helped but there are still intermittent failures on ddifferent devices each time the job is run. Running…
-
thanks Tony, how can I change following querie only use NPM? SELECT 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 ND.Caption, ND.NodeID, CASE WHEN OperStatus = 'Up'…
-
Thanks for the positive news Andy! Looking forward to the next version of WNM and v9 UDP. Ron
-
If I change to Node in property to monitor field and press OK I get the following error: "Please specify a complete Trigger Condition Field not specified or invalid"
-
No, you didn't do anything wrong. But some spammers did, and that's why we enhanced some moderation filters, but this should be temporary. We are doing our best to approve content as quickly as possible. You can read more about this here: Enhanced Spam Filters
-
Update: the pollers have started to move... i have 4 out of 5 done now.. just doing the additional webserver.... not sure what is going on but i am going to keep fingers crossed
-
I'd implore you not to kill the parts that administrators count on for bulk changes. Which part of System Manager were you using for bulk changes? System Manager never did bulk changes for nodes or for interfaces. If you need to make make the same change to 50 nodes, you had to make them 50 times. That scenario was the…
-
*SEE POST BELOW THIS ONE* No idea if this was just for my issue or every ones but they had me run these queries and I can now start the service SET IDENTITY_INSERT NetFlowApps ON GO INSERT INTO NetFlowApps("AppID", "MapTo", "TCP", "UDP", "AppName", "MultiPort", "Enabled") VALUES (105000, -1,1,1, 'Unmonitored traffic', 0, 1…
-
I have set Syslog Message Retention days to 2 days but still I have left with only 5GB space in database. Kindly tell me what should be the configurations on the node that are sending excessive SysLogs so that they can't send too many.
-
Problems I'm seeing is Solarwinds is bent on making these tools so slick and pretty that the basic usefulness of them is being ruined. I don't need workplace studio and a horrendous licensing procedure to use tools like this. wish solarwinds would go back to their roots a little, techy's need tools, not hard to work with…
-
5760 x 1920...seriously. Wow. Even with my full correction for my crazy astigmatism, there is no way I could use that.
-
No we are not. We are using third party certs. However In the verification certificate for whd that is self signed. And that's what crazy, the verification cert means nothing as far as ADFS is concerned. Or does that play a role for external connections?
-
Hi SQL create for adding the extra cols to the NCM database ---------------------------------------------------------------- set ANSI_NULLS ON USE [solarwinds_ncm] GO alter table [dbo].[Nodes] add [Department] [nvarchar](50) NULL, [City] [nvarchar](50) NULL, [Country] [nvarchar](50) NULL, [Building] [nvarchar](50) NULL,…