To mark the MSCS LUNs as perennially reserved on an already upgraded ESXi 5.0 host, run the same
esxcli
command as above and all subsequent rescans/boots will be at normal speed.- Determine which RDM LUNs are part of an MSCS cluster.
- From the vSphere Client, select a virtual machine that has a mapping to the MSCS cluster RDM devices.
- Edit your virtual machine settings and navigate to your Mapped RAW LUNs.
- Select Manage Paths to display the device properties of the Mapped RAW LUN and the device identifier (that is, the naa ID).
- Take note of the naa ID, which is a globally unique identifier for your shared device.
- Use the
esxcli
command to mark the device as perennially reserved:esxcli storage core device setconfig -d naa.id --perennially-reserved=true
- To verify that the device is perennially reserved, run this command:
esxcli storage core device list -d naa.id
In the output of theesxcli
command, search for the entryIs Perennially Reserved: true
. This shows that the device is marked as perennially reserved. - Repeat the procedure for each Mapped RAW LUN that is participating in the MSCS cluster.
esxcli storage core device setconfig -d naa.id --perennially-reserved=false
Brak komentarzy:
Prześlij komentarz