Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

 

Column
width350px
Panel

이 페이지의 주요 내용

Table of Contents
maxLevel4

 

What is Resource?

Resources are defined as hardware or software entities which are needed to provide application service. Ethernet adapter, IP Address, Process, Service, Storage, etc are resources and MCCS manage these to ensure service availability.

There are two categories of these, one is on-off resource, another is persistent resource. Most resources are normal which means MCCS online or offline them as their state. The other hands, a persistent resource cannot be brought online or taken offline, just only monitor them by MCCS.

Resource action is divided into regular resource(OnOff) and monitor resource(None).

Most of the resources are regular resources that goes Online or Offline according to the resource state.

Monitor resources are only able to monitor and does not go online or offline like regular resources.

For an instance, network interface card cannot be brought online or taken offline as its state. But it is essential resource to attach IP address on that.

...

리소스란 하드웨어 또는 소프트웨어적으로 서비스 운영에 필요한 자원 요소를 말하며
네트워크 카드(NIC), 네트워크 주소(IP Address), 기본응용(Process), 서비스(Service), 디스크(Disk) 등을 말합니다.
MCCS에서는 리소스를 고가용성 운영 관리의 최소 단위로 사용합니다.
MCCS에서는 리소스를 생성할 때에 고유한 이름을 입력해야 하며, 이 이름으로 리소스들을 구분합니다.
그러므로 기존에 생성했던 이름이나 이미 예약된 키워드(예를 들면 네트워크 카드(NIC), 프로세스(process) 등)를 이름으로 사용할 수 없습니다.
리소스는 동작 형태에 따라 명령을 내릴 수 있는 일반 리소스(OnOff)와 모니터 전용 리소스(None)로 구분됩니다.
대부분의 리소스는 MCCS의 리소스의 상태에 따라서 Online 또는 Offline 할 수 있는 일반 리소스입니다.
이에 반해, 모니터 전용 리소스 는 Online 또는 Offline 할 수 없고 모니터만 가능한 리소스입니다.
예를 들어, 네트워크 카드는 물리적으로 존재하는지 혹은 정상 상태인지 감시만 할 수 있으며,
네트워크 주소는 온라인(online)/오프라인(offline) 명령으로 가상 IP(virtual IP)를 할당하거나 해제할 수 있습니다. 
리소스들에 명령을 내리고 모니터링을 하는 작업은 해당 타입의 에이전트가 담당하게 됩니다.

Column
width350px
Panel

이 페이지의 주요 내용

Table of Contents
maxLevel4

 

Resource Attribute

리소스 속성은 리소스가 동작을 취하거나 상태를 판단할 때 참조하는 값입니다.

...

One thing that has to be careful when offline is when there is a parent resource.

Offline Propagation

You can take a resource offline by using this. 

...

You can take a resource including parent resources offline by using this.

 

Clear Fault

장애가 발생한 리소스는 장애 표시를 남겨두고 관리자의 조치가 있기 전까지는 그 노드 내에서 해당 리소스를 시작할 수 없습니다.

...

리소스 장애 표시 제거는 하나의 리소스만 해당되지만 그룹의 장애 표시 제거는 그룹 내의 모든 장애 표시를 제거할 수 있습니다.

 

Delete

You can delete a resource by using this.

...