Skip to main content
BeeGFS on NetApp with E-Series Storage
본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.

BeeGFS 구축을 확인합니다

기여자

시스템을 운영 환경에 배치하기 전에 파일 시스템 구축을 확인하십시오.

개요

BeeGFS 파일 시스템을 운영 환경에 배치하기 전에 몇 가지 검증 검사를 수행하십시오.

단계

  1. 모든 클라이언트에 로그인하고 다음을 실행하여 모든 예상 노드가 존재하고 연결 가능한지, 불일치 또는 보고된 다른 문제가 없는지 확인합니다.

    beegfs-fsck --checkfs
  2. 전체 클러스터를 종료한 다음 재시작합니다. 모든 파일 노드에서 다음을 실행합니다.

    pcs cluster stop --all # Stop the cluster on all file nodes.
    pcs cluster start --all  # Start the cluster on all file nodes.
    pcs status # Verify all nodes and services are started and no failures are reported (the command may need to be reran a few times to allow time for all services to start).
  3. 각 노드를 스탠바이에 배치하고 BeeGFS 서비스가 보조 노드로 페일오버할 수 있는지 확인합니다. 이 작업을 수행하려면 파일 노드에 로그인하고 다음을 실행합니다.

    pcs status # Verify the cluster is healthy at the start.
    pcs node standby <FILE NODE HOSTNAME> # Place the node under test in standby.
    pcs status # Verify services are started on a secondary node and no failures are reported.
    pcs node unstandby <FILE NODE HOSTNAME> # Take the node under test out of standby.
    pcs status # Verify the file node is back online and no failures are reported.
    pcs resource relocate run # Move all services back to their preferred nodes.
    pcs status # Verify services have moved back to the preferred node.
  4. IOR 및 MDTest와 같은 성능 벤치마킹 툴을 사용하여 파일 시스템 성능이 기대에 부합하는지 확인합니다. BeeGFS에 사용되는 일반적인 테스트 및 매개 변수의 예는 에서 찾을 수 있습니다 "설계 Verification" 섹션: NetApp 검증 아키텍처의 BeeGFS

특정 현장/설치에 대해 정의된 수용 기준에 따라 추가 테스트를 수행해야 합니다.