Comments
-
Essentially, yes. I was trying to automate this task and other admin tasks as much as possible and me be more of observer of the script/s. :) [tag:LazyAdmin]
-
This is exactly what I was looking for @"sum_giais", excellent thanks so much for your help. As for the scripting, that would be awesome if you could assist with this; I've already done some research into this and I've got a PS script for VMware CLI, what do you think? $vm_list = Get-Content "vmlist.txt" $vcenter = ""…
-
What you are saying is correct, SolarWinds don't provide any type of load balancing facilities when it comes to the Web Servers. You'd need to provide your own LB services. You can use various LB services, some are free = HA Proxy (just need resources) while others you pay for = F5, Citrix NetScaler etc... If you do go…
-
This looks like it should work. Have you tried it? You do need it to have the two IP's of the poller and HA server IP's and also the HA VIP.
-
I would say that the IP should change from the server IP to the HA IP during the failover, so is this not happening?
-
So HA is normally talking about within each DC, n+1 resiliency for your server that you wish to protect. Disaster Recovery is when you want to provide additional resources to protect in case of DC failover so you'd have the same setup as what you would have in your primary DC. So for example, DC1 has 1 x Primary Poller, 2…
-
@"KMSigma.SWI" What is this tool, looks cool?
-
OK so tried this and yep still not working, but getting different error. I saved as UTF-8 encoding. New error; Invoke-SwisVerb : Cannot convert 'System.Object[]' to the type 'System.String' required by the parameter 'Verb'. Specified method is not supported. At C:\blahblah\script.ps1:5 char:70 + ... dowsAccount…
-
PSVersion 5.1.17763.2268 BuildVersion 10.0.17763.2268
-
I'll check this soon and let you know shortly. Thanks in advance.
-
Yep definitely agree to add this as Feature Request. This would be ideal when adding multiple Nodes to APM Templates for example
-
Thanks Seashore, unfortunately this didn't work. Managed to get ${N=SWQL;M=SELECT SUBSTRING at the front and then the actual event log message and finally ,0,100)} at the end, e.g. ${N=SWQL;M=SELECT SUBSTRING Event ID 4720, A user account was created. ,0,100). Don't suppose you have any other ideas that might assist with…