Using Dbvisit Standby Web-Based interface (GUI)

Important

The Dbvisit Standby web interface will be default have http (port 8081) enabled on windows and https (port 8443) on linux. 

 

To enable HTTPS on windows edit the dbvserver.conf file in the DBVISIT_BASE/dbvserver/conf/ directory to include the line "servers = https" under the [master] section.

 

Example to enable HTTPS:

Update this section in the dbvserver.conf file:

...
[master]
      servers = http
  ### servers = https
      servers = scheduler
...

to look like this:

...
[master]
  ### servers = http
      servers = https
      servers = scheduler
...

 

To enable both HTTPS and HTTP ensure your master section look like this:

...
[master]
      servers = http
      servers = https
      servers = scheduler
...

Having both HTTPS and HTTP enabled will require more resource use from the Dbvserver process

 

 

Once the above change is made, you will need to restart the Dbvserver process (Dbvserver Service in Windows)

 

More details about the use of the Web based interface is covered in this section.