Section | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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.
...
|
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.
...