Please tell me some knowledge about Clustering and how to
add clustering?
Answer Posted / balakrishna
clustering is the consupt of high availability where min of
2 servers participate. here the data and the log files are
stored on network storage called to be as nas or san. there
will be a dedicated link between the servers participating
in clustering where the secondary server will be pinging the
primary server to check the heart beet of the primary.
the disks used for storing the resources are called to be
as Quorum disks.
there is a necessity of aver all 5 IP addresses for the
cluster. out of five IP addresses one is called to be as
cluster address and the clients connect to the
cluster/database through this address.
again there are two types of cluster
1. Active/Active cluster
2. Active/Passive cluster. u can see more details of this
on the net
when we come to active/passive cluster the secondary node
continuously check the heart beet of the primary node. if
the heart beet stops it assumes that the primary server is
down andd this passive node immediately comes online and
accepts the user connections which in turn is a high
availability solution.
By using the cluster in the organization the database might
be online in most of the cases except that the nas or both
the servers are down.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
List the advantages of using stored procedures?
What do you mean by the term 'normalization'?
What is a select query statement in ms sql server?
What is partitioned view?
explain databases and sql server databases architecture? : Sql server database administration
how to take backup bcp out for a column in table in sql server?
where can you add custom error messages to sql server? : Sql server administration
Can we call stored procedure in trigger?
Explain primary key, foreign key and unique key?
Can you explain different types of joins?
What are the differences between lost updates and uncommitted dependencies?
Explain various data region available in ssrs with their use?
What are the restrictions that views have to follow? : SQL Server Architecture
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
What is data modeling and Reterminal integrity?