Section |
---|
Column |
---|
에이전트는 리소스를 관리하기 위한 MCCS 내부 프로그램입니다. MCCS에서는 리소스에 명령을 내리거나 모니터링 하는 것을 에이전트를 통해서 합니다. 에이전트는 리소스 타입에 따라 각자에 리소스에 맞는 기능을 수행합니다. 예를 들면 공유 디스크를 온라인 하는 것은 디스크를 마운트 시키고, 잠금을 풀고, 쓰기 접근(write access)이 가능하도록 처리하는 것이지만 기본 응용프로그램을 온라인 하는 것은 해당 경로의 프로그램을 실행시키는 것을 의미합니다An agent is the internal MCCS program used to manage the resource. MCCS uses an agent to command or monitor the resource. Depending on the resource type, an agent performs a proper function for each resource. For instance, making a shared disk go online is to mount and unlock a disk, and allow write access. But making a process go online is to run the program in the designated path. |
|
...
When a resource has been enabled, an agent will start monitor a resource after probing and its state will be changed.
After determining the state based on the results of the monitoring, agent gets the command and and its state will be changed.
Below is the flow of the change of agent state.
...