Cargando…

Openstack Trove essentials : build your own cloud based database as a service using OpenStack Trove /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Shrivastwa, Alok (Autor), Sarat, Sunil (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn946526864
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160412s2016 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d YDXCP  |d IDEBK  |d KSU  |d DEBSZ  |d DEBBG  |d C6I  |d OCLCQ  |d N$T  |d OCLCF  |d CEF  |d UKMGB  |d AGLDB  |d IGB  |d UKAHL  |d RDF  |d OCLCO  |d OCLCQ  |d OCL 
015 |a GBB6K5775  |2 bnb 
016 7 |a 018010553  |2 Uk 
019 |a 946006265  |a 946106470 
020 |a 9781785288739  |q (electronic bk.) 
020 |a 1785288733  |q (electronic bk.) 
020 |z 9781785285615 
020 |z 1785285610 
029 1 |a DEBSZ  |b 480366748 
029 1 |a DEBBG  |b BV043969195 
029 1 |a DEBSZ  |b 485797097 
029 1 |a GBVCP  |b 882754610 
029 1 |a UKMGB  |b 018010553 
035 |a (OCoLC)946526864  |z (OCoLC)946006265  |z (OCoLC)946106470 
037 |a CL0500000732  |b Safari Books Online 
050 4 |a QA76.585 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
082 0 4 |a 004.6782 
049 |a UAMI 
100 1 |a Shrivastwa, Alok,  |e author. 
245 1 0 |a Openstack Trove essentials :  |b build your own cloud based database as a service using OpenStack Trove /  |c Alok Shrivastwa, Sunil Sarat. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Community experience distilled 
588 |a Description based on online resource; title from cover (viewed April 11, 2016). 
500 |a Includes index. 
520 8 |a Annotation  |b Build your own cloud based Database as a Service using OpenStack TroveAbout This Book Familiarize yourself with the concept of Database as a Service and make your existing system scalable and efficient with OpenStack Trove Minimize the administrative tasks and complexities of managing your cloud infrastructure This is a fast-paced guide to datastore management on the OpenStack platform using OpenStack TroveWho This Book Is ForIf you are a DBA / system administrator / architect, or a student who wants to build a Database as a Service based on OpenStack, this book is for you. You should have a basic knowledge of OpenStack components, RDBMS/NoSQL, IaaS, and cloud computing.What You Will Learn Get to grips with the basics of OpenStack and the prerequisites to install Trove Understand the expectations of DBaaS and how Trove can help you achieve them Set up a basic installation of DevStack (Development Stack) in a virtual box Install Trove and utilize its configuration groups to manage and tune databases Use Image builder to create guest images for Trove Utilize Trove to provision your first database instance Back up and restore your databases with the help of TroveIn DetailOpenStack has become an extremely popular solution to build public and private clouds with. Database as a Service (DBaaS) enables the delivery of more agile database services at lower costs. Some other benefits of DBaaS are secure database deployments and compliance to standards and best practices. Trove is a DBaaS built on OpenStack and is becoming more popular by the day.Since Trove is one of the most recent projects of OpenStack, DBAs and system administrators can find it difficult to set up and run a DBaaS using OpenStack Trove. This book helps DBAs make that step. We start by introducing you to the concepts of DBaaS and how is it implemented using OpenStack Trove. Following this, we look at implementing OpenStack and deploying Trove. Moving on, you will learn to create guest images to be used with Trove. We then look at how to provision databases in self-service mode, and how to perform administration tasks such as backup and recovery, and fine-tuning databases. At the end of the book, we will examine some advanced features of Trove such as replication.Style and approach This fast-paced, step-by-step guide introduces you to DBaaS, OpenStack Trove, and its components, leading you through building your own Cloud-based DBaaS. Using the DevStack deployment method, you will spend less time on installing OpenStack so you can devote more time to learning how to provision and manage databases in a DBaaS environment. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing OpenStack Trove; Database as a Service; Advantages; Reduced database management costs; Faster provisioning and standardization; Easier administration; Scaling and efficiency; Trove; Architecture; Shared components; API; The task manager; The guest agent; The conductor; Terminology; Datastore; Datastore version; Instance; Configuration group; Flavor; Database; A multi-datastore scenario; Database software distribution support; Putting it all together; Use cases 
505 8 |a Dev/test databasesWeb application databases; Features; The Juno release; The Kilo release; The Liberty release; Summary; Chapter 2: Setting Up Trove with DevStack in a Box; Requirements; Operating system; Database; Messaging queue; Web server; Internet connection; Preparing the server; Minimum configuration required; Server configuration; Setting the IP address; Installing prerequisites; Adding a user; Installing packages; DevStack; Downloading the DevStack script; Using a proxy with GitHub; Understanding the DevStack files; stack.sh; unstack.sh; rejoin-stack.sh; run_test.sh; exercise.sh 
505 8 |a Clean.shlocal.sh; Configuring the DevStack installation; Step 1 -- copy the local.conf file from the samples directory to the base directory; Step 2 -- modify the localrc section; Step 3 -- modify the local.conf to install Trove and Swift; Installing DevStack; Using a proxy server; Verifying the installation; Troubleshooting the install; Working with screen; Screen control key; Useful commands; DevStack and screen; Killing DevStack; Restarting DevStack services; Summary; Chapter 3: Installing Trove in an Existing OpenStack Environment; Different methods of deploying OpenStack 
505 8 |a Required OpenStack servicesPlanning the install; Where to install the Trove components; Take a backup; Installing Trove; Installing Trove from source; Installing with the Ubuntu OpenStack repository; Configuring Trove; Setting up the MySQL database; Keystone configuration; Modifying the configuration files; trove.conf; trove-taskmanager.conf and trove-conductor.conf; trove-guestagent.conf; Initializing the Trove database; Restarting the services; Summary; Chapter 4: Preparing the Guest Images; Structure of a guest image; Instance creation using the guest image; Creating the Trove guest image 
505 8 |a Installation using configuration management systemsInstallation using templates; Disk Image Builder; Red stack scripts; Uploading the Trove images; Modify QCOW2 images using guestfish; Installing guestfish; Loading the images; Modify the files on the image; Send commands; Example: Adding a user to the Ubuntu QCOW2 image; Summary; Chapter 5: Provisioning Database Instances; Checking for prerequisites; Launching our first instance; Logging into the instance via SSH; Launching the instance using the GUI; Connect to the database instance; Instance operations; Resize; Terminate the Trove instances 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a OpenStack (Electronic resource) 
630 0 7 |a OpenStack (Electronic resource)  |2 fast  |0 (OCoLC)fst02057815 
650 0 |a Cloud computing. 
650 0 |a Database design. 
650 6 |a Infonuagique. 
650 6 |a Bases de données  |x Conception. 
650 7 |a COMPUTERS / Computer Literacy  |2 bisacsh 
650 7 |a COMPUTERS / Computer Science  |2 bisacsh 
650 7 |a COMPUTERS / Data Processing  |2 bisacsh 
650 7 |a COMPUTERS / Hardware / General  |2 bisacsh 
650 7 |a COMPUTERS / Information Technology  |2 bisacsh 
650 7 |a COMPUTERS / Machine Theory  |2 bisacsh 
650 7 |a COMPUTERS / Reference  |2 bisacsh 
650 7 |a Cloud computing.  |2 fast  |0 (OCoLC)fst01745899 
650 7 |a Database design.  |2 fast  |0 (OCoLC)fst00888032 
700 1 |a Sarat, Sunil,  |e author. 
776 0 8 |i Print version:  |n Druck-Ausgabe 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785285615/?ar  |z Texto completo 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1214601  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH30550627 
938 |a YBP Library Services  |b YANK  |n 12925504 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis34330415 
938 |a EBSCOhost  |b EBSC  |n 1214601 
994 |a 92  |b IZTAP