Skip to main content
Skip table of contents

Checking the Installation

Checking the Web-based User Interface of the Bridge

Some Additional Checks for Linux Installations

Getting a List of all Bridge Installations

CODE
/etc/init.d/e2e_console list

The response contains the hostname and the location of all Bridge installations on this system.

Checking the Status of the Bridge

To check the background daemon you can use the following commands as root:

Checking the status for all BRIDGE installations on this system:

CODE
/etc/init.d/e2e_console status

Checking the status for a specific Bridge installation:

CODE
/etc/init.d/e2e_console status <DNS name>

The following responses are possible:

  • Status of E2E Console <DNS name>: running

  • Status of E2E Console <DNS name>: not running

Stopping or Starting the BRIDGE

To start or stop the background daemon you can use the following commands as root:

Starting all installations on this system:

CODE
/etc/init.d/e2e_console start

Starting a specific installation:

CODE
/etc/init.d/e2e_console start <DNS name>

Stopping all installations on this system:

CODE
/etc/init.d/e2e_console stop

Stopping a specific installation:

CODE
/etc/init.d/e2e_console stop <DNS name>

The following responses are possible:

  • Starting E2E Console <DNS name>: ok

  • Starting E2E Console <DNS name>: error, already running

  • Stopping E2E Console <DNS name>: ...ok

  • Stopping E2E Console <DNS name>: not running

Related Content

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.