удаление LUN

Статус
Закрыто для дальнейших ответов.

Nick

Случайный прохожий
Добрый день, есть блочная система хранения NETAPP FAS 2650, версия ONTAP 9.5 . На ней есть рабочие LUN, но есть один который надо удалить. С нетапом работал немного потому не знаю где это делается. Как удаляется LUN в netapp хранилках ?
 
Попробуйте сначала отключить host initiators от него, поудаляйте все не нужное с него и скопируйте то что надо.
 
Steps
  1. Ensure that the application or host is not using the LUN.
  2. Use the lun unmap to unmap the LUN from the igroup.
    Example

    lun unmap -vserver vs5 -volume vo5 -lun lun5 -igroup igr5

  3. Use the lun modify command to take the LUN offline.

    lun modify -vserver vs5 -volume vol5 -lun lun5 -state offline

  4. Use the lun delete command to delete the LUN.

    lun delete -vserver vs5 -volume vol5 -lun lun5

  5. Use the lun show command to verify that you deleted the LUN.
    Example

    lun show -vserver vs5


    Vserver Path State Mapped Type Size
    --------- ----------------- -------- ------- -------- ------
    vs5 /vol/vol16/lun8 online mapped windows 10.00GB
 
Попробуйте сначала отключить host initiators от него, поудаляйте все не нужное с него и скопируйте то что надо.

Он мне говорит что может все сломаться..
Unmapping initiator groups or changing LUN IDs might be disruptive. All the initiators connected through these initiator groups to the LUN will be disconnected.
Are you sure you want to continue?
 
Статус
Закрыто для дальнейших ответов.
Назад
Верх Низ