Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying OpenNebula 3 Cloud Computing
  • Table Of Contents Toc
OpenNebula 3 Cloud Computing

OpenNebula 3 Cloud Computing

4.4 (8)
close
close
OpenNebula 3 Cloud Computing

OpenNebula 3 Cloud Computing

4.4 (8)

Overview of this book

OpenNebula is one of the most advanced and highly-scalable open source cloud computing toolkits. If you ever wanted to understand what Cloud Computing is and how to realize it, or if you need a handy way to manage your messy infrastructure in a simple and coherent manner, this is your way. OpenNebula 3 Cloud Computing guides you along the building and maintenance of your cloud infrastructure, providing real-world examples, step-by-step configuration and other critical information. The book keeps you a step ahead in dealing with the demanding nature of cloud computing and virtual infrastructure management using one of the most advanced cloud computing toolkitsñ OpenNebula. The book takes you from a basic knowledge of OpenNebula to expert understanding of the most advanced features.The book starts with a basic planning of hardware resources and presents the unique benefits of the supported hypervisors; you will go in deep with day-to-day management of virtual instances, infrastructure monitoring and integration with Public Clouds like Amazon EC2.With this book you will be able to get started with fast and cheap configuration recipes, but also go deeper for a correct integration with your existing infrastructure.You will deal with well-know virtualization technologies like Xen and VMware, but also with the promising KVM technology integrated in the Linux kernel. After the basic infrastructure set-up, you will learn how to create and manage virtual instance via both command-line and web interfaces, and how to monitor your existing resources.At the end, the book acquaints you with integrating your local infrastructure with external Cloud resources but also publishing your resources to others via common API interfaces.
Table of Contents (17 chapters)
close
close
OpenNebula 3 Cloud Computing
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Lock Free Chapter
1
OpenNebula and Why it Matters?
1
Index

Shared storage through NFS on the frontend


A typical and simple setup consists of installing and configuring an NFS server on the frontend. After this, mount a common directory on every host as configured by the VM_DIR parameter in oned.conf, or directly at /var/lib/one or $ONE_LOCATION/var (which is the default location of VM_DIR).

In order to install the NFS server on the frontend use the following command:

$ sudo apt-get install nfs-kernel-server

Also configure the /etc/exports file using the following code:

/var/lib/one 
  192.168.66.0/24(rw,async,no_subtree_check,no_root_squash)

Now take a look at the options that are used. They are as follows:

  • rw: This is used by the clients to read and write on the storage.

  • async: This is used to yield better performance at the cost of possible data corruption if the server reboots while keeping unwritten data and/or metadata in its caches. As our files will be disk images that probably contain a journaled filesystem, we should not worry too much. Use...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
OpenNebula 3 Cloud Computing
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon