Versions Compared

Key

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

It is classified resources according the types and has different attributes for each type.


Column
width350px
Panel

이 페이지의 주요 내용

Table of Contents
maxLevel4

...


As shown in the figure, public and private 1 are the resources included in the network card NIC resource type.
If you edit an attribute of resource type, this will affect all of the resources classified this type.
For instance, if you set the MonitorInterval attribute value that defines monitoring periods to 30 seconds, the network card NIC resources defined as public and private1 will be all switched to 30 seconds.

...

Resource type has specified attributes for each type.
For an example, when compare to NIC and mirror disk, each service has different characteristics and has specific monitor interval, online/offline timeout and managed policies. 
또한 고가용성 클러스터링을 구성한 환경에서도 네트워크 상태가 좋지 못한 경우에는 모니터링 타임아웃 값의 조정이 필요할 수가 있습니다. 
이런 요구에 따라 타입 별로 각각의 속성을 변경할 수가 있습니다.
리소스 타입 속성은 MCCS 웹콘솔의 리소스 타입 속성에서 확인 할 수 있습니다.

[Figure] Resource Type Attribute View


AttributeDescriptionTypeDefaultEditNote
Actions

Define the resource operation type.
OnOff value is the command resource. None is the resource command only for monitoring
.

STRING X 
ArgList

It represents the necessary arguments for each type of resource.
Based on these arguments, you can create variables in an agent and characterize the types.
You can check it in the type.json file but the value cannot be modified by a user.

STRING X 
CleanTimeout

It represents the time out until execution of CleanProgram is finished.
When the limit is exceeded, it will be forcefully terminated.

INTEGER60 secO 
FaultOnMonitorTimeouts

If the timeout specified by this value occurs, it is regarded as trouble.
If it is '0', it is not regarded as trouble.

INTEGER4 timesO 
MonitorInterval

It represents the time interval until the next monitoring of online resource.
If the value is too small, it could mistakenly start monitoring before receiving the proper monitoring results.
If the value is too big, then it will take too long until it detects the status changes.

INTEGER10 secO 
MonitorTimeoutIt represents the time elapsed until monitoring is finished or terminated.INTEGER10 secO 
OfflineMonitorInterval

It is the time interval until the next monitoring of offline resource.
If the time interval is '0', the offline resources will not be monitored.

INTEGER60 secO 
OfflineTimeout It represents the max time until the final decision is made on the success/failure of resource going offline.INTEGER300 secO 
OnlineRetryLimitSet the number of retries if the resource fails to restart.INTEGER0 timeO 
OnlineTimeoutIt represents the max time until the final decision is made on the success/failure of resource going online.INTEGER300 secO 
OnlineTrustTime

It is the time to reset the restart number of resource.
Initialize the number of retries if the normal condition is maintained for the duration specified after the resource is started.

INTEGER600 secO 
OnlineWaitLimit

If the time our occurs while determining whether the resource goes online properly, it will retry as many times as designated.
It is the time interval of retry is defined in 'MonitorInterval'.

NTEGER2 timesO 
*ToleranceLimit

When the monitoring results cannot be trusted , monitoring will be retried as many times as designated.
For instance, if the network condition is not good, and you cannot trust the ping test results, then you need to perform monitoring several more times until you get a good result.

INTEGER0 timeO 

...