ONTAP 9.13

to Japanese version

Take a LUN offline

Beginning with ONTAP 9.10.1 you can use ONTAP System Manager to take LUNs offline. Prior to ONTAP 9.10.1, you must use the ONTAP CLI to take LUNs offline.

ONTAP System Manager
Steps
  1. In ONTAP System Manager, click Storage>LUNs.

  2. Take a single LUN or multiple LUNs offline

If you want to… Do this…

Take a single LUN offline

Next to the LUN name, click Kabob Icon and select Take Offline.

Take multiple LUNs offline

  1. Select the LUNs you want to take offline.

  2. Click More and select Take Offline.

CLI

You can only take one LUN offline at a time when using the CLI.

Step
  1. Take the LUN offline:

    lun offline <lun_name> -vserver <SVM_name>

Top of Page