Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Next »

핫빗 CLI 사용(mchb 명령)

핫빗에 관한 명령을 전달합니다. 핫빗 구성 리스트, 핫빗 구성 , 핫빗 수정, 클러스터명 수정, 핫빗 포트 수정 명령을 내릴 수 있습니다.


Syntax

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

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

Options

옵션설명

-h

도움말을 출력합니다.

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

-u 옵션의 사용자 비밀번호를 지정합니다.

-show

현재 구성된 핫빗 내용을 보여줍니다.

-clustermodify

변경하기 위한 새로운 클러스터 명을 입력합니다.

-hbport

변경할 새로운 핫빗 포트를 입력합니다.

-hbmodify

핫빗 구성을 변경합니다

-newconfig최초 핫빗 구성 시 사용합니다.



Example

show

구성되어 있는 핫빗 정보를 볼 수 있습니다.



mchb -u admin -pw password -show

clustermodify

testCluster 클러스터를 이름을 newCluster로 변경합니다.

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


hbport

핫빗 포트를 12345로 변경합니다.



mchb -u admin -pw password -hbport 12345

hbmodify

구성되어 있는 핫빗 라인중에 Primary1 핫빗을 200.200.200.1 과 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

핫빗을 구성합니다. 
클러스터 이름 : MCCS_Cluster
핫빗 포트 : 14321 , 상대방 노드 네트워크 주소 : 10.10.7.72
노드 이름  : 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





  • No labels