UCM: Difference between revisions

From HPCWIKI
Jump to navigation Jump to search
(Add categories: Linux, Reference)
(Template migration to LLM-Optimized Wiki Template)
Line 1: Line 1:
== About UCM ==
{{Status
|status=Draft
|owner=Knowledge Agent
|last_update=2026-07-16
|review=Pending
}}
 
{{TOC}}
 
== Overview ==
 
UCM에 대한 기술 문서입니다.
 
=== Summary ===
 
* 무엇인가? - UCM
* 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
* 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시
 
---
 
== Purpose ==
 
이 문서가 존재하는 이유
 
* Goal: UCM에 대한 기술 정보 제공
* Scope: UCM의 개념, 사용법, 설정
* Non-goals: 다른 주제로의 확장
 
---
 
== Key Concepts ==
 
{| class="wikitable"
! Concept
! Description
! Related
|-
| UCM
| HPC/서버 환경에서 중요한 기술 개념
| [[Linux]], [[Server]]
|}
 
---
 
== Detailed Explanation ==
 
UCM stands for "Universial Cluster Management". UCM has been developed to monitoring and control multiple nodes under UCM based MDC (Micro Data Center) cluster. With UCM, administrator to manage multiple cluster nodes and real-time monitoring much easier using the provideds web interface and command line interface (UCMCLI), just like any clouder vendors.
UCM stands for "Universial Cluster Management". UCM has been developed to monitoring and control multiple nodes under UCM based MDC (Micro Data Center) cluster. With UCM, administrator to manage multiple cluster nodes and real-time monitoring much easier using the provideds web interface and command line interface (UCMCLI), just like any clouder vendors.
UCM software package shipped on UCM master node (1U appliance) and optional Slave node (same spec with master) for active and backup configuration.   
UCM software package shipped on UCM master node (1U appliance) and optional Slave node (same spec with master) for active and backup configuration.   
== UCM Appliance ==
HPCMATE provides UCM as appliance for hyperscale cluster configuration. UCM master/slave redundancy operation with node lock license of default and user selectable optional plugins.
HPCMATE provides UCM as appliance for hyperscale cluster configuration. UCM master/slave redundancy operation with node lock license of default and user selectable optional plugins.
UCM customer can add one or more optional plugin features whenever they wants after purchasing UCM appliance with updated license contents on the master/slave.
UCM customer can add one or more optional plugin features whenever they wants after purchasing UCM appliance with updated license contents on the master/slave.
{| class="wikitable"
{| class="wikitable"
Line 24: Line 66:
|-
|-
|UCM Slave
|UCM Slave
|1U rack mount server
|Working as a slave to replace master failure
|}


=== UCM Plugins ===
---
UCM has been designed to [[support]] plugin architecture to supports various features for various requirements
 
[[File:UCM workflow2.png|center|frameless|561x561px]]
== Best Practices ==
{| class="wikitable"
 
!Plugin name
* 최신 버전 사용 권장
!Descriptions
* 공식 문서 참고
!Default
* 테스트 환경에서 먼저 검증
!Optional
 
|-
---
|Thermal managment
 
|Active thermal monitoring and management for cluster nodes
== References ==
|Yes
 
|
* [https://wiki.hpcmate.com UCM]
|-
 
|Service volumes
---
|Service volume for multiple cluster nodes
 
|Yes
== Related Pages ==
|
|-
|Rack managment
|Visualized rack management
|single rack
|multi racks
|-
|Resource monitoring
|Real time cluster nodes resource monitoring
|Yes
|
|-
|Cluster logging
|Real time cluster system logging
|Yes
|
|-
|LDAP/[[Manual:UCM/NIS|NIS]]
|Centralized [[user management]]
|Yes
|
|-
|[[Docker]] swam
|Centralized docker swarm management
|
|Yes
|-
|Slurm
|Slurm clustering and monitoring
|
|Yes
|-
|DFS
|Scalable distributed file system
|
|Yes
|-
|Diskless computing
|Diskless computing nodes control/managmeent for HPC cluster farm
|
|Yes
|-
|DNS/IP Gateway
|Master working as IP router for cluster nodes
|
|Yes
|-
|Private registry
|Docker private registry over internet and interanet
|
|Yes
|-
|[[Jupyter]] farm
|Clustered Jupyter farm - useful for educational organization
|
|Yes
|-
|PACS
|Useful for AI/MLops for medial organization
|
|Yes
|-
|VPN
|Private VPN features
|
|Yes
|-
|CI/CD and
DUT [[test]] farm
|CI/CD for real time multiple DUT test farm. especially useful for local and remote developers when limited available samples such as electronics prototype of semiconductor, car, etc
<nowiki>*</nowiki>Need optinal PDU and console server
|
|Yes
|-
|Render farm
|Enable Blender remote renderfarm with inhouse Blender addon software 
|
|Yes
|}


== For further ==
* [[Linux]]
more details are available on [[Manual:UCM|UCM manual]] (limted to HPCMATE UCM customers)
* [[Server]]
* [[Hardware]]
* [[Network]]


[[Category:Linux]]
---


[[Category:Server]]
[[Category:Reference]]
[[Category:Reference]]

Revision as of 15:27, 16 July 2026

Template:Status

Template:TOC

Overview

UCM에 대한 기술 문서입니다.

Summary

  • 무엇인가? - UCM
  • 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
  • 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시

---

Purpose

이 문서가 존재하는 이유

  • Goal: UCM에 대한 기술 정보 제공
  • Scope: UCM의 개념, 사용법, 설정
  • Non-goals: 다른 주제로의 확장

---

Key Concepts

Concept Description Related
UCM HPC/서버 환경에서 중요한 기술 개념 Linux, Server

---

Detailed Explanation

UCM stands for "Universial Cluster Management". UCM has been developed to monitoring and control multiple nodes under UCM based MDC (Micro Data Center) cluster. With UCM, administrator to manage multiple cluster nodes and real-time monitoring much easier using the provideds web interface and command line interface (UCMCLI), just like any clouder vendors. UCM software package shipped on UCM master node (1U appliance) and optional Slave node (same spec with master) for active and backup configuration. HPCMATE provides UCM as appliance for hyperscale cluster configuration. UCM master/slave redundancy operation with node lock license of default and user selectable optional plugins. UCM customer can add one or more optional plugin features whenever they wants after purchasing UCM appliance with updated license contents on the master/slave.

Type Description Notes Default

Plugin

UCM Master 1U rack mount server Working as a master node to control and monitoring multiple workers inside of UCM cluster node lock license Yes
UCM Slave

---

Best Practices

  • 최신 버전 사용 권장
  • 공식 문서 참고
  • 테스트 환경에서 먼저 검증

---

References

---

Related Pages

---