System Information Overview
This chapter shows you how to see system information using the WebUI and some CLI commands.
Showing System Overview Information - WebUI
The page contains a configurable collection of status display elements, called . You can add or remove widgets from the page, move them around the page and minimize or expand them.
These widgets are available:
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 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 (uptime, version)
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, run:
show version all
To show version information for OS components, run:
show version os build
show version os edition
show version os 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:
- Run
set edition default 64-bit - Run
save config - 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 pane. The edition shows in the 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.
|
|
|