We are looking for any methods to restart our IHS server remotely.
Answer by Brandon Harris (7727) | Aug 08, 2016 at 12:37 PM
Assuming your are using IHS with a Websphere Application Server deployment, then the most obvious method would be do this from the WebSphere Admin console. When you have your IHS server defined with a Web server profile in the WAS Admin console, you have the ability to do some basic management of that IHS server from the console... including starting and stopping:
As long as you can access the network where WAS is running, you can login to the Admin console via any browser and control (start/stop) the IHS server.
In terms of cmd line, this should be doable as well, but would be done via OS and/or Windows based commands, tools... remote desktop or 3rd party..etc.
For example:
>sc \\ihs_machine stop <ihs_service_name>
>sc \\ihs_machine start <ihs_service_name>
>httpd -k restart -n <ihs_service_name>
Unable to view resource statistics of remote message broker? 1 Answer
Is TLS 1.0 disabled by default in the latest IBM HTTP Web server v8 fixpack? 1 Answer
Why does IBM HTTP Server fail to start after upgrading to version 8.0? 1 Answer
Why does disable trace on IBM HTTP Server 7 return 403 instead of 405 code? 1 Answer
Why does IBM HTTP Server only prompt once for LDAP login auth on secure content? 1 Answer