Comments
-
Have you tried this template already? JBoss Application Server v4.x The last 2 components check if the TCP Ports are still responding TCP Port: AJP13 This component monitor tests the ability of a JBoss AJP13 (Apache JServ Protocol 1.3) service to accept incoming sessions. It monitors 8009 TCP port. TCP Port: JBoss Web This…
-
Were you logged in as a local user (not a domain user) when you tried this?
-
It is displayed in the footer of the login screen
-
Are you able to telnet to port 17777 of the Orion server from the (wannabe) additional server, and vice versa?
-
Use Nodes.Status <> 1
-
Are you referring to the Service Tag information shown in SAM's Asset Inventory? If so, the table is AssetInventory_ServerInformation, and the column name is HardwareSerialNumber. Any reason why you are querying the DB directly?
-
Can you find the executable for 'Orion Diagnostics' ? When you launch this executable, there is a button for active diagnostics. Is that what you are looking for?
-
Not currently. It would be a feature request
-
Unfortunately, there isn't an import functionality for this but you could come up with the SQL statements using Excel's string manipulation functions. There are only2 tables you will need to insert these into. If you open the Database manager utility on your NTA server and browse to the netflow set of tables the table…
-
On a Summary View, you can add Custom Object resources and choose the disk / volume / node you want to chart. If you want to leverage your custom property, you can also add a 'Custom Chart' resource much like adding a Custom Chart to a web report.
-
upgrade to v10.7 first and then to 11.0.1. See the upgrade paths listed here. 2003 is still a supported platform for NPM v11.0.1 SolarWinds Knowledge Base :: Compatibility of SolarWinds Orion Products for Installation and Upgrade SQL server must be 2005 SP3 minimum for v11.0.1…
-
Have you followed the instructions as per the KB below? http://knowledgebase.solarwinds.com/kb/questions/3454/How+to+enable+file+auditing+in+Windows Bear in mind LEM Agent has inbuilt FIM capabilities. So, you can turn on the FIM connector for the folder you are interested in and you don't have to turn on Windows auditing.
-
Click on the 'Microsoft Windows Network' node of the mmc console. It should display the list of your PM computer groups in the middle pane. you can right click on the group name and click Delete
-
I don't believe it's possible. You may want to move this to NPM or an appropriate product forum.
-
hi Leny, I don't believe VNX supports any sort of SNMP monitoring. Those SNMP settings most likely refer to SNMP Traps which Orion NPM can definitely receive & process. If you want monitoring of your VNX like trending and alerting on IOPS, Latency, etc, check out Storage Resource Monitor Dreams Come True - Storage on Orion…
-
i have seen this as well, and again for Checkpoint only in remote locations. Never got to the bottom of it, but below are some suggestions 1. ICMP Payload: See discussion below NPM issue, node showing down status, however it is up and pingable 2. Change availability check to SNMP instead of ICMP: (reference NPM 10.7 RC1…
-
hi Paul, My suggestion would be to go to Settings > Manage Custom Properties. Then Group By object on the left hand menu, select Nodes, select all the Node custom properties and use the 'Export values' to export it to Excel. From the Custom Property manager, clear out all the drop down options for the custom properties you…
-
Which Solarwinds products are you referring to? Can you move your post to the appropriate forum? You are probably refering to the attached MIB files
-
Look for the pointers I posted in an earlier discussion. It should definitely help you resolve the issue https://thwack.solarwinds.com/thread/66362
-
As ice said, run a network sonar discovery and use the specific IPs option to punch in the list of your nodes. Once the discovery is complete and you are ready to import, there is an interface filtering option to only select the interfaces you would like to monitor.
-
Negative. It can definitely send emails, but not receive emails. You may want to look at the free tool Alert Central that is capable of receiving emails, and defining rules to parse the messages.
-
Yes. From SAM Settings, simply use the highlighted option 'Component Monitor Wizard' and choose the service you want to monitor. The wizard will let you set thresholds on CPU, Memory, network and Disk IO for the associated processes.
-
There is an out of the box advanced alert called 'Restart a service' just for this purpose
-
Did you select that DB and instance from the drop-down or typed it out? Is the SQL server login and password correct?
-
Unfortunately, it is not possible at this time. However, you can validate the choices made within your script if the users selected vlans not that you didn't want them to select in the first place.
-
Have you looked at the 'Change VLAN Membership on Cisco IOS Ports' config change template? There is also detailed documentation in the admin guide on how to arrive at this template You modified script would look something like /* .CHANGE_TEMPLATE_DESCRIPTION Insert your description here .CHANGE_TEMPLATE_TAGS Cisco, IOS,…
-
You can export the entire alert definition and attach to the discussion. Without looking at the alert definition, difficult to say what's going on
-
Cisco allows you to download config via SNMP. So, yes, config download is possible via SNMP in NCM as well. I don't believe Cisco allows upload via SNMP even if you had SNMP RW access.
-
Another suggestion/ workaround: In the alert wizard, click on 'Show SWQL'. You can copy paste the SWQL and build an 'Custom SWQL Alert (Advanced)'
-
I haven't tried this, but you can try adding the 'Get or Post a URL to a Web server' trigger action and your URL would be ${AcknowledgeURL}&AccountID=admin&Password=admin Obviously replace admin/admin with an account/password that has rights to acknowledge alerts. Try with GET or POST to see which one works for you. Be…