Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
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
VMware vSphere 5.1 Cookbook

You're reading from   VMware vSphere 5.1 Cookbook If you prefer practice to theory then this is the ideal book for learning how to install and configure VMware vSphere components. Packed with recipes, it's a hands-on tutorial and reference guide for this unbeatable virtualization product.

Arrow left icon
Product type Paperback
Published in Jul 2013
Publisher Packt
ISBN-13 9781849684026
Length 466 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Abhilash G B Abhilash G B
Author Profile Icon Abhilash G B
Abhilash G B
Arrow right icon
View More author details
Toc

Table of Contents (20) Chapters Close

VMware vSphere 5.1 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Upgrading to vSphere 5.1 FREE CHAPTER 2. Performing a Fresh Installation of vSphere 5.1 3. vSphere Auto Deploy 4. ESXi Image Builder 5. Creating and Managing VMFS Datastores 6. Managing iSCSI and NFS Storage 7. Profile-driven Storage and Storage I/O Control 8. Configuring the vSphere Network 9. Creating and Managing Virtual Machines 10. Configuring vSphere HA 11. Configuring vSphere DRS, DPM, and VMware EVC 12. Upgrading and Patching using vSphere Update Manager 13. Using vSphere Management Assistant (vMA 5.1) Index

Unmasking paths to a LUN


It is possible to unmask paths to a LUN. This is done by deleting the claim rules that are using the MASK_PATH and unclaiming the paths from the plugin. Understanding how the paths to a LUN are masked will be a good starting point for this task. Refer to the recipe Masking paths to a LUN before you begin.

How to do it…

The following procedure will help you mask paths to a LUN:

  1. Identify the claim rules corresponding to the LUN and remove them.

    Syntax:

    esxcli storage claimrule remove –r <rule ID>
    

    We know that the rule IDs are 120 and 121 from the recipe Masking paths to a LUN.

    Commands to be executed:

    esxcli storage core claimrule remove -r 120
    esxcli storage core claimrule remove -r 121
    
  2. Now that the rules are deleted from file, reload the claim rules to the memory to remove the runtime entries. Issue the following command to load the rules in the memory:

    esxcli storage core claimrule load
    

    The run time entries for 120 and 121 will be removed from memory because they...

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 $19.99/month. Cancel anytime