Creazione di un file system su un LUN e specifica del LUN
È possibile creare un file system su un LUN e specificare le LUN create come parte di esso.
-
Utilizzare il seguente formato di comando per completare questa operazione:
snapdrive storage create -fs file_spec -nolvm [-fstype type] [-vmtype type] [-fsopts options] [-mntopts options] [-nopersist] -lun long_lun_name -lunsize size ig_name [ig_name…]] [{ -reserve | -noreserve }]
SnapDrive per UNIX crea il file system sul sistema di storage, sul volume e sul LUN specificati. Esegue tutte le attività associate alla preparazione e al rilevamento degli host per le LUN, nonché il mapping e la connessione delle LUN all'entità host.
Esempio: Creazione di un file system da 100 MB su luna in acctfiler:/vol/vol1
# snapdrive storage create -fs /mnt/acct1 -lun acctfiler:/vol/vol1/luna -lunsize 100m -nolvm
Esempio: questo esempio crea un file system JFS2 su un LUN raw, su un host AIX: # snapdrive storage create -fs /mnt/jfs1 -fstype jfs2 -lun snoopy:/vol/vol1/lunLvm1 -lunsize 100m -nolvm
LUN snoopy:/vol/vol1/lunLvm1 ... created mapping new lun(s) ... done discovering new lun(s) ... done LUN to device file mappings: - snoopy:/vol/vol1/lunLvm1 => /dev/hdisk2 172 Creating storage file system /mnt/jfs1 created