Systems
We called the imRAD device as "System". If you configure an IP address in a system, the information of the system is automatically saving in a few seconds and this menu shows all the saved systems.
List
Systems
The information of systems is saving in the period of about 10 minutes by the smgr service in each device. The smgr service reports the following information.
- General system information(i.e. version, serial number, uptime, model, and so on)
- Disk(storage), Memory(RAM), and CPU Load.
- The status, version, and information of operating service
If you click the "greater than" icon(>) in front of the IP address on each list, you can display more system information.
Item | Description |
---|---|
IP Address | It is the IP address of the system. If the system has multiple same version addresses, it displays only one address of them. |
Name | It is the hostname or system name of the system. You can change it via the CLI. |
Serial number | It is the serial number of the system. |
Update Date | It is the last datetime the information is saved. If this time is not updating for the "Idle detection timeout for system activity", we notice the system as "System Idle". |
Status | It shows the status of disk[1] utilization and services. If each disk utilization exceeds the "Warning threshold for Disk utilization rate", it shows a "Notice" icon. If each disk utilization exceeds the "Critical threshold for Disk utilization rate", it shows a "Critical" icon. In the rest of the cases, it shows a "Normal" icon. If an enabled service is not running, it shows a "Notice" icon. |
Model | It is the model name of the system |
Version | It is the current imRAD package version. If you click the icon() beside the version, it displays the details. |
Uptime | It indicates how long the system has been running. |
Description | It is the description of the operating system. |
DUID-EN | it is the Vendor-assigned unique ID based on Enterprise Number(i.e. 55344, Basein Networks, Inc.). It is used to have clients identify a DHCPv6 server and is generating by the DHCPv6 service. |
RADIUS TLS certificate | It is the Transport Layer Security (TLS) certificate using by the RADIUS. If you click the icon() beside It, you can view the details. |
RAM Disk(OS) Disk(Data)[1] |
It is the availability of each resource. |
CPU Load | It shows the CPU load averages over the last 1, 5, and 15 minutes. |
Current Failover Mode | It indicates the current mode of System Failover. If the System Failover is not configured, It shows "Not Configured". If the System Failover is configured, it shows either "active" or "passive". The Datetime beside the mode(i.e. active or passive) is the time of the mode was applied. |
Database Replication | If the System Failover is not configured, this item does not display. If the System Failover is configured, it show "Not Configured", "Master", or "Slave".
The "Not Configured" means that a system is not configured to replicate database. This case is not a normal condition. Therefore, you need to configure the System Failover again. The circle icon in from of the replication mode(i.e. "Master" or "Slave") indicates the status of the database replication. |
Services
It shows all services(daemons) in a system. The status can be either "Active" or "Inactive". The "Active" indicates the service is running and the "Inactive" indicates the service has been stopped. The "Update Date" is the last time the service was checked. The "Uptime" is the time of the service was started.
Main Database Variables
It shows the database global variables by clicking the "plus" icon beside the title(i.e. "Main Database Variables").
Main Database Events
Several database events[3] are running in the database of the imRAD system. If you click the "plus" icon beside the title(i.e. "Main Database Events"), it shows all events and their status.
MariaDB 내부에서 스케줄링된 이벤트의 상태를 표시하면 그 상태는 모두 "정상(녹색)"으로 표시되어야 합니다. 상태가 비활성인 경우 노랑색으로 표시되며 회색은 SLAVESIDE_DISABLED<ref>https://dev.mysql.com/doc/refman/8.0/en/show-events.html/ref>을 의미합니다. 메인 데이터베이스 이벤트는 모두 정상으로 운영되어야 하므로 노랑 혹은 회색으로 표시된 이벤트가 있는 경우 그 아이콘을 클릭하여 해당 이벤트를 정상 상태로 변경 할 수 있습니다.
Syslog
각 시스템에서 발생 한 주요 syslog는 메인 데이터베이스에 저장되는데 이 메뉴에서 확인 할 수 있습니다.
syslog는 notice level 이상만 저장되면 information과 debug는 SSH 접속 후 확인 할 수 있습니다(로그 확인).
- ↑ 1.0 1.1 The imRAD disk consists of two partitions. One is for the operating systems, another is for data.
- ↑ https://dev.mysql.com/doc/refman/5.7/en/replication-administration-status.html
- ↑ Events are named database objects containing SQL statements that are to be executed at a later stage, either once off, or at regular intervals. https://mariadb.com/kb/en/events/