Print Download PDF Send Feedback

Previous

Next

System Information Overview

In This Section:

Showing System Overview Information - WebUI

Showing System Overview Information - CLI

Changing System Edition

This chapter shows you how to see system information using the WebUI and some CLI commands.

Showing System Overview Information - WebUI

The Overview page shows status widgets.

You can add or remove widgets from the page, move them around the page and minimize or expand them.

Widget

Description

System Overview

System information, including:

  • Installed product
  • Product version number
  • Kernel build
  • Product build
  • Edition (32 bit or 64 bit)
  • Platform on which Gaia is installed
  • Computer serial number (if applicable)

Blades

Installed Software Blades. Those that are enabled in SmartDashboard are colored. Those that are not enabled are grayed out.

Network Configuration

Interfaces, their status and IP addresses

Memory Monitor

Graphical display of memory usage

CPU Monitor

Graphical display of CPU usage

To add a widget to the page: Scroll down to the bottom of the page, click Add Widget and select a widget to show.

To move a widget: Click its title bar and drag it to the desired location.

Showing System Overview Information - CLI

You can use these commands to show system status.

uptime

Description

Show how long the system has been running

Syntax

show uptime

Parameters

None

version

Description

Show the name and versions of the OS components

Syntax

To show the full system version information:

show version all
 

To show version information for OS components:

show version os {build | edition | kernel}
 

To show name of the installed product:

show version product

Parameters

 

Parameter

Description

all

Shows all system information.

os build

The Gaia build number.

os edition

The Gaia edition (32-bit or 64-bit).

os kernel

The Gaia kernel build number.

product

The Gaia version.

 

Comments

If the Gaia appliance has more than 4 GB of memory, it automatically boots to the 64-bit edition. Otherwise, it boots to the 32-bit edition.

If you upgrade and the appliance has more than 4 GB, the appliance boots to the 32-bit edition. You can configure Gaia to automatically boot to the 64-bit edition.

To configure Gaia to automatically boot to the 64-bit edition:

  1. Run set edition default 64-bit
  2. Run save config
  3. Reboot

    Note - The appliance must have at least 6 GB of memory for this to work.

To see which edition is running:

  • Go to the WebUI System Overview pane. The edition shows in the System Overview widget.
  • OR: Run show version os edition

 

Changing System Edition

Gaia automatically starts in the 32 bit edition after an upgrade and for open servers that have less than the minimum RAM as described in the Release Notes.

You can change the system to 32-bit or 64-bit using the set edition command.

Syntax

set edition {32-bit | 64-bit}

To make sure the edition change persists after reboot, run save config. For example:

set edition 64-bit
save config
reboot

Note - If the computer or appliance cannot support 64-bit, the command will not let you choose 64-bit.