Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
netapp [2012/03/21 21:44] – [ONTAB Simulator mit mehr Platten] schubinetapp [2018/06/19 17:54] (current) – external edit 127.0.0.1
Line 27: Line 27:
  
 [[vmware:srm#NetApp SRA findet NetApp nicht|Siehe den Artikel unter VMware/SRM]] [[vmware:srm#NetApp SRA findet NetApp nicht|Siehe den Artikel unter VMware/SRM]]
 +
 +===== Install des VAAI NFS Plugins =====
 +
 +Install:
 +<code bash>
 +esxcli software vib install -n NetAppNasPlugin  -d file:///tmp/NetAppNasPlugin.v18.zip
 +</code>
 +
 +Check:
 +<code bash>
 +~ # esxcli software vib get| grep NetApp
 +NetApp_bootbank_NetAppNasPlugin_1.0-018
 +   Name: NetAppNasPlugin
 +   Vendor: NetApp
 +   Summary: NAS VAAI NetApp Plugin
 +   Description: NetApp NAS VAAI Module for ESX Server
 +   Payloads: NetAppNasPlugin
 +~ #
 +</code>
 +
 +VAAI check:
 +<code bash>
 +~ # vmkfstools -Ph /vmfs/volumes/NFS_SATA_1T_01
 +NFS-1.00 file system spanning 1 partitions.
 +File system label (if any): NFS_SATA_1T_01
 +Mode: public
 +Capacity 700 GB, 390.3 GB available, file block size 4 KB
 +UUID: 688647ef-6e40cdef-0000-000000000000
 +Partitions spanned (on "notDCS"):
 +        nfs:NFS_SATA_1T_01
 +NAS VAAI Supported: YES
 +Is Native Snapshot Capable: YES
 +</code>
 +
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International