Difference between revisions of "CLI - System"

Line 1: Line 1:
If you want to see system information such as, name, serial number, configuration values, resources usages and so on, run the  <code>show system</code> command.
+
__FORCETOC__
 
+
=== CLI - System ===
<pre>
+
If you want to see system information, variables such as, name, serial number, configuration values, resources usages and so on, run the  <code>show system</code> command.
LYSH@MyHostName# show system -h
 
usage: show system [-h]
 
 
 
optional arguments:
 
  -h, --help  show this help message and exit
 
</pre>
 
 
 
{| class="mw-collapsible mw-collapsed"
 
|| <code>show system</code>
 
|-
 
|
 
 
<pre>
 
<pre>
LYSH@MyHostName# show system
+
LYSH@MyHostName# show system  
!
 
Contact                      : support-l@basein.net, https://wiki.lyon.com
 
Serial number                :
 
Model                        :
 
System id                    :
 
System package version        :
 
System image version          :
 
Operating system              :
 
Processor                    :
 
System name                  :
 
uptime                        :
 
Local Time                    :
 
Time zone                    :
 
!
 
Apache2 server                :
 
PHP                          :
 
Database server              :
 
OpenSSL                      :
 
OpenSSH                      :
 
FreeRADIUS                    :
 
Oracle instant client        :
 
FreeTDS                      :
 
ODBC Driver                  :
 
!
 
Remote log server            :
 
                              :
 
                              :
 
fail2ban(ssh)                :
 
NTP Servers                  :
 
!
 
Product binaries              :
 
Product system binaries      :
 
Product libraries            :
 
freeRADIUS binaries          :
 
freeRADIUS system binaries    :
 
freeRADIUS libraries          :
 
User interface                :
 
Shell                        :
 
Shell whitelist              :
 
!
 
System failover(HA)          :
 
Database backup task          :
 
Main Database server          :
 
Log Database server          :
 
Local Database server        :
 
Peer Database server          :
 
log rotate                    :
 
!
 
image_version                :
 
from_encoding                :
 
dhcpv4_worker                :
 
dhcpv6_worker                :
 
dhcpv4_expire_check_sec      :
 
dhcpv4_decline_check_sec      :
 
dhcpv6_expire_check_sec      :
 
dhcpv6_decline_check_sec      :
 
dhcpv4_socket_rcvbuf          :
 
dhcpv4_socket_sndbuf          :
 
dhcpv6_socket_rcvbuf          :
 
dhcpv6_socket_sndbuf          :
 
dhcpv4_dbpool                :
 
dhcpv6_dbpool                :
 
failover_dbpool              :
 
logexp_dbpool                :
 
lsyslog_offset                :
 
syslog_offset                :
 
lsyslog_priority              :
 
syslog_priority              :
 
db_deadtime                  :
 
db_backup                    :
 
db_backup_interval            :
 
db_backup_hour                :
 
max_db_backup_file            :
 
last_db_backup_datetime      :
 
last_db_backup_state          :
 
duid                          :
 
dci0                          :
 
dci1                          :
 
dci2                          :
 
dci3                          :
 
restart_services              :
 
logsort                      :
 
disk_purge_per                :
 
disk_purge_ena                :
 
entid_from_hostname          :
 
postdhcp_success              :
 
!
 
Memory usage                  :
 
              total        used        free      shared  buff/cache  available
 
Mem:
 
Swap:
 
 
!
 
!
 +
Contact                      : supports@basein.net, https://wiki.basein.net
 +
Serial number                : B1211KR0290P
 +
Model                        : B100
 +
System id                    : 21
 +
System package version        : 1.2.74
 +
  ....
 
Disk usage                    :
 
Disk usage                    :
 
Filesystem    Type      Size  Used Avail Use% Mounted on
 
Filesystem    Type      Size  Used Avail Use% Mounted on
/dev/sdxy
+
/dev/sda2      ext4      98G  21G  72G  23% /
 
!
 
!
 
end                          :  
 
end                          :  
 
</pre>
 
</pre>
|-
 
|}
 
  
=== configuration ===
+
You can also execute the command with keywords.
 +
<pre>
 +
LYSH@MyHostName# show system :Serial number"
 +
Serial number                : B1211KR0290P
 +
</pre>
 +
 
 +
==== apache2 ====
 +
If you execute <code>show apache2</code> command, you can the runtime status of the apache2 service.
 +
<pre>
 +
LYSH@MyHostName# show apache2
 +
● apache2.service - The Apache HTTP Server
 +
    Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
 +
    Active: active (running) since Thu 2021-04-22 17:01:17 KST; 4h 11min ago
 +
...
 +
</pre>
 +
 
 +
==== configuration ====
 +
==== encoding ====
 +
==== reset ====
 +
 
 
you can see the global configuration of the system by input the <code>show config</code> command.
 
you can see the global configuration of the system by input the <code>show config</code> command.
 
<pre>
 
<pre>
 
LYSH@MyHostName# show config
 
LYSH@MyHostName# show config
 
</pre>
 
</pre>

Revision as of 21:15, 22 April 2021

CLI - System

If you want to see system information, variables such as, name, serial number, configuration values, resources usages and so on, run the show system command.

LYSH@MyHostName# show system 
!
Contact                       : supports@basein.net, https://wiki.basein.net
Serial number                 : B1211KR0290P
Model                         : B100
System id                     : 21
System package version        : 1.2.74
  ....
Disk usage                    :
Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/sda2      ext4       98G   21G   72G  23% /
!
end                           : 

You can also execute the command with keywords.

LYSH@MyHostName# show system :Serial number"
Serial number                 : B1211KR0290P

apache2

If you execute show apache2 command, you can the runtime status of the apache2 service.

LYSH@MyHostName# show apache2
● apache2.service - The Apache HTTP Server
     Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
     Active: active (running) since Thu 2021-04-22 17:01:17 KST; 4h 11min ago 
...

configuration

encoding

reset

you can see the global configuration of the system by input the show config command.

LYSH@MyHostName# show config