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
Getting Started with Red Hat Enterprise Virtualization

You're reading from   Getting Started with Red Hat Enterprise Virtualization Leverage powerful Red Hat Enterprise Virtualization solutions to build your own IaaS cloud

Arrow left icon
Product type Paperback
Published in Sep 2014
Publisher
ISBN-13 9781782167402
Length 178 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Pradeep Subramaniaan Pradeep Subramaniaan
Author Profile Icon Pradeep Subramaniaan
Pradeep Subramaniaan
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. An Overview of Red Hat Enterprise Virtualization FREE CHAPTER 2. Installing RHEV Manager and Hypervisor Hosts 3. Setting Up the RHEV Virtual Infrastructure 4. Creating and Managing Virtual Machines 5. Virtual Machine and Host High Availability 6. Advanced Storage and Networking Features 7. Quota and User Management 8. Managing a Virtualization Environment from the Command Line 9. Troubleshooting RHEV 10. Setting Up iSCSI, NFS, and IdM Directory Services for RHEV Index

Setting up NFS for the export domain


Once you have your RHEV up and running with the first data domain up and active, you can attach an NFS export as an export domain to back up your virtual machines and templates. The following section shows you how to set up a basic NFS in RHEL for your export domain in RHEV. Perform the following steps:

  1. Register the host to the Red Hat Network or create a local Yum repository and install the NFS-related packages, as follows:

    # yum install nfs-utils -y
    
  2. Create directories from the existing mount point to use them as export disks:

    # mkdir /export/rhev_import_export_disk
    
  3. Export the disk in the NFS exports file and run the following command to export the mount point named /export/rhev_import_export_disk to all the disks with the few customized export options. Refer to man exports for detailed information on the export options used, as follows:

    # echo ""/export/rhev_import_export_disk *(rw,sync,no_subtree_check,all_squash,anonuid=36,anongid=36)"" >> /etc...
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