Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.42 KB

task_san_provision_linux.adoc

File metadata and controls

40 lines (29 loc) · 1.42 KB
sidebar permalink keywords summary
sidebar
task_san_provision_linux.html
netapp, ontap, SAN, provisioning, linux, servers
Create LUNs to provide storage for a Linux server using the FC or iSCSI SAN protocol. LUNs appear to Linux as SCSI disk devices.

Provision SAN storage for Linux servers

Create LUNs to provide storage for a Linux server using the FC or iSCSI SAN protocol. LUNs appear to Linux as SCSI disk devices.

This procedure creates new LUNs on an existing storage VM. Your FC or iSCSI protocol should already be set up. You need to know the initiator identifiers (FC WWPN or iSCSI iqn) for your Linux server.

workflow diagram of provisioning SAN storage for Linux

Steps
  1. On your Linux server, install the NetApp Linux Host Utilities package.

  2. In ONTAP System Manager, click Storage > LUNs and then click Add.

    If you need to create a new initiator group, click More Options.

  3. For FC, zone your FC switches by WWPN. Use one zone per initiator and include all target ports in each zone.

  4. On your Linux server, discover the new LUNs:

    /usr/bin/rescan-scsi-bus.sh

  5. Optionally partition the LUNs and create file systems.

  6. Verify the Linux server can write and read data on the LUN.