SNS Administration Web Page
The SNS provides a simple web GUI for administration tasks. The following administration tasks are available.
- List registration entries (which desktops are currently registered)
- Force de-registration of a single, or selection of desktops
- Ping registered desktops (check if they are still alive)
- Remove / de-register desktops that do not respond to a ping call.
In addition, the status of the automatic cleanup process is visible in the SNS administration web page, see Automatic cleanup of dead sessions for more details.
The SNS admin console is available at URL:
http://<hostname>:<port>/<rootcontext>/admin.sics
| URL part | Description |
|---|---|
<hostname> |
Is the domain name or IP address of the computer where SNS is running. |
<port> |
Is the SNS port, as configured in the JEE container (Tomcat, WebSphere, etc) where SNS is deployed. |
<rootcontext> |
Is the context root where SicsNamingService is published, for example, sns. |