Versions Compared

Key

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

 

Section

 

Column

 에이전트는 리소스를 관리하기 위한 MCCS 내부 프로그램입니다.
MCCS에서는 리소스에 명령을 내리거나 모니터링 하는 것을 에이전트를 통해서 합니다. 에이전트는 리소스 타입에 따라 각자에 리소스에 맞는 기능을 수행합니다.
예를 들면 공유 디스크를 온라인 하는 것은 디스크를 마운트 시키고, 잠금을 풀고, 쓰기 접근(write access)이 가능하도록 처리하는 것이지만 
기본 응용프로그램을 온라인 하는 것은 해당 경로의 프로그램을 실행시키는 것을 의미합니다.

 

Column
width350px

 

Panel

Table Of Contents

Table of Contents
maxLevel4

 

 

What is an Agent?

Agent is a program designed to manage the resources.

...

...

 

...

For an example, filesystem will be mounted, unlocked, and have the write access to make a disk resource online. However, to make a process resource online is to execute the program.

MCCS agents are multithreaded which means a single agent manages multiple resources in the its type in a cluster.

...

Agent State Change

Agent State

Agent state can be checked from agent state value from resource state view of detailed information panel.

Agent State

State Description

Detached

It is in disabled state where agent thread hasn't started yet, therefore resource is not monitored yet.
In this case, Enabled value is false in the resource attribute.

Opening

It is preparing to monitor where resource is enabled. 
Enabled value has been changed to true in the resource attribute.

Probing

It is probing and verifying stage where the resource is ready to be used.

Online

Resource is in Online state and is being monitored.

Offline

Resource is in Offline state and is being monitored.
When resource is taken offline for failure, agent considers its state as Offline.

GoingOffline

Agent is taking offline a resource which it is online state.

GoingOfflineWait

It is a state command which agent takes online a resource was completed and resource is ready to offline state.

GoingOnline

Agent is bringing online a resource which it is offline state.

GoingOnlineWait

It is a state command which agent brings online a resource is completed and resource is ready to online.

...