Comments
-
issue resolved after deleting account from database via database manager and then reran config wizard. it prompted me for new password configuration. thanks for your inputs.
-
Hi, I have configured 3 servers in GCP as below using trial version: 1. One windows server: Installed SW application using trial version. 2. One Ubuntu server: I have installed GNS3 in this. 3. One windows server: Configured to access GNS3 GUI from this server. Now, in my Sw console, i am able to add these 3 servers but i…
-
issue resolved now after reprovisioning them using a PowerShell script. Thanks for asking Vita.
-
Thank you Vinay
-
Yeah i reached SW support and they only provided the above script. Still the case with support is ongoing.
-
Hi my current version is 2023.4.2 & previous is 2023.1
-
Thank you Adam. May i ask if we have any query available to test. . Any further help would be highly appreciated..!
-
Hi Adam, thank you. Can i get a help to understand how to create hyperlink and add into the SWQL . And as suggested, if i want to create report type page this needs to done by SWQL only right? or directly from existing options we cn do? Please help.
-
Hi Adam, thanks for your response. Any other inputs related to time period that i am looking for.. we want to look at devices down in last mins only.. any device whose down time is greater than 5 mins should no be displayed here.
-
Hi Adam, i tried to create dynamic groups as per the requirement and assigned them to the template but it is not working as expected. I am trying to use below power shell script for application discovery and then planning it to schedule on windows task scheduler as per the requirement. But when i try to use below script,…
-
Hi Adam, thank you. i wil try creating group and assign this monitor. And you mean to say that if i monitor certain applicaitons, that doesn't suffice our requirement?
-
But i do not see any option as such anywhere. The actual requirement is like this.. I want to monitor all kind of certificates expiry status on all windows & Linux servers. So i want check if any new device added under windows/linux vendor, that servers should automatically gets scanned for certificates and add them. is…
-
Hi Adam, Thanks for the response. So i just want to understand that if we want to run power shell script in SAM, result should contain only limited number of values? can someone explain what is the criteria to run PS script in SAM. And can we run power shell script in Solarwinds and read the script output- based on the…
-
Thanks for the reply. I will go through it and post back incase of any help needed.
-
Hi Johnson, Please find below and help. <Vcentername***>: i removed server details and update it like this. # connect to selected vCenter connect-VIserver # Enter the List of ESXi Hosts $IHOST = Get-content "\\\vcenter-host-patch\host-batch1.txt" foreach ($HOSTS in $IHOST) { write-host "Currently processing" $HOSTS"."…