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

액세스 제어 권한 보기

기여자 netapp-ivanad

SnapDrive config access show 명령을 실행하여 액세스 제어 권한을 볼 수 있습니다.

단계
  1. 'SnapDrive config access show' 명령어를 실행한다.

    이 명령의 형식은 'SnapDrive config access{show|list}filername'입니다

    명령의 'show' 또는 'list' 버전을 입력하든 상관없이 동일한 파라미터를 사용할 수 있습니다.

    이 명령줄은 스토리지 시스템 토스터를 검사하여 호스트에 있는 권한을 확인합니다. 출력에 따라 이 스토리지 시스템의 호스트에 대한 사용 권한은 모두 스냅됩니다.

    # snapdrive config access show toaster
    This host has the following access permission to filer, toaster:
    SNAP ALL
    Commands allowed:
    snap create
    snap restore
    snap delete
    snap rename
    #

    이 예에서는 사용 권한 파일이 스토리지 시스템에 없기 때문에 SnapDrive for UNIX는 'sapdrive.conf' 파일에서 변수 'all-access-if-RBAC-unspecified'를 확인하여 호스트에 있는 사용 권한을 결정합니다. 이 변수는 모든 액세스 수준으로 설정된 권한 파일을 생성하는 것과 동일한 설정 으로 설정됩니다.

    # snapdrive config access list toaster
    This host has the following access permission to filer, toaster:
    ALL ACCESS
    Commands allowed:
    snap create
    snap restore
    snap delete
    snap rename
    storage create
    storage resize
    snap connect
    storage connect
    storage delete
    snap disconnect
    storage disconnect
    clone split estimate
    clone split start
    #

    이 예에서는 스토리지 시스템 토스터에 사용 권한 파일이 없는 경우 수신하는 메시지 종류와 'sapdrive.conf' 파일의 변수 'all-access-if-RBAC-unspecified'가 'off'로 설정되어 있음을 보여 줍니다.

    # snapdrive config access list toaster
    Unable to read the access permission file on filer, toaster. Verify that the
    file is present.
    Granting no permissions to filer, toaster.