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
Oracle VM Manager 2.1.2

You're reading from   Oracle VM Manager 2.1.2 Manage a Flexible and Elastic Data Center with Oracle VM Manager using this book and eBook

Arrow left icon
Product type Paperback
Published in Jul 2009
Publisher Packt
ISBN-13 9781847197122
Length 244 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Tarry Singh Tarry Singh
Author Profile Icon Tarry Singh
Tarry Singh
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Oracle VM Manager 2.1.2
Credits
About the Author
Acknowledgement
About the Reviewer
1. Preface
1. Introduction to Oracle VM FREE CHAPTER 2. Installing Oracle VM Manager 3. Installing Oracle VM Server 4. Oracle VM Management 5. Managing Virtual Machines with Oracle VM Manager: Part 1 6. Managing Virtual Machines with Oracle VM Manager: Part 2 7. Managing Virtual Machines with Oracle VM Manager: Part 3 8. Troubleshooting and Gotchas Command Line Tools

Final checks before installing Oracle VM Manager


We need to carry out some final checks before the installation process.

Port test

Make sure that ports 8888 and 8899 are free. If, upon entering the following commands, we don't get any response, then it means that these ports are available.

# netstat -na |grep 8888
# netstat -na |grep 8899

If we do get responses, then we must release these ports and allow them through the firewall by entering the following:

# /usr/bin/system-config-securitylevel

Select Enabled for Security Level and choose customize. In Others add the two ports 8888 and 8899 respectively as follows:

8888:tcp,8899:tcp

Libaio check

The libaio differs for numerous versions. For our chosen OS we should get the following results:

# /bin/rpm -q libaio.i386
libaio-0.3.106-3.2

If we don't get the desired result, it's time to install that specific version of the libaio. We can get it from sites such as rpmfind, and others. Enter the following to install the required libaio version.

# rpm...
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
Banner background image