In This Section: |
This chapter shows you how to see system information using the Gaia Portal and some Gaia Clish commands.
The Overview page shows status widgets.
Example:
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:
|
Blades |
Installed Software Blades. |
Network Configuration |
Interfaces, their IP Addresses and Link Status. |
CPU Monitor |
Graphical display of CPU usage. |
Memory Monitor |
Graphical display of memory usage. |
Packet Rate |
Graphical display of the overall traffic packet rate. |
Throughput |
Graphical display of the overall traffic throughput. |
To add a widget to the page:
Step |
Description |
---|---|
1 |
Scroll down to the bottom of this page. |
2 |
Click Add Widget and select a widget to show. |
To move a widget on the page:
Step |
Description |
---|---|
1 |
Left-click the widget title bar. |
2 |
Hold the left mouse button. |
3 |
Drag the widget to the desired location. |
4 |
Release the left mouse button. |
You can use these commands to show system status.
uptime
Description |
Show how long the system has been running |
---|---|
Syntax |
|
Parameters |
None |
version
Description |
Show the name and versions of the Gaia 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 |
|
|
|
|
|
|
|
|
|
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:
Note - The appliance must have at least 6 GB of memory for this to work.
set edition default 64-bit |
save config |
reboot |
To see which edition Gaia is running:
Click System Overview pane. The edition shows in the System Overview widget.
show version os edition
Description
Gaia automatically starts in the 32-bit kernel edition after an upgrade and on Open Servers that have less than the minimum RAM as described in the Release Notes. You can change the Gaia kernel edition to 32-bit or 64-bit.
Syntax
set edition {32-bit | 64-bit} |
To make sure the edition change persists after reboot, run save config
. For example:
gaia> set edition 64-bit
gaia> save config
gaia> reboot |
Note - If the computer or appliance cannot support 64-bit, the command will not let you choose 64-bit.