RIMA: Difference between revisions
(Add categories: Linux, Reference) |
(Fix: remove --- horizontal lines (7 removed)) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== | {{Status | ||
|status=Draft | |||
|owner=Knowledge Agent | |||
|last_update=2026-07-16 | |||
|review=Pending | |||
}} | |||
{{TOC}} | |||
== Overview == | |||
RIMA에 대한 기술 문서입니다. | |||
=== Summary === | |||
* 무엇인가? - RIMA | |||
* 왜 필요한가? - HPC 및 서버 환경에서 필수 개념 | |||
* 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시 | |||
== Purpose == | |||
이 문서가 존재하는 이유 | |||
* Goal: RIMA에 대한 기술 정보 제공 | |||
* Scope: RIMA의 개념, 사용법, 설정 | |||
* Non-goals: 다른 주제로의 확장 | |||
== Key Concepts == | |||
{| class="wikitable" | |||
! Concept | |||
! Description | |||
! Related | |||
|- | |||
| RIMA | |||
| HPC/서버 환경에서 중요한 기술 개념 | |||
| [[Linux]], [[Server]] | |||
|} | |||
== | == Detailed Explanation == | ||
RIMA (Rack Information Management Archive) is an appliance (Hardware plus Software) product by HPCMATE. RIMA provides real-time data monitoring for multiple RIM (DS7) devices and report features. ([[Private:RIMA|Internal RIMA document]]) | |||
# Install RIMA 1U system at target place | # Install RIMA 1U system at target place | ||
# Setup network depending on customer's network environment - refer to below System Admin > System IP configuration | # Setup network depending on customer's network environment - refer to below System Admin > System IP configuration | ||
VGA interface of RIMA system provides RIMA Web pages on system boot-up. | VGA interface of RIMA system provides RIMA Web pages on system boot-up. | ||
RIMA provides http Web interface through '''''<host-ip>:8099''''' port. | RIMA provides http Web interface through '''''<host-ip>:8099''''' port. | ||
The dashboard provides a simple summary for the registered RIM devices. | The dashboard provides a simple summary for the registered RIM devices. | ||
Dashboard information list are | Dashboard information list are | ||
* Total power consumption at now | * Total power consumption at now | ||
* Cumulative total power consumption so far | * Cumulative total power consumption so far | ||
| Line 26: | Line 56: | ||
* Time series data graph for current power consumption and highest temperature | * Time series data graph for current power consumption and highest temperature | ||
* Registered RIM wheel and selected RIM information | * Registered RIM wheel and selected RIM information | ||
To show multiple RIM devices effectively, each registered RIM device wheel rotates in every 5 seconds. the automatic rotation to stop when RIMA detect user action on the web session such as mouse move, click, key press and resume automatic rotation after 3 seconds of non user action. | To show multiple RIM devices effectively, each registered RIM device wheel rotates in every 5 seconds. the automatic rotation to stop when RIMA detect user action on the web session such as mouse move, click, key press and resume automatic rotation after 3 seconds of non user action. | ||
(** The local VGA display will not affect to other user session) | (** The local VGA display will not affect to other user session) | ||
[[File:Dashboard-rima.png|center|frameless|676x676px]] | [[File:Dashboard-rima.png|center|frameless|676x676px]] | ||
RIMA dashboard supports system reboot or shutdown using the power icon on top right. | RIMA dashboard supports system reboot or shutdown using the power icon on top right. | ||
[[File:Rebootorshutdown.png|center|frameless|394x394px]] | [[File:Rebootorshutdown.png|center|frameless|394x394px]] | ||
System/Settings/Reports menu is only available after successful Admin login. | System/Settings/Reports menu is only available after successful Admin login. | ||
The factory default Admin password is 'Admin'. Admin password can be changed via Settings > Admin tab. | |||
== Best Practices == | |||
* 최신 버전 사용 권장 | |||
* 공식 문서 참고 | |||
* 테스트 환경에서 먼저 검증 | |||
== | == References == | ||
* [https://wiki.hpcmate.com RIMA] | |||
=== | == Related Pages == | ||
* [[Linux]] | |||
[[ | * [[Server]] | ||
* [[Hardware]] | |||
* [[Network]] | |||
[[ | [[Category:AI]] | ||
== Knowledge Graph == | |||
Related | |||
→ [[Linux]] | |||
→ [[Server]] | |||
[[ | → [[Hardware]] | ||
→ [[Network]] | |||
[[Category: | [[Category:Architecture]] | ||
Latest revision as of 11:30, 17 July 2026
Overview
RIMA에 대한 기술 문서입니다.
Summary
- 무엇인가? - RIMA
- 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
- 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시
Purpose
이 문서가 존재하는 이유
- Goal: RIMA에 대한 기술 정보 제공
- Scope: RIMA의 개념, 사용법, 설정
- Non-goals: 다른 주제로의 확장
Key Concepts
| Concept | Description | Related |
|---|---|---|
| RIMA | HPC/서버 환경에서 중요한 기술 개념 | Linux, Server |
Detailed Explanation
RIMA (Rack Information Management Archive) is an appliance (Hardware plus Software) product by HPCMATE. RIMA provides real-time data monitoring for multiple RIM (DS7) devices and report features. (Internal RIMA document)
- Install RIMA 1U system at target place
- Setup network depending on customer's network environment - refer to below System Admin > System IP configuration
VGA interface of RIMA system provides RIMA Web pages on system boot-up. RIMA provides http Web interface through <host-ip>:8099 port. The dashboard provides a simple summary for the registered RIM devices. Dashboard information list are
- Total power consumption at now
- Cumulative total power consumption so far
- Maximum power consumption RIM and it's name
- Highest temperature RIM and it's name
- Time series data graph for current power consumption and highest temperature
- Registered RIM wheel and selected RIM information
To show multiple RIM devices effectively, each registered RIM device wheel rotates in every 5 seconds. the automatic rotation to stop when RIMA detect user action on the web session such as mouse move, click, key press and resume automatic rotation after 3 seconds of non user action. (** The local VGA display will not affect to other user session)
RIMA dashboard supports system reboot or shutdown using the power icon on top right.
System/Settings/Reports menu is only available after successful Admin login. The factory default Admin password is 'Admin'. Admin password can be changed via Settings > Admin tab.
Best Practices
- 최신 버전 사용 권장
- 공식 문서 참고
- 테스트 환경에서 먼저 검증
References
Related Pages
Knowledge Graph
Related