Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Troubleshooting vSphere Storage

You're reading from   Troubleshooting vSphere Storage All vSphere administrators will benefit big-time from this book because it gives you clear, practical instructions on troubleshooting a whole host of storage problems. From fundamental to advanced techniques, it's all here.

Arrow left icon
Product type Paperback
Published in Nov 2013
Publisher Packt
ISBN-13 9781782172062
Length 150 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Mike Preston Mike Preston
Author Profile Icon Mike Preston
Mike Preston
Arrow right icon
View More author details
Toc

You cannot connect to your Fibre Channel Storage


The following are some questions and tasks you can take to troubleshoot Fibre Channel connection issues.

Fibre Channel switch zoning

Tip

You can refer Chapter 3, Troubleshooting Storage Visibility, for more information on this topic.

Ensure that your WWNs on your HBAs have been correctly zoned to see the Fibre Channel storage array.

Check paths to storage array/PSP

Tip

You can refer Chapter 1, Understanding vSphere Storage Concepts and Methodologies, for more information on this topic.

The following items need to be considered when checking path to storage array:

  • Ensure that the correct Path Selection Policy has been selected for the type of storage array that you are using:

    • VMW_PSP_FIXED: Default for active-active arrays

    • VMW_PSP_MRU: Default for active-passive arrays

  • To list your currently loaded PSP, use the following command:

    esxcli storage nmp device list
    

Various things to check on ESXi

Tip

You can refer Chapter 3, Troubleshooting Storage Visibility, for more information on this topic.

The following items need to be checked on ESXi:

  • Ensure that no claim rules have been added to the ESXi runtime utilizing the MASK_PATH plug-in. The following command will list your claim rules:

    esxcli storage core claimrule list
    
  • Ensure that LUN ID is set to a number below 255. Also, check the Disk.MaxLun advanced setting ensuring that your LUN ID isn't higher than the value configured.

Check the storage array

Some storage arrays will implement soft zoning and ways to mask LUNs from hosts. Check your storage array to ensure that the LUNs are all presented to the ESXi hosts.

Further check the logs for Fibre Channel related errors

Tip

You can refer Chapter 3, Troubleshooting Storage Visibility, for more information on this topic.

The following items need to be considered when checking logs for Fibre Channel related errors:

  • We can further view any Fibre Channel related errors in the logs by grepping the entire log folder with the following command. You may need to filter out any entries relating to iSCSI.

    grep –r SCSI /var/log/* | less
    
  • Verbose logging can be enabled for troubleshooting purposes by setting the bit values on the following advance settings.

    • Scsi.LogCmdErrors

    • Scsi.LogScsiAborts

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime