简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。
创建 VxVM 实体并指定 LUN
贡献者
建议更改
您可以创建主机实体,例如文件系统,逻辑卷或磁盘组,并指定作为其一部分创建的 LUN 。
步骤
-
在命令行中,输入以下命令:
` * SnapDrive storage create -host_lvm_fspec -lun long_lun_name [lun_name…] -lunsize size [-igroup ig_name [ig_name…]] ( { -reserve | -noreserve } ) *`
在 Solaris 主机上,此示例将在三个 LUN 上创建文件系统访问集,并明确命名卷组及其下的主机卷。每个 LUN 均为 10 GB :
` # SnapDrive lun storage create -fs /mnt/Acctfs -hostvol Acctfsdg/Acctfshv -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 => /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