Squeezing hardware

Posted by [email protected] on Oracle Blogs See other posts from Oracle Blogs or by [email protected]
Published on Fri, 16 Apr 2010 16:36:09 +0100 Indexed on 2010/04/16 16:03 UTC
Read the original article Hit count: 542

It's very common that high availability means duplicate hardware so costs grows up.
Nowadays, CIOs and DBAs has the main challenge of reduce the money spent increasing the performance and the availability.
 
Since Grid Infrastructure 11gR2, there is a new feature that helps them to afford this challenge: Server Pools

Now, in Grid Infrastructure 11gR2, you can define server pools across the cluster setting up the minimum number of servers, the maximum and how important is the pool.

For example:
Consider  that "Velasco, Boixeda & co"  has 3 apps in a 6 servers cluster.
First One is the main core business app
Second one is Mid Range
And third it's a database not very important.

We Define the following resource requirements for expected workload:
1- Main App 2 servers required
2- Mid Range App requires 1 server
3- Is not a required app in case of disaster

The we define 3 server pools across the cluster:

1- Main pool min two servers, max three servers, importance four
2- Mid pool, min one server max two servers, importance two
3- test pool,min zero servers, max one server, importance one

So the initial configuration is:
-Main pool has three servers
-Mid pool has two servers
-Test pool has one server

Logically, we can see the cluster like this:

untitled2.PNG

If any server fails, the following algorithm will be applied:
1.-The server pool of least importance
2.-IF server pools are of the same importance,
   THEN then the Server Pool that has more than its defined minimum servers Is chosen

Hope it helps
 




© Oracle Blogs or respective owner

Related posts about 11gR2

Related posts about Cloud