Comments
-
Is there a Daily radio button instead of Every Week Day?
-
Is it booked up now?
-
Where is this resource? How do I add this graph?
-
So here is what I would do for a "clean install": 1. Backup your DB and SolarWinds machine/VM first. This is in case you have to go back. 2. Upgrade your current SolarWinds installation(s) in the correct order (in accordance with the product upgrade advisor ) so that it upgrades the database. 3. Build your new SolarWinds…
-
Yea. Thank you. I have something like this already, but this is only for alerting. I am looking to change actual status of an object or application. I don't want objects to show red or yellow unless it meets certain time thresholds.
-
Thank you very much. This is exactly what I was looking for. I have it working. That is a good idea with the Config change template for correcting it. I wish there was a way to select a config change template for the remediation. I think I'll put that out there as a feature request. If I had that, I could put a lot of STIG…
-
And if you are just now doing an install, you may want to look into installing 10.6 or later. 10.7 is even better and has a few good new features like drag and drop resources, SNMP-only polling, and the link utilization now shows on maps.
-
I just found where these thresholds are stored. In the Settings table of the NPM database, there are rows named "Syslog-MaxRow Count" and "Traps-MaxRowCount".
-
Thank you very much. This is exactly what I was looking for. I tested it and it works perfectly. In the Config block start: I used the Regex interface .*Ethernet to search both FastEthernet and GigabitEthernet interfaces. I appreciate the help. I wish I could mark this as the correct answer.
-
This isn't true. I have always monitored UCS with an AD account.
-
Yeah. Me too! No problem. I know it wasn't much help.
-
The only way that I know of to make the hash the same is to actually send the password to the device in hash form. Otherwise, every device will generate a different hash. Some devices could generate the same hash, but it would be every rare. You can always check it before you send it out to all devices.
-
Sorry. You are right. It only uses MD5 hashing. Since it still uses MD5, you can use the openssl tool on UNIX/Linux/Mac systems to generate the hash outside of the switch and then script it to the switches: openssl passwd -salt `openssl rand -base64 3` -1 password The openssl rand -base64 3 command generates 3 random bytes…
-
wlipford I would like to know more about this. I would love to be able to do this. Do you have an example of this?
-
I'd really like to take KIWI down completely. But I do want to be able to look at the data from Kiwi for the next year. After that, I will no longer need it. Do you know if there is an easy way to access these logs using Access? Or a way to export to a CSV so I can search through that file at a later date for long…
-
They will go into unreachable, but they would still be managed and still be polled during this "moving" period. I don't think there is a way to bulk unmanage all the VMs on a single host. The only way I know to do this would be another manual method. You would have to make a custom property to apply to each of the VMs and…
-
And this one too: Re: Import of a visio drawing
-
I know a workaround that you can use for custom jobs until this is resolved. To select just the device type you want, do it by System Description instead. In the NCM or NPM job, do a Select nodes where System Descr contains XXXX. XXXX can be the device type. XXXX can be 3800 or 3900, etc.
-
I thought of something else that would be good to have in NCM. We do a lot with Cisco UCS products. It would be nice if the inventory peice of NCM would actually show the firmware versions and serial numbers of the UCS components, such as adapters, CIMC controllers, I/O Modules, blade firmware, fabric interconnects, etc.
-
Thank you. I saw that for some of them, but I also saw they were already closed. I wasn't sure if there was a reoccuring list.
-
sophiawood Do you have NCM to do the upgrade with?
-
You should stop the services before doing the deletions.
-
I thought "Target Server Memory" was the total amount dynamic memory that SQL itself can consume. Is this not the case?
-
I know how to find the engine name of the SolarWinds server that the device is assigned to. I am looking for the engine id (and not name) of the device that SolarWinds is receiving traps from. SolarWinds reports in its events that is received a bad SNMPv3 trap from a device with a unknown engine or the (device, not…
-
You need to go to the Cisco website and download the .tar file for the product that you have. The .tar files are there too. If there is no .tar file for the IOS you want, you cannot use this script. This ios upgrade procedure only works with .tar files. You will need the serial number of the device or a support contract to…
-
Very good script. Works!
-
Could you please upload a sample of the modified OrionMinReqs.master file.
-
Has anyone ever got the "require" client side certificates in IIS to work? Is there any documentation anywhere stating that "require" cannot be used? Any help would be appreciated.
-
Could you please PM me on the status of the product. I have some questions about the longer term strategy.
-
This awesome. Been looking to do something like this for a while. This needs to be added to the SAM variables. There is a mistake though. In #2 of the instructions, you have them switched. It should be: All Components of the Application ${SQL: SELECT [dbo].[Custom_apm_GetApplicationComponentsValueStatusAll]…