Comments
-
I've written a brief SQL query to try and help with this but for some reason the IPAM Web Reporter decides it wants to error with the query (it runs in SQL Management Studio ok). Please note I have a Custom Field called "Environment". any IPAM/SQL guru's have any suggestions? WITH Tiering(ParentId, GroupId) AS( SELECT…
-
Try contacting them about it, I was offered to try it before it was public but cant run code thats not fully tested in production.
-
Strange, might be worth raising a support ticket and they will provide a link for you.
-
What current version are you on? I had this issue that it didn't show the latest version as I needed to do an interim upgrade to meet the pre-reqs outlined in the upgrade path guide - SolarWinds Knowledge Base :: Compatibility of SolarWinds Orion Products for Installation and Upgrade
-
Hi Michal, I just completed my upgrades to 10.5 etc but think I must be missing something. I ran a discovery and all my WAN Miniport interfaces are still showing up. However when I go to import the Nodes/Interfaces I get the ability to filter out the different types - this is great but it has a flaw (unless I am doing…
-
Having just installed NPM12 I think this would be a perfect addition to the Netpath feature and could also be integrated into the server Agent
-
I've just done this and it worked a treat, just need to work out how to auto acknowledge the Alert without needing to run IE to open the ack URL. Any ideas?
-
I think the Express Service Code is for the Dell range of products as its not something I'm familiar with on HP tin. On HP kit you can set Server Name, Asset Tag and some other fields in the BIOS. Typically this will match the physical asset tag attached to the server chassis by the purchasing company. I noticed in VMWare…
-
This could fall under the same request, rather than MINI PORT it could be an option for IF CDP Enabled or something? http://thwack.solarwinds.com/ideas/1291
-
I had a similar issue (in previous versions) when I had too many jobs created (we had a script that accidentally created a new Scheduled Task nightly) deleting some jobs via the Task Scheduler and I was able to view them in the Console.
-
Yup exactly like that.
-
It would also be nice to have more than 1 product specialist per product (I assume per region) rather than a customer waiting who is keen to purchase but needs some clarification on the implementation aspect.
-
@jspanitz, was hardly ripping them apart, just saying that as much as I like the new graphs there are still limitations that stop me from implementing them in a production env. @mavturner nice, I have downloaded the Beta, hope to get it installed later this week!
-
Just spent most of the morning trying to get this to work. Its probably do-able with SQL but would be nice as the groups are all already created and dynamically populated.
-
FYI, I have a powershell script that is about 90% complete (just needs the automatic calculation of the number of streams) but just haven't had time to finish it yet. bkyle / johnny ringo drop me a PM if you are interested in it.
-
Nice!!
-
One of the most needed features IMO! Its painful having to go through and ignore 6+ interfaces per node for over 500 nodes on a monthly basis (patching reboots)
-
I'm not going to vote this down but i'm also not going to vote this up either as when using discovery I would want the FQDN to be used due to having multiple domains. So maybe an option to "Display FQDN" on node addition could be a compromise?
-
That's a good shout thanks, hadn't thought to look at the SDK for doing this. I guess I could run it as a powershell SAM monitor and report the result back to SAM for tracking and reporting etc.
-
Hmm just tried it with another non-windows exe and it works fine via popup/cmd window and when output to txt file. Just going to go and use procmon on the server to see if there is an authentication issue or something.
-
C:\PROGRA~1\Symantec\BACKUP~1\RAWS>cscript \\PC1\c$\ver.vbs //nologo Message:BERemote.exe = 12.5.2213.169 Statistic:0 C:\PROGRA~1\Symantec\BACKUP~1\RAWS> This is the output above - \n and vbCrLf both do the same thing
-
Nice, I didnt know those were the values! Thanks
-
Definitely option 2 for me also.
-
This works when run as a .vbs but gives me an error "Script output did not contain required field "Statistic:". Actual script output begins " " " The account its running as is a server admin so thats not at fault and if I change the file path to be c:\windows\system32\calc.exe it works fine... anyone have any ideas?…
-
Using the above UnDP -
-
Heres my SQL shoud anyone else want it - Replace 'Healthy' with 'running' Replace 'RBT-MIB:health' with 'RBT-MIB:serviceStatus' Replace 'SteelheadName' with your Device Caption Name SELECT [Status] = CASE WHEN CPS.[Status] = 'Healthy' THEN '0' ELSE '1' END,CPS.[Status] FROM dbo.Nodes as N JOIN dbo.CustomPollerAssignment as…
-
I'd quite like this too please
-
I have had confirmation that this has been resolved in SAM 5.2 which is currently in RC status.
-
+1 on this for the new Charts
-
As said in the description, it may be better to pull each core on their own so that you can graph them separately (stacked or something). I really need to play around with the options a bit but just dont have the time right now. If you have a look and post your thoughts it would be appreciated!