Go to main content
Oracle® ZFS Storage Appliance 관리 설⁠명⁠서, 릴⁠리⁠스 OS8.6.x

인쇄 보기 종료

업데이트 날짜: 2016년 9월
 
 

파일 시스템 또는 LUN 편집(CLI)

개별 파일 시스템 또는 LUN에 대한 등록 정보를 수정하려면 다음 단계를 수행하십시오.

  1. shares로 이동합니다.
    hostname:> shares
  2. select와 편집하려는 파일 시스템 또는 LUN이 포함된 프로젝트 이름을 입력합니다.
    hostname:shares> select default
  3. select와 파일 시스템 이름 또는 LUN 이름을 입력합니다.
    hostname:shares default> select fs-1
  4. get 명령을 사용하여 공유의 등록 정보를 나열합니다.
    hostname:shares default/fs-1> get
                            aclinherit = restricted (inherited)
                               aclmode = discard (inherited)
                                 atime = true (inherited)
                       casesensitivity = mixed
                              checksum = fletcher4 (inherited)
                           compression = off (inherited)
                                 dedup = false (inherited)
                         compressratio = 100
                                copies = 1 (inherited)
                              creation = Wed Apr 29 2015 17:57:18 GMT+0000(UTC)
                               logbias = latency (inherited)
                            mountpoint = /export/fs-1 (inherited)
                         normalization = none
                                 quota = 0
                            quota_snap = true
                              readonly = false (inherited)
                            recordsize = 128K (inherited)
                           reservation = 0              
                      reservation_snap = true
                              rstchown = true(inherited)
                        secondarycache = all (inherited)
                                shadow = none
                                nbmand = false (inherited)
                              sharesmb = off (inherited)
                              sharenfs = on (inherited)
                               snapdir = hidden (inherited)
                              utf8only = false
                                 vscan = false (inherited)
                            encryption = off (inherited)
                             snaplabel =
                              sharedav = off (inherited)
                              shareftp = off (inherited)
                             sharesftp = off (inherited)
                             sharetftp = off (inherited)
                                  pool = pool_demo
                        canonical_name = pool_demo/local/default/fs-1
                              exported = true (inherited)
                             nodestroy = false
                          maxblocksize = 1M (inherited)
                            space_data = 31K              
                      space_unused_res = 0
                       space_snapshots = 0
                       space_available = 29.4T
                           space_total = 31K
                            root_group = other              
                      root_permissions = 700
                             root_user = nobody
                                origin = 
  5. set 명령을 사용하여 파일 시스템 등록 정보LUN 등록 정보에 설명된 파일 시스템 또는 LUN 등록 정보를 수정합니다.

    예를 들어, fs-1이라는 파일 시스템에 대해 NFS 프로토콜을 사용 안함으로 설정하려면 다음을 입력합니다.

    hostname:shares default/fs-1> set sharenfs=off
                          sharenfs = off (uncommitted)
  6. commit을 입력합니다.
    hostname:shares default/fs-1> commit

관련 항목