Comments
-
Right now I am working with CreateContainer, but would eventually like more information on all of them. Thanks, -Shane http://www.loop1systems.com
-
I know it has been a while, derhally, do you have any documentation?
-
Dave, Try doing the following before you run that query... 1. log into the database as the admin user. 2. use mysql database. 3. execute the following: update user set Grant_priv='Y' where user='admin'; 4. execute the following: flush privileges; 5. exit mysql. 6. repeat steps 1 and 2 above. 7. execute your query. These…
-
I recommend this firefox add-on (https://addons.mozilla.org/en-US/firefox/addon/toggle-tabs-timer/?src=api) which will auto toggle through any open tabs as the interval you select in seconds. This will force a refresh in the GUI if the data has been collected from the device. I have seen this used with published reports in…
-
When you click on the wrench icon for the CA Arcserver resource, have you tried setting the 'Date Format' to the one ysed in Latvia (i.e. 'yyyy.MM.dd')?
-
straybullet, it looks like the anti-clickjacking updates keep the iframe from showing. The tomcat settings you are looking for are under /usr/local/webhelpdesk/bin/tomcat/conf/web.xml. Adding filters like in this post tomcat7 - How do I set X-Frame-Options as response header in angularJS? - Stack Overflow should help you…
-
The local user was not able to login.
-
Mike, Under the Edit icon for that particular trap, is the ip address in the Original Trap Source section? Or does it show 'Unmanaged Host' too?
-
Figured out the issue...NCM 7.0.2 is not compatible with the SDK 1.5. I uninstalled 1.5 and installed 1.4. Works like a champ!
-
BrianO, refer to this thread http://thwack.solarwinds.com/message/169631#169631 as I have posted an answer that worked for me. -Shane http://www.loop1systems.com
-
You may want to click on the wrench icon, and change the disable wmi option to true. It could be that WMI is corrupt on that server.
-
I have been looking at this problem and do not have a good solution as far as connecting SSRS to MySQL database. My issue is once I have made a connection to the database after creating a query, I get an error because SSRS tries to add [] brackets that MySQL does not support while creating the data souce view. With that…
-
Dave, Check out page 21 here: http://www.hds.com/assets/pdf/hitachi-storage-command-suite-hitachi-device-manager-software.pdf. It talks about changing the ports. -Shane www.loop1systems.com
-
kendrickj, the quickest way, in my opinion, would be to run an update on the database. Is the client department field a custom field you created and have mapped in the LDAP Attribute Mappings? Is the ticket department field a custom field you created? How are you setting the ticket department field from the client record?…
-
Looks like it is garbage in one of the email addresses for the user email addresses, but deleting them does not take care of the problem.
-
Patriot, I suspect the problem is with the smi-s provider running on the XIV, it may have problems with garbage collection or something like that. I have seen the same problem with other vendors (HP, HDS). One way around this is to set the synchronous flag in the smi-s modules xml, this tells the agent to only connect to…
-
Jeffrey, You should be able to click on the traffic light icon from Settings > All Devices page to see if the STM server is communicating with the agent on the Networker backup server. If you see a page with all of the modules and their statuses and versions listed, you know that server - agent communication is working…
-
Ben, This script is working fine here. I have a few questions: * Does the credential set being used for the script monitor have the abilities to view the path specified in the script? * Does the script complete successfully if you run it from the command prompt on the Orion server using the same credential set specified in…
-
Aliendan, In the reports schedule, can you verify that you have the Publish Report (override) radio button selected for your report? This should give you the same link each time.
-
The only way I know of to do such a thing would be to add a label for the price per each item (i.e. PricePerCpu, PricePerRAM, PricePerVms, etc) and populate it with that data. After the labels are created and populated, go to the search for * on vms. Next, export the data, and select the attributes and labels you want.…
-
Since the profiler agent monitoring the storage arrays via the smi-s agents sends traps to the Profiler server (seen in the Events tab for any of your storage array resources you are monitoring), you can create a report to be scheduled using the Events reports in the quick reports with a filter on your storage arrays in…
-
Deltona, I do not think there is a built in alert for this, although that would be nice to have out of the box. You can always setup an alert on Disk Status not equal to OK, but that will not change the overall status for the array like you have highlighted. I think the green check mark is more that for Server - Agent…
-
To answer my own question, there is definitely a better way, which is to enable the jvm snmp. Here is the configuration I added to the ini file: param14=-Dcom.sun.management.snmp.port=20161 This tells the jvm to open port 20161 for snmp. Here is a link to the jvm management mib for refrence on what oids to monitor:…
-
Might be able to create a database trigger to create an alert record when a trap is created.
-
This also goes for Front End Port Performance and Disk Performance charts.
-
Would also like the option for disks belonging to raid group overlay.
-
Has anybody used WMI instead? I am thinking of going that route using APM.
-
In STM 5.0, I see the same thing, where deleted resources still show up in the File Analysis Stats report. I think a good work around to filter out those that were deleted a long time ago is to create a my report based on the 'File Analysis Stats' report with a filter on 'Resource Name' not like the resource you deleted (I…
-
sunnymcduff, I bet the software cleaned up email history entries, but didn't clean up the corresponding email_data_object. What do you get when you run the following sql: select * from email_data_object where email_history_entry_id = 110138. If anything is returned, the join fails and the software displays an error. I bet…