Se proporciona el idioma español mediante traducción automática para su comodidad. En caso de alguna inconsistencia, el inglés precede al español.
Cree una entidad LVM y especifique la LUN
Colaboradores
Sugerir cambios
Es posible crear una entidad de host, como un sistema de archivos, un volumen lógico o un grupo de discos, y especificar el LUN que se crea como parte de él.
Pasos
-
En la línea de comandos, introduzca el siguiente comando:
snapdrive storage create -host_lvm_fspec -lun long_lun_name [lun_name…] -lunsize size [-igroup ig_name [ig_name…]] [{ -reserve | -noreserve }]
En este ejemplo se crea el sistema de archivos /mnt/acctfs con el sistema de archivos en función del host. Configura hasta tres LUN en el servidor de archivos del sistema de almacenamiento. Cada LUN es 10 GB:
`# 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