Versions Compared

Key

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

Depending on the user's intentions, heartbeat of nodename of the server can be changed.
Below is the instruction of how to change heartbeat and nodename.    

Column
width350px
Panel

이 페이지의 주요 내용Table of Contents

Table of Contents
maxLevel4

 

How to edit heartbeat

  1. 콘솔에서 클러스터를 선택 후 - 메뉴의 편집 - 핫빗 구성 편집을 선택합니다.  
    Image Removed After selecting a cluster in the console, go to the 'Menu' and select 'Edit' - 'Heartbeat Config Edit'.  
    Image Added
    [Figure] Edit Heartbeat Configuration View

  2. It shows heartbeat configuration setting. 
    Image Removed Image Added
    [Figure] Heartbeat Configuration Edit Initial View


  3. Edit heartbeat and check connection state by clicking test. 

    Image Removed Image Added
    [Figure] Test Connection State after changing heartbeat


  4. Click "Yes" button to apply heartbeat changes. 
    Image Removed Image Added
    [Figure] Check heartbeat changes View

  5. After applying heartbeat, wait for restart. 
    Image Removed Image Added
    [Figure] After Restart Engine and Waiting View

  6. When the engine is restarted, a message will appear. 
    Image Removed Image Added
    [Figure] Restart Engine Completed Message

 

 

 

...

CLI Use(mchb

...

command)

mchb

...

 

...

command

Send the heartbeat related command.
You can issue the following commands: heartbeat configuration listing, heartbeat configuration, heartbeat modification, cluster name modification, and heartbeat port modification.

Info

MCCS 는 설치시 최초 사용자 계정으로 id 가  When you install MCCS, the initial user account ID is set to 'admin' 암호가 and the password is set to 'password'인 계정을 생성합니다.
CLI 명령을 실행시 id 와 password를 입력하지 않으면 , 위의 최초 사용자 계정의 id와 암호로 실행됩니다.
따라서 최초 사용자의 패스워드 변경시, 필수적으로 CLI 명령에 id와 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

 

mchb [-u userid] [-pw password] -options [-c newClustername ] [ -hbport port ] [ -node nodeName]

 

 

Options

...

설명
Option옵션Description

-h

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

-u사용자 ID를 지정합니다Designate the user ID.
-pw

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

-show

현재 구성된 핫빗 내용을 보여줍니다It shows the currently configured heartbeat information.

-clustermodify

변경하기 위한 새로운 클러스터 명을 입력합니다Enter the new cluster name to switch.

-hbport

변경할 새로운 핫빗 포트를 입력합니다Enter the new heartbeat port to switch.

-hbmodify핫빗 구성을 변경합니다

Change the heartbeat configuration.

-newconfig최초 핫빗 구성 시 사용합니다Used when you configure the heartbeat for the first time.

 

Example

show

구성되어 있는 핫빗 정보를 볼 수 있습니다You can see the heartbeat information configured.

 

mchb -u admin -pw password -show

 

clustermodify

testCluster 클러스터를 이름을 newCluster로 변경합니다The testCluster cluster name is changed to newCluster.

 

mchb -u admin -pw password -clustermodify -c newCluster

 

hbport

핫빗 포트를 12345로 변경합니다Change the heartbeat port to 12345.

 

mchb -u admin -pw password -hbport 12345

 

hbmodify

구성되어 있는 핫빗 라인중에 Primary1 핫빗을 In the heartbeat lines, the Primary1 heartbeat is changed to 200.200.200.1 and 200.200.200.2 로 변경합니다.

 

mchb -u admin -pw password -hbmodify -node Active 200.200.200.1,100.100.100.1,10.10.7.71 -node -StandBy 200.200.200.2,100.100.100.2,10.10.7.72

 

newcofig

핫빗을 구성합니다newcofig

Configure the heartbeat.
클러스터 이름 Cluster name: MCCS_Cluster
핫빗 포트 Heartbeat port: 14321 , 상대방 노드 네트워크 주소 network address of other node: 10.10.7.72
노드 이름  Node name: Active , StandBy

 

mchb -u admin -pw password -newcofig -clustername MCCS_Cluster -hbport 14321 -remote 10.10.7.72 -node Active 100.100.100.1,200.200.200.1,10.10.7.71 -node StandBy 100.100.100.2,200.200.200.2,10.10.7.72