Comments
-
Where does it say "one source" only in the evaluation guide? It is up to the Syslog server to handle rotation, retention, etc. LEM doesn't delete them
-
Yup. That's the one
-
The only thing that looks different in your console is the color scheme. How exactly did you change the color scheme?
-
The purpose is indeed to check if A can ping B. In the VBscript, you just need to use the assigned node IP as the ping target and set the strComputer variable to be the SAM server / polling engine's IP. It's just a minor modification of the component.
-
This is from NCM. what do you see using Putty on the NCM server?
-
You may want to have the application owner check that - just to rule out any polling engine overloads (although I very much doubt it in this case)
-
I'm not sure if the template can use 2 VirtualPrompt commands, but you can try If you want the last line in your config to be [\CodersGroup0], try adding this line <Command Name="VirtualPrompt" Value="; End of INI file."/> If you want the last line in your config to be ; End of INI file., try adding this line <Command…
-
Sorry, this info doesn't mean much. I would still recommend the wireshark route. It will help to isolate which OIDs are failing
-
From the case notes, it looks like the switch is not responding to anything in the private MIB tree and only from MIB-2. Is that behavior consistent with the switches that are working? Also, did you try to do a wireshark on the NPM server with a capture filter on the IP of the "problem" switch while doing your list…
-
Login to the Orion web console click on Settings click on 'Add a Node'
-
Try the following - uninstall LEM reports - uninstall Crystal reports - delete the install folders - turn off UAC - reboot the machine - temporarily turn off AV and firewall if any - right click on the crystal reports runtime installer and "run as administrator" - right click on the LEM reports installer and "run as…
-
Nah. I think it is just a consequence of additional precautions put in place by the thwack team due to the recent spam attacks
-
Have you tried setting an Action in Kiwi Syslog Server? It should do the job here.
-
Hi Al, I am surprised the above modifications had any impact on the behavior of the template. # is the default enable prompt NCM looks for if you didn't declare one, and the default IOS template isn't menu based either. If anything, I would have expected VirtualEnablePrompt to have any impact by declaring the enable prompt…
-
Since you are going to ask me "HolyGuacamole, which question are you answering?", I am going to pre-empt this a bit So, I am answering this question So here I go whining again: WHY? Why can't I send application tier in the email when I can check for it in trigger conditions? Well, you can. There is nothing a little SQL…
-
I am not familiar with the Service Now API but from the above PowerShell example, it sounds like you can make a web services call to SNow. If I am reading this correctly, you maybe able to do this without any scripting. Take a look at this, and maybe it's relevant to your integration as well…
-
It does let you select specific interfaces. Just change the drop down from Node to Interfaces and it will let you select a specific interface. assuming of course you are already monitored those interfaces. If not, from the Settings > Manage Nodes page, locate your network device and click on 'list resources' and select the…
-
char(9) in mharvey's example is a SQL line feed character, I think. You can try char(9) instead of |. Disclaimer - i haven't tried this character before. Please report back what you find out
-
Right. Should have read the posting carefully 1. Correct. It is indeed because you are polling those esx hosts with credentials in the 'vmware polling settings'. And, hardware health appears only when you have SAM. There are some nuances between polling the ESX directly vs polling via it's VCenter. You can adjust this from…
-
You may also want to check your AV logs
-
I'm running the same versions and not experiencing the same issue. You can try the following - stop all the services from the Orion Services Manager utility - launch IIS Manager, delete the site and the application pool - Delete the SolarWinds folder under C:\inetpub folder - Run the configuration wizard and use the 'run…
-
Oh yea! That will do as well
-
Again, I cannot find how to put a single UnPD status in maps using Orion Network Atlas So, i was trying to address this in the response. I tried it for UnDP scalar pollers (both text and numeric values) as well as for UnDP table pollers (tried for text) and the "thresholds" do impact the poller status in all cases. Dragged…
-
0.05 on the chart would mean 50 ms. (milliseconds)
-
In your screenshot, you have scrubbed the original values and super-imposed the text 'NewCust'. So, I still think it is something to do with the values you have used for custom properties. It works perfectly fine here. I have a custom property called Cust, 2 unmanaged nodes, 1 of them with Cust value OldCust and the other…
-
hi Wilco, I am not sure what you mean by a generic agent here but let me attempt to clarify. the user name / password you specify to Storage Manager to query the filer and get the list of shares configured on the filer. I think you refer to this account as the "netapp account" / "local account" . Once the shares have been…
-
That particular cryptic Windows error means you are trying to use a 32 bit cscript. I bet if you try C:\Windows\SysWow64\cscript.exe instead of cscript.exe, it will go away. But, it does look like ActiveState Perl is not registering itself as an engine for cscript and I am not sure how to make it do so. So, it will only…
-
It's not possible to add custom tabs like HOME, NETWORK, etc. Only the views and the collection of views (menu bars) can be customized.
-
If you drill down to the console page of the EMC storage system in Profiler, what is the status message if you hover your mouse on the icon next to the display name? What error messages are seen in the logs in these folders - <install_dir>\symapi\log and <install_dir>\ECIM\ECOM\log?
-
Right because each column of the SNMP table is a custom node table poller, and your poller is based on the service name. The service name will exist regardless of it's status. What you need to do it is create the poller on hrSWRunStatus and when you define the poller, use the hrSWRunName as the label for the poller. Your…