• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

cluster and hot stand by

 
Greenhorn
Posts: 12
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cade's deployment diagram shows DB cluster and a hot stand by, do we need a hot stand by when we have a cluster ?
and
any pointers on specifying the CPUs, RAM, Network and Storage Details ?
 
Rahul Katta
Greenhorn
Posts: 12
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I read Cade's book, which says a two node cluster can be symmetric (both running at the same time) asymmetirc (one hot stand by) .
Does this mean the Database in Cade's deployment diagram is a three node cluster with two running at the same time and one hot stand by ?
appreciate your help ...
 
Ranch Hand
Posts: 218
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I read Cade's book, which says a two node cluster can be symmetric (both running at the same time) asymmetirc (one hot stand by) .
Does this mean the Database in Cade's deployment diagram is a three node cluster with two running at the same time and one hot stand by ?


Yes

Cade's deployment diagram shows DB cluster and a hot stand by, do we need a hot stand by when we have a cluster ?


Depends on the redundant capacity that is there on the cluster with 2 servers. In case there is enough redundant capacity that a single server will be able to serve users without impacting SLA's, then hot standby might not be required

any pointers on specifying the CPUs, RAM, Network and Storage Details


I had specified CPU, RAM & disk capacity.
 
Rahul Katta
Greenhorn
Posts: 12
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Rishi, really appreciate it.

Did you specify just the number of CPUs or did you include clock rates as well ?
 
Farmers know to never drive a tractor near a honey locust tree. But a tiny ad is okay:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic