Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 9 Next »

클러스터 맴버 노드로 정의된 다른 노드의 합류를 고려하지 않고, 정의된 노드의 구성파일을 기반으로 하나의 노드에서 서비스를 운영 할 수 있도록 엔진을 동작 시키는 것을 말합니다. 

이 페이지의 주요 내용

Standalone Mode

Definition

MCCS는 서버를 이중화하여 중단 없는 서비스를 고객에게 제공하는 것이 목적입니다. 
그렇지만 서비스 운영 중에 일부 노드가 물리적인 장애 또는 운영 체제 상의 장애로 인하여 노드간의 핫빗 통신이 불가능한 상황이 발생할 수 있습니다.
MCCS 에이전트는 짝(Pair)으로 움직입니다. 만일 쌍(Pair)으로 움직이지 못하는 경우가 발생하면 MCCS는 웹콘솔 접속 등 모든 동작이 정상적으로 이루어지지 않게 되어 단독으로 실행될 수 밖에 없습니다.
이런 상황에서는 한 대의 서버로만 MCCS 서비스를 운영해야 하므로 스탠드얼론 모드로의 전환이 필요하게 됩니다. 


How to use Standalone Mode

The following are the steps to operate MCCS in Standalone mode. 

  1. Stop MCCS agent server (service mccs_agent stop)
  2. Add "-standalone" option at the top of %MCCS_HOME%\bin\MccsServer.ini 

  3. Start MCCS Agent server(service mccs_agent start)


Standalone Action According to situation

If mirror resource is included, it is limited to auto action in one node for user data safety. Therefore, according to the situation, there are 2 actions according to the existence of mirror resource.

<When Mirror disk resources is not included> 

NO.CircumstancesAutoStart group according to Auto Start setting valueStart Group Manually
1

When boot one node while both nodes are offline

AbleAble
2

When boot in one node configuration

AbleAble
3

When two servers are booted and running - When MCCS is started in only one node while MCCS is terminated in both nodes

(Apply only when Standalone option is given)

DisabledAble after remove auto disable function
4

When two servers are booted and running - When MCCS is terminated in one node while MCCS is executing in both nodes

N/AAble after remove auto disable function
5

When two servers are booted and running - When one node is terminated with MCCS is executing in both nodes

N/AAble


<When Mirror disk resources is included>

No.CircumstancesAutoStart group according to AutoStart setting valueStart Group Manually
1두 노드가 종료된 상태에서 한 노드만 부팅할 때DisabledAble after remove auto disable function
2

두 서버가 부팅되어 운영 중일 때 - 양 노드에서 MCCS 가 종료된 상태에서 한 노드에서만 MCCS 가 시작 될 때
(스텐드얼론 옵션을 주었을 때만 적용됨)

DisabledDisabled
3두 서버가 부팅되어 운영 중일 때 - 양 노드에서 MCCS 가 실행중인 상태에서 한 노드에서만 MCCS 가 종료되었을 때N/AAble after remove auto disable function
4두 서버가 부팅되어 운영 중일 때 - 양 노드에서 MCCS 가 실행중인 상태에서 한 노드가 종료할 때N/AAble

 

스탠드얼론 모드의 해제 절차

문제가 있었던 서버가 정상 상태로 돌아오면 서버 관리자는 스탠드얼론 모드를 해제하고, 다음과 같이 서버 이중화 작업을 다시 진행해야 합니다.
MCCS 에이전트 서비스를 중지하거나 재시작해도 운영 중인 서비스에는 어떠한 영향도 없습니다.
스탠드얼론 모드의 해제 절차는 다음과 같습니다.

  1. 문제가 있었던 서버의 MCCS 에이전트 서비스를 중지합니다.
  2. 현재 운영 서버의 MCCS 에이전트 서비스를 중지합니다.
  3. 현재 운영 서버의 MccsServer.ini 파일에서 '-standalone'을 삭제하고 저장합니다.
  4. 현재 운영 서버의 MCCS 에이전트 서비스를 시작합니다.
  5. 문제가 있었던 서버의 MCCS 에이전트 서비스를 시작합니다.
  6. MCCS 웹 콘솔을 연결하고 MCCS 서비스 상태를 확인합니다.

 

  • No labels