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

Table of Contents
maxLevel4

Resource Type

Image RemovedImage Added
[Figure]
 Resource Types


Network Interface card(NIC)

MCCS monitor the TCP/IP based network connectivity. It detects the network unplug, ethernet adapter failure, or cable failure.

IP Address

MCCS manages virtual IP address and subnet mask which will be assigned on a NIC and switchable node to node in case it reacts in the same manner as the node's real IP address.
A real IP address which is static must be set in the NIC to add on a virtual IP address.

Process

Process is used when register single execution file. MCCS detects the failures by checking if the process name exists in the process table of operating system.

Application

It is similar to process. But this is more complicated. Application works with several application or scripts such as tomcat.
MCCS does only detect on execution file, but it also brings online/ take offline/monitor the process by using pre-defined script.

Shared Disk

There are two systems connected to external shared storage and MCCS monitor the health status of I/O path to the file system.

Mirror Disk

When clustered nodes does not use shared storage, the data will be stored in each of local disk or direct attache storage.
In this environment, the mirroring component is needed through TCP/IP connection between nodes to synchronize the changed data.

Service

Service is a component that is managed by SCM (Service Control Management) of Window OOS.S.

...

Virtual Name (NetBIOS)

윈도우 기반 NetBIOS 이름을 관리합니다It manages the Windows based NetBIOS names.

스카시예약

...

SCSI Reservation

SCSI reservation agents manage LUN based locking using the SCSI3-PR (Persistent Reservation) 프로토콜을 사용하여 LUN 단위의 Lock 을 관리합니다.
이 기능은 클러스터의 모든 노드가 다른 노드의 상태를 알 수 없을 때 데이터 손상을 방지합니다.protocols that shared storages support such as SAN.
This function can prevent data losses when no nodes in a cluster know the status of other nodes.

Shared disk DR

The disk shared between the two nodes of MCCS is copied to a remote server, so that data can be safely protected from disasters.
A remote server has no MCCS installed in it. Thus, you need to establish an additional service recovery plan.

VxVM disk group

 It is used to manage a disk group of Veritas Windows Volume Manager.
The sub volumes of a disk group are not individually managed.

Oracle database

This resource controls the Oracle database.
It detects the Oracle database installed on the system, controls the service and monitors the status.

 


 

When you add a resource, this will be classified under the type as tree view structure.
For an example, when you add two NIC resource, these will be classified under the NIC type as shown below.
If you edit an attribute of resource type, this will affect all of the resources classified this type.

Image RemovedImage Added

[Figure] Classifying of resources under the type


그림에서 보여지는 네트워크 카드 리소스인 public 과 private1 은 네트워크 카드 리소스 타입에 포함되는 리소스입니다.
또한, 네트워크 카드 리소스 타입의 속성을 변경하게 되면 리소스 모두에 영향을 받습니다.
예를 들어 모니터 주기를 지정하는 MonitorInterval 속성 값을 30 초로 변경하게 되면 public , private1 으로 정의 된 네트워크 카드 리소스는 모두 30 초로 변경된 값을 적용받게 됩니다As shown in the figure, public and private 1 are the resources included in the 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 NIC resources defined as public and private1 will be all switched to 30 seconds.

 

Resource Type Attribute

Resource Each 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 웹콘솔의 리소스 타입 속성에서 확인 할 수 있습니다.

Image Removed

[그림] 리소스 타입 속성 화면

...

a different attribute value. (ex. Despite the same attribute name, it can have a different value depending on the resource.)
In addition, if you change the attribute of resource type, it will be applied to all the resources of the type within the group.

Image Added

[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

리소스 타입 별로 필요한 인수들을 나타냅니다.
이 인수들을 기반으로 에이전트 내에 변수를 만들어 타입간의 특성을 구현합니다.
type.json 파일에서도 확인할 수 있지만 사용자가 수정할 수 없는 값입니다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

리소스 속성 중에서 CleanProgram을 실행하면 완료될 때까지의 타임아웃을 나타냅니다.
이 값을 초과하면 강제로 중단시킵니다It represents the time out until execution of CleanProgram is finished.
When the limit is exceeded, it will be forcefully terminated.

INTEGER60초60 secO 
FaultOnMonitorTimeouts

이 값만큼 모니터 타임아웃이 발생하면 장애로 간주합니다.
'0'이면 장애로 간주하지 않습니다If the timeout specified by this value occurs, it is regarded as trouble.
If it is '0', it is not regarded as trouble.

INTEGER4회4 timesO 
MonitorInterval

온라인 상태의 리소스를 모니터링 할 때, 다음 모니터링까지의 시간 간격을 나타냅니다.
값이 너무 작으며 적절한 모니터링 결과를 받기 전에 다시 모니터링을 함으로써 오동작 할 수도 있고,
값이 너무 크면 상태를 변경할 때에 감지하는 시간이 느려집니다.

INTEGER10초

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 
MonitorTimeout모니터링이 완료되거나 중단될 때까지 걸리는 시간을 나타냅니다It represents the time elapsed until monitoring is finished or terminated.INTEGER10초10 secO 
OfflineMonitorInterval

오프라인 상태의 리소스를 모니터링 할 때, 다음 모니터링까지의 시간 간격을 나타냅니다.
만약 '0'이라면 오프라인이 된 리소스를 모니터링 하지 않습니다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초60 secO 
OfflineTimeout 리소스의 오프라인이 성공하거나 중단되는 최종 판단이 내려질 때까지 걸리는 최대 시간을 나타냅니다It represents the max time until the final decision is made on the success/failure of resource going offline.INTEGER300초300 secO 
OnlineRetryLimit리소스 시작이 실패 할 경우 재시도 횟수를 지정한다Set the number of retries if the resource fails to restart.INTEGER0회0 timeO 
OnlineTimeout리소스의 온라인이 성공하거나 중단되는 최종 판단이 내려질 때까지 걸리는 최대 시간을 나타냅니다It represents the max time until the final decision is made on the success/failure of resource going online.INTEGER300초300 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초600 secO 
OnlineWaitLimit

리소스가 온라인 된 후에 정상적인 온라인 여부를 판단라는 과정에서 타임아웃이 발생하면
지정된 횟수만큼 재시도합니다.
재시도하는 간격은 'MonitorInterval'에서 정의 된 시간입니다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회2 timesO 
*ToleranceLimit

모니터링 결과를 신뢰할 수 없을 때, 지정된 횟수만큼 모니터링을 재시도합니다.
예를 들면 네트워크 상태가 좋지 못한 환경에서 ping 테스트 결과를 신뢰할 수 없을 경우에는
몇번 더 모니터링 해서 신뢰할만한 응답을 받아야 합니다.

INTEGER0회O 

CLI 사용(mctype 명령)

리소스 타입에 관한 명령을 전달 합니다. 리소스 타입에 대해 속성 조회, 속성 값 변경 명령을 내릴 수 있습니다.

Info

MCCS 는 설치시 최초 사용자 계정으로 id 가 'admin' 암호가 'password'인 계정을 생성합니다.
CLI 명령을 실행시 id 와 password를 입력하지 않으면 , 위의 최초 사용자 계정의 id와 암호로 실행됩니다.
따라서 최초 사용자의 패스워드 변경시, 필수적으로 CLI 명령에 id와 password를 옵션으로 입력해야만 합니다.

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 

 


CLI Use (mctype command)

Sends command related the resource type. You can command to inquire about the attribute or change the attribute values.

Info

When you install MCCS, the initial user account ID is set to 'admin' and the password is set to 'password'.
When you run the CLI command, you need to enter the ID and the password. Otherwise, the above initial ID and password will be used.
Thus, when you change the initial user password, you must enter the ID/password in the CLI command as options. 

 

Syntax 

 

mctype -u admin -pw password -t resoruceType -a attribute

 

Options 

옵션Option설명Description

-h

도움말을 출력합니다Display Help.

 -u사용자 ID를 지정합니다Designate the user ID.
-pwEnter the user password with the -u 옵션의 사용자 Password를 지정합니다option.

-r

수정할 리소스 타입 이름을 지정 합니다Designate the name of resource type to be modified.

-a

수정할 리소스 타입의 속성 이름을 지정합니다Designate the attribute names for the resource type to be modified.

-list

리소스 타입 리스트가 나열 됩니다Display the list of resource types.
[ -t resourceType ]
특정 리소스 타입 지정시 지정한 리소스 타입에 대하여 나열 됩니다List the resource types designated when a specific resource type is selected. 

 

Example

modify

MirrorDisk의 MonitorInterval 속성값을 수정합니다Modify the MonitorInterval attribute values for MirrorDisk.

 

mctype -u admin -pw password password -modify -t MirrorDisk resourceType -a MonitorInterval attribute attribute_value

 

list

...

Display the attribute values for all the resource types.
(If you enter -t resourceType
입력시 지정한 리소스 타입에 대한 속성값이 출력됩니다, the attribute values for the designated resource type will be displayed.)

 

mcnode mctype -u admin -pw password -list [-t - resourceType]