Desktop Laptop Option (DLO) Edge Server service is seen in stopping state after DLO installation and unable to start the service manually.
book
Article ID: 100015723
calendar_today
Updated On:
Cause
This problem may occur if:
- IIS Web server is installed and configured to use port 443 on the machine where Edge Server is installed.
- There is any another service using port 443 or port 90.
Resolution
To resolve this issue, follow the steps below:
- On the Edge Server machine, navigate to the following path:
\Conf\extra.
Default path: C:\Program Files\Apache Software Foundation\Apache24\Conf\extra - Edit the below lines in httpd-ssl.conf file if the port 443 is in use by some other application.
- Change the port to another port which is not in use.
Example: Original: Listen 443
Change to: Listen 446 - Change the port shown in the below line to the port used above:
Example: Original
Change to:
- Edit the below line in httpd.conf file present in the path \Conf\ if the port 90 is used by some other process or application.
Change the port to another port which is not in use as in the example below.
Example: Original: Listen 90
Change to: Listen 100 - Now start the Veritas DLO Edge Server service.
- Delete both Edge Server and IO server from the DLO Administration Console.
- Now add Edge Server (with new port configured in the step 2 and step 3).
- Once the Edge Server is configured, add the IO Server in the DLO Administration Console..
Issue/Introduction
DLO Edge Server service is seen in stopping state after DLO installation and unable to start the service manually.
Was this article helpful?
thumb_up
Yes
thumb_down
No