メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。

Datastore is missing after SAN power failure but LUN is presented and visible on ESX.

概要: This article provides information on how to troubleshoot when a Datastore is missing after SAN power failure but LUN is presented and visible on ESX..

この記事は自動翻訳されたものである可能性があります。品質に関するフィードバックがある場合は、このページの下部にあるフォームを使用してお知らせください。

文書の内容


現象

 

Environment:

  • VMware vSphere 5.x

Symptoms:

  • A power failure on the SAN causes one datastore to no longer be visible on all ESX hosts.
  • Prior to the outage, the LUN was presented and visible to all ESX hosts.

Resolution:

To resolve this issue:

  1. To identify the devices presented to the ESX Server, run the command:

    esxcfg-vmhbadevs -q

  2. To identify datastores and the associated devices, run the command:

    esxcfg-vmhbadevs -m

    For the datastore that is missing, you see a message similar to:

    cannot open volume /vmfs/volumes/4569-08764-eb45-2347a/

  3. Compare the list from the output of step 1 with the output of step 2 to identify the device which is missing.

    For example, if you see /dev/sdl in the output of step 1, but it does not appear in the output of step 2, /dev/sdl is the missing device.

  4. To verify the disk is set to VMFS, run the command:

    fdisk -lu device

    For example:

    fdisk -lu /dev/sdl

  5. If this is correct, verify that the magic number is correct by running the command:

    hexdump -c /dev/sdl

  6. After verifying that it is correct, run a rescan by running the command:

    esxcfg-rescan vmhbaX

    Where X is the appropriate number in your environment.

  7. Check the /var/log/vmkernel log for a Failed to reserve volume error. If the error exists, perform a LUN reset.

    For example:

    vmkfstools -L lunreset /vmfs/devices/disks/vmhba1\:1\:0\:0

  8. Check the /var/log/vmkernel log to verify that the LUN reset succeeded by searching for the device reset message.

  9. Mount the datastore by running the command:

    vmkfstools -V

Notes:

  • If the datastore still does not mount, this indicates that there is a lock on the Storage Processor, as none of the ESX hosts have the datastore presented. Since the lock will not be from another ESX host at this point, try trespassing the LUN from one storage processor to another, and then rescan the HBA on the host. The datastore mounts successfully after the rescan.

  • These steps are only valid if one device is missing after an event.

 



Reference: Datastore missing after SAN power failure but LUN is presented and visible on ESX (1026439)
 

原因

..

解決方法

.

文書のプロパティ


影響を受ける製品

PowerEdge

最後に公開された日付

01 3月 2021

バージョン

4

文書の種類

Solution