AI 에이전트의 경우: 문서 인덱스는 https://www.mongodb.com/ko-kr/docs/llms.txt에서 사용할 수 있으며, 모든 페이지의 마크다운 버전은 어떤 URL 경로에 .md를 추가하여 사용할 수 있습니다.
Docs Menu

독립형을 복제본 세트로 변환

MongoDB Ops Manager 는 독립형 인스턴스 를 복제본 세트 로 변환하는 기능 을 제공합니다. 변환 시 복제본 세트 는 이전의 독립형 인스턴스 를 프라이머리 로 갖게 됩니다.

1
  1. 이미 표시되어 있지 않은 경우 탐색 모음의 Organizations 메뉴에서 원하는 프로젝트가 포함된 조직을 선택합니다.

  2. 이미 표시되어 있지 않은 경우 Projects 탐색 모음의 프로젝트 메뉴에서 원하는 프로젝트를 선택합니다.

  3. 아직 표시되지 않은 경우 사이드바에서 Deployment 클릭하세요.

  1. Clusters 0} 보기를 클릭합니다.
2
3

복제본 세트 이름을 입력하고 Convert 버튼을 클릭합니다.

중요

The replica set name is immutable once deployed. This setting corresponds to the _id replica configuration option.

Ops Manager에 Editing Replica Set 뷰가 표시됩니다. 다음 단계에서는 해당 보기에 있는 각 섹션의 내용을 설명합니다.

4

Replica Set Configuration 섹션에는 다음과 같은 클러스터 전체 구성 설정이 포함되어 있습니다. 값이 회색이고 대화형이 아닌 설정은 변경할 수 없습니다.

설정
설명

Replica Set Id

Enter the name of your replica set deployment. You cannot change this once set. This setting corresponds to the _id replica configuration option.

Auth Schema Version

배포서버 위한 사용자 데이터를 저장하기 위한 사용자 저장 스키마 선택합니다.

Feature Compatibility Version

Feature Compatibility Version 배포서버 의 를 선택합니다. 배포서버 MongoDB 버전. 이상을 실행하는 경우 Ops Manager 이 3 필드4 표시됩니다.

Replica Set Settings

복제본 세트와 연결된 각 프로세스의 테이블을 표시합니다. 각 프로세스의 MongoDB 서버 버전, 데이터 디렉토리, 로그 경로를 구성할 수 있습니다.

Process Name

mongod 프로세스 의 호스트 이름 및 포트입니다. 이 호스트 이름은 호스트 이름,FQDN, IPv4 주소 또는 IPv6 주소 수 있습니다. Ops Manager 처음에 각 프로세스 복제본 세트 이름으로 그룹화합니다. 복제본 세트 이름 왼쪽에 있는 을(를) 클릭하면 복제본 세트 의 모든 mongod 프로세스가 표시됩니다.

Ops Manager는 복제본 세트에 대해 구성된 모든 설정을 모든 관련 프로세스에 적용합니다.

Version

Select the MongoDB server version of the mongod process.

Ops Manager는 배포에 사용할 수 있는 MongoDB 버전만 나열합니다.

이 필터링을 비활성화하려면 automation.versions.download.baseUrl.allowOnlyAvailableBuilds 를 참조하세요.

Data Directory

Specify the directory where the mongod process stores data files. This setting corresponds to the storage.dbPath mongod configuration file option. The Ops Manager Automation must have file system permission to read, write, and execute all files and folders in the specified directory.

Each mongod process must have its own database directory. If deploying multiple mongod processes on the same host, ensure each process has its own distinct directory.

Log File

Specify the full path to the mongod log file, including the log file name and extension. This setting corresponds to the systemLog.path configuration file option. The mongod must have permission to read and write to the specified file.

For example, specifying /var/log/mongodb/mongo.log directs the mongod to store its logfile in /var/log/mongodb/ as mongo.log.

The mongod must have its own unique log file. If deploying multiple mongod processes to the same host, ensure each mongod has its own distinct logfile.

5

Ops Manager는 Member Configuration 섹션의 MongoD Settings 제목 아래에 각 복제본 세트 구성원을 나열합니다. 각 복제본 세트 멤버에는 다음과 같은 옵션이 있습니다.

설정
설명

Member

메뉴에서 다음 복제본 세트 노드 역할 중 하나를 선택합니다.

  • Default

    복제본 세트의 데이터 보유 노드로, 프라이머리 노드가 되어 투표할 수 있습니다.

  • 중재자

    A non-data bearing member of the replica set that can vote in elections. Corresponds to the arbiterOnly replica configuration option.

  • 숨김

    A data-bearing member of the replica set that can vote in elections. Corresponds to the hidden replica configuration option.

  • 지연된 숨김

    A data-bearing member of the replica set that can vote in elections. Corresponds to the secondaryDelaySecs and hidden replica configuration options.

Hostname

메뉴에서 Ops Manager 자동화가 복제본 세트 노드를 배포할 호스트를 선택합니다. 메뉴에는 Ops Manager 자동화 아래에 있는 호스트만 나열됩니다. Ops Manager 자동화에 서버를 추가하는 방법에 대한 전체 설명서는 자동화 를 위한 서버 프로비저닝을 참조하세요.

이 호스트 이름은 호스트 이름,FQDN, IPv4 주소 또는 IPv6 주소 일 수 있습니다.

Port

Specify the IANA port number for the mongod process. This setting corresponds to the net.port configuration file option. Defaults to 27017.

The mongod must have exclusive access to the specified port. If deploying multiple mongod processes to a single host, you must select a unique unused port for each process.

Votes

Specify the number of votes that the replica set member has during elections. This setting corresponds to the votes mongod replica set configuration option.

Priority

Specify the priority of the member during elections. Replica set members with a priority of 0 cannot become the primary and cannot trigger elections. This setting corresponds to the priority mongod replica set configuration option.

Delay

Specify the number of seconds "behind" the primary member this member should "lag". This setting corresponds to the secondaryDelaySecs mongod replica set configuration option.

Build Indexes

Specify true to direct the mongod to build Indexes. This setting corresponds to the buildIndexes mongod replica set configuration option.

Tags

Specify the tag or tags associated to the replica set. This setting corresponds to the tags mongod replica set configuration option.

복제본 세트 태그에 대한 전체 문서는 복제본 세트 태그를 참조하세요.

Add a Mongod

Adds an additional mongod process as a replica set member.

Adding a new mongod process also updates the list of processes in the Replica Set Configuration section. You must configure the Version, Data Directory, and Log File of the new process.

6

Replication Settings 섹션에는 복제본 세트에 대한 다음 설정 옵션이 포함되어 있습니다.

설정
설명

Protocol Version

Select the replication protocol version used by the replica set. This setting corresponds to the protocolVersion replica set configuration option.

자세한 내용은 복제본 세트 프로토콜 버전을 참조하세요.

Chaining Allowed

Specify true to allow secondary members to replicate from other secondary members. This setting corresponds to the chainingAllowed replica set configuration option.

Write Concern Majority Journal Default

Determines the behavior of {w:"majority"} write concern if the write concern does not explicitly specify the journal option j. This setting corresponds to the writeConcernMajorityJournalDefault replica set configuration option.

Heartbeat Timeout (secs)

Specify the number of seconds that the replica set members wait for a successful heartbeat from each other. This setting corresponds to the heartbeatTimeoutSecs replica set configuration option.

Election Timeout (ms)

Specify the time limit in milliseconds for detecting when a replica set's primary is unreachable. This setting corresponds to the electionTimeoutMillis replica set configuration option.

CatchUp Timeout (ms)

Specify the time limit in milliseconds for a newly elected primary to sync, or catch up, with the other replica set members that may have more recent writes. This setting corresponds to the catchUpTimeoutMillis replica set configuration option.

CatchUp Takeover Delay (ms)

Specify the time in milliseconds a node waits to initiate a catchup takeover after determining it is ahead of the current primary. This setting corresponds to the catchUpTakeoverDelayMillis replica set configuration option.

Last Error Defaults

Specify the default write concern for the replica set. The replica set uses this write concern only when write operations or getLastError specify no other write concern.

이 옵션을 설정하지 않으면 복제본 세트에 대한 기본 쓰기 고려는 프라이머리의 확인만 필요합니다.

이 옵션을 문서 형식(예: {"w":2})으로 지정합니다.

Force Reconfigure

복제본 세트의 재구성을 강제로 수행하도록 지정합니다. Yes로 설정하면 대부분의 노드를 사용할 수 없는 경우에도 복제본 세트가 새 구성을 수락하도록 MongoDB Agent가 강제합니다.

경고: 복제본 세트 를 강제로 재구성하면 과반수가 커밋된 쓰기가 롤백 될 수 있습니다.

진행 시 유의하세요. 이 작업의 잠재적 영향에 대한 질문이 있는 경우 MongoDB 지원에 문의하세요.

학습 내용은 MongoDB Server 매뉴얼의 사용할 수 없는 멤버가 있는 복제본 세트 재구성 을 참조하세요.

7

Advanced Configuration Options 섹션에서는 배포의 각 MongoDB 프로세스에 대한 MongoDB 런타임 옵션을 설정할 수 있습니다.

옵션을 추가하려면 다음을 수행합니다.

  1. Add Advanced Options를 클릭합니다.

  2. Select a Startup Option을 클릭하고 구성 옵션을 선택합니다.

  3. Ops Manager는 선택한 옵션에 대해 허용 가능한 값을 구성하기 위해 상황에 맞는 입력을 표시합니다.

  4. 선택한 옵션과 해당 값을 클러스터에서 선택한 프로세스 유형의 모든 프로세스에 추가하려면 Add를 클릭합니다.

Ops Manager는 cluster의 각 프로세스를 논리적으로 그룹화하여 나열합니다. 논리적 그룹 왼쪽에 있는 회색 화살표를 클릭하면 해당 하위 그룹과 프로세스가 표시됩니다. 필요에 따라 각 프로세스의 고급 옵션을 개별적으로 수정할 수 있습니다.

사용 가능한 Advanced Configuration Options에 대한 설명은 MongoDB deployment를 위한 고급 옵션을 참조하세요.

8

복제본 세트의 세부 정보를 검토합니다. 준비가 되면 Save 버튼을 클릭합니다.

9
10

그렇지 않으면 Cancel을(를) 클릭하면 추가로 변경할 수 있습니다.

이 페이지 평가하기

이 페이지의 내용