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

LVM 엔티티를 생성하고 LUN을 지정합니다

기여자

파일 시스템, 논리 볼륨 또는 디스크 그룹과 같은 호스트 엔터티를 생성하고 이 엔터티의 일부로 생성되는 LUN을 지정할 수 있습니다.

단계
  1. 명령줄에 다음 명령을 입력합니다.

    '* SnapDrive 스토리지 create_-host_lvm_fspec_-lun_long_lun_name_[lun_name…​] - lunsize_size_[-igroup_IG_name_[IG_name…​] [{-reserve|-noreserve}] *

    이 예에서는 호스트에 따라 파일 시스템에 /mnt/acctfs 파일 시스템을 생성합니다. 스토리지 시스템 액세스 파일러에 LUN 3개를 설정합니다. 각 LUN은 10GB:

    '*#SnapDrive storage create-fs/mnt/acctfs-fstype jfs2-lun acctfiler:/vol/vol1/luna lunB lunc-lunsize 10g *'

    LUN acctfiler:/vol/vol1/lunA ... created
    LUN acctfiler:/vol/vol1/lunB ... created
    LUN acctfiler:/vol/vol1/lunC ... created
    mapping new lun(s) ... done
    discovering new lun(s) ... done
    LUN to device file mappings:
    - acctfiler:/vol/vol1/lunA => hdisk2
    - acctfiler:/vol/vol1/lunB => hdisk3
    - acctfiler:/vol/vol1/lunC => hdisk4
    disk group acctfs_SdDg created
    host volume acctfs_SdHv created
    file system /mnt/acctfs created
    LUN acctfiler:/vol/vol1/lunA ... created
    LUN acctfiler:/vol/vol1/lunB ... created
    LUN acctfiler:/vol/vol1/lunC ... created
    mapping new lun(s) ... done
    discovering new lun(s) ... done
    LUN to device file mappings:
    - acctfiler:/vol/vol1/lunA => /dev/vx/rdmp/c4t0d3s2
    - acctfiler:/vol/vol1/lunB => /dev/vx/rdmp/c4t0d7s2
    - acctfiler:/vol/vol1/lunC => /dev/vx/rdmp/c4t0d8s2
    disk group acctfsvg created
    host volume acctfshv created
    file system /mnt/acctfs created