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
Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c

You're reading from   Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c Setting up a cloud environment is rarely smooth sailing but with this guide to Oracle Enterprise Manager Cloud Control, it just got a lot more manageable. Practical advice and lots of examples make it the ideal assistant.

Arrow left icon
Product type Paperback
Published in Nov 2013
Publisher Packt
ISBN-13 9781782177708
Length 112 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Ved Antani Ved Antani
Author Profile Icon Ved Antani
Ved Antani
Arrow right icon
View More author details
Toc

Using Enterprise Manager Cloud APIs and CLIs


Oracle Enterprise Manager installs necessary components to support RESTful Cloud APIs and there is no extra setup required to support them. Oracle Enterprise Manager contains Java client APIs as a package. To start using Java Client APIs, you need to make sure you have Java Development Kit (JDK) and Java Runtime Environment (JRE) 1.6 or later installed. You can check the installation by issuing the following commands:

bash-3.2$ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
bash-3.2$ javac -version
javac 1.7.0_25

To install the Java client API package, enter the following command as the root:

bash-3.2$ cd /home/oracle_em/src/dvd/Linux_i686/Product/components/packages/
bash-3.2$ rpm -i orcl-sysman-iaas-api.rpm

Replace /home/oracle_em in the above command with the actual path on your Linux machine. The APIs will be installed under /opt/oracle...

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