Comments
-
yeah.. could use this feature for other security devices like Palo Alto, Fortigate, F5, etc.,
-
@"aLTeReGo" Is it required to deactivate all the modules licenses and HA license prior to migration using this method ?? I am running NPM 12.1 and other modules on windows 2012 R2 and has HA pool setup. Planning to migrate to Windows 2016 and later upgrading to 2020 versions.
-
Looping @"aLTeReGo" for his inputs.
-
I managed to get it work. I checked the proxy settings for the SAM user and it was not updated. Once i updated the proxy setting and run the Job Engine service as Windows domain account as suggested by @"m-milligan" , tests where successful and i could see the result. Thank you both for your help.
-
@"m-milligan" I ran the JobEngine Service as Windows Domain account which is also part of local admin. But the output is still same. I also tried to run the PowerShell script using same windows credentials from the server and it is also timing out at invoke statement. But when i run PowerShell as Administrator on server it…
-
Everything in the script is same except for the URL part. #Clickatell URL - HTTP API $URL="api.clickatell.com/http/sendmsg?user=$CLICKATELLUSERNAME&password=$CLICKATELLPASSWORD&api_id=$CLICKATELLAPIID&to=$ORIONPHONENUMBER&mo=1&from=$CLICKATELLFROMNUMBER&text=$SMSMESSAGE" I replaced this with my EasiSMS provider URL with…
-
Hi.. thank you for the reply.. can you also help me with query where the user would experience problem if the synchronization failed or got hung up. I am not a scripting person so not sure how to write it.
-
Thanks. That was helpful. Another thing , If i unmanage application pool as seen in below pic will it remove the red dot and show my IIS as Normal (green). We don't have some services running on certain servers and seeing it Red does not look good.
-
hi @"aLTeReGo" Administrative service is running. It is only HA service that is missing. Right now i have only single primary server and running older version. I am trying to create HA server before upgrade. But i uninstalled "High availability" and "High Availability plugin" by mistake on primary server from the control…
-
Thank You YAQUAHOLIC It worked. I had to change it from OR to AND to set it for both the database WHERE ( mb.DisplayName NOT LIKE 'testdb1' AND mb.DisplayName NOT LIKE 'Transitsb') One more question. Can i make this work also on the dashboard. In Appinsight for Exchange we have the same resource "User by % Mailbox Quota…
-
Sorry, forgot to add the link. Here is the link Clickatell - SMS Gateway - Alert Overview I used the scripts in these link and it worked for me with little modification. But these script are only for one mobile number. Can you help me modify atleast one of these scripts or guide me how to do it, to add multiple mobile…
-
is it possible to move the columns from single row and display each column in different row ??.. for example keep the column "NAME" on top and move Columns "Health" and "availablilty" below just like my second image above.
-
Thanks. I was not aware of that method. It looks good. But is there a way to link it directly from the group tree. I have 200+ groups and creating separate view to each group looks complicated. I have added group tree which looks nice on my dashboard instead of creating user link on the view. So if i click on the any of…
-
Is there any way to trigger the alert for synchronization failed?? some event id or something ??
-
Thank you
-
I tried it.. but it gives me query is not valid.
-
If i change the event id will it apply for all the servers running IIS or can i do it for specific set of servers or group. I have a server group where i do not want to monitor IIS event Log
-
I am also seeing on Agent Services text fle this message - "Solarwinds.SEUM.Agent.Common.RDPHelper - RDP is enabled. NLA authentication is enabled. Needs to be disabled"
-
I have run the configuration wizard and also restarted my server. But still no change. I had uninstalled the High availability application from the "program and features" in control panel and i am not able to see these options after that. I found below 2 file in "C:\ProgramData\Solarwinds\Installers". Will running any of…
-
Can you please explain the steps to me how i can do it
-
Databases Testdb1 and TransitDb shows up in "mb.Database.Identity as DatabaseName". So do i add field like this ? WHERE mb.Database.Identity NOT IN ("testdb1", "Transitsb") --filter out "testdb1", "Transitsb"
-
I have created two groups and added all Network Devices in one and production server in another. I made network device group parent and added Production server group as child. My question is will the dependency work regardless of how i configure the alerts. Like i said i have custom property for alerts. Custom property for…
-
Hi Steven I found this link for the scripts. I modified it a little and tested on my network and it worked fine for me. But can you help me in changing it so i can add multiple mobile numbers rather than just one. Or if i can pull the mobile numbers from another file and send alert to those. Any way possible would be good.
-
Here is what i have created with sql query using custom query resource. I want to create something like below or even better with background color or using GIF images and also want to remove the custom query resource name. This i am not able to achieve just with SQL query
-
Hi jiri.. Thank you for the reply. I can login with the domain accounts. Here is the log that i got. *** SolarWinds WPM Agent Service v2.2.1.426, .Net Runtime v4.0.30319 *** *** Assembly SolarWinds.SEUM.Agent.Service, Version=2.2.1.426, Culture=neutral, PublicKeyToken=null, .NET version v4.0.30319 *** 2017-03-08…
-
while creating alert what component instance i choose?? I have created a template and added URL but i cannot see that template name when i try to add instance. I am creating alert under component. is that right??
-
Users are using AD credentials to login and they can log in automatically everytime they access the orion web page. But my system team is asking to enable SSO authentication as per their new security policies. So there is no way to enable sso authentication on solarwinds??. I have been checking for this and i found that we…
-
I have attached the image again. Hope u can see it now. Not sure why it didn't load first time. It is a normal Ethernet and i am polling through WMI. Its a new Mailbox server residing in new DR which i believe goes through firewall. Is there anything that i need to enable on the interface itself or on the switch where it…
-
Hi.. Thanks for the reply.. i tried the query like you said but it still gives me error.. not sure if i did it right JOIN APM_SqlBbDatabaseAlertVariable d ON d.databaseid = APM_SqlBbDatabaseAlertsData.databaseid JOIN msdb.sys.database_mirroring m ON m.database_id = d.database_id WHERE (m.mirroring_state_desc IS NOT NULL…
-
@yaquaholic : Thank you for the reply. Can you please help me with the code. Objective of this is to create a dashboard to monitor the Account status of the Managers. Also can you help me with adding account lockout field with this code.