Forum Discussion

Ianlennon's avatar
Ianlennon
Level 1
5 years ago

Securing DLO Edge Server

Is it possible to control who on a domain has access to log into the portal of the edge server component of DLO, at the moment it seems that even if you do not have any DLO backups it is still possib...
  • sdickens's avatar
    4 years ago

    Hello,

    Anyone in the Domain can login to the Web Server as it is designed for users to be able to download and install the agent remotely.

    We also cannot completely disable the Web Server but you can disble the ability to login to it altogether.

    Please find below the steps required to display a custom message on the web restore page thereby not displaying the actual web restore page.

    1. Go to path “C:\Program Files\Veritas\Veritas DLO\IOServer\Tomcat\webapps\DLOServer\restore”.

    2. Take a backup of the login.jsp.

    3. Edit “login.jsp” page and delete the entire content and we can add our own custom html code as given below.

    Example “login.jsp” with custom code (attached example ‘login.jsp’ which has below content).

    <!DOCTYPE html>
    <html>
    <body>
    <h1>This page is disabled</h1>
    <p>Please DON'T ACCESS this page again.</p>
    </body>
    </html>

    You can add the customized message in the <h1> and <p> tag which will be displayed in the login page.

    4. Save the changes made in login.jsp, close the file and restart “Veritas web service”

    5. Access the Web restore page URL and you will see the customized message on the login page.