Finding the Current Lighthouse Instance Version

There are several ways to find the current Lighthouse version:

  • Displayed under the logo in the top left of the display.

  • Locating within the Lighthouse UI in the instance details.

  • Via the local Lighthouse shell.

Version Information within the Lighthouse UI

  1. Select .

  2. The information panel expands.

Version Information via the Local Shell

  1. Select Terminal.

  2. At the [hostname] login: prompt, enter an administrator username and press Return.

  3. At the Password: prompt, enter the administrator’s password and press Return.

  4. At the bash shell prompt, enter cat /etc/version and press Return.

    The current Lighthouse instance’s version is returned to STD OUT. For example:

    root@lighthouse:~# cat /etc/version 2022.Q1.0

Note: The procedure above uses the Web UI to reach the Lighthouse Local Terminal. This is not the only way to reach the Lighthouse shell and cat /etc/version works in any circumstance where an administrator has access to the Lighthouse shell. For example, many of the Virtual Machine Manager applications that can run a Lighthouse instance offer virtual console access. If this is available and an administrator logs in to the Lighthouse shell via this console, the command string works as expected.

Other Information Sources

Two other command strings can be useful when specifics about a particular Lighthouse instance are needed.

Both these commands can be run by an administrator with access to a running Lighthouse instance’s bash shell.

First is cat /etc/sw*. This command concatenates the following four files to STD OUT:

/etc/sw_product

/etc/sw_variant

/etc/sw_vendor

/etc/sw_version

For example:

# cat /etc/sw*

lighthouse

release

opengear

2022.Q1.0

Second is cat /etc/issue. /etc/issue is a standard *nix text file which contains system information for presenting before the system’s login prompt. On a Lighthouse instance, /etc/issue contains the vendor and Lighthouse product version.

# cat /etc/issue
Opengear Lighthouse 2022.Q1.0 \n \l