Snapdrive for Unix
La versione in lingua italiana fornita proviene da una traduzione automatica. Per eventuali incoerenze, fare riferimento alla versione in lingua inglese.

Creazione di un’entità VxVM e specifica del LUN

Collaboratori

È possibile creare un’entità host come un file system, un volume logico o un gruppo di dischi e specificare il LUN creato come parte di esso.

Fasi
  1. Nella riga di comando, immettere il seguente comando:

    snapdrive storage create -host_lvm_fspec -lun long_lun_name [lun_name…​] -lunsize size [-igroup ig_name [ig_name…​]] [{ -reserve | -noreserve }]

    Questo esempio su un host Solaris crea il file system acctfs su tre LUN e assegna un nome esplicito al gruppo di volumi e al volume host sottostante. Ogni LUN è di 10 GB:

    # snapdrive 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