Page 1 of 1

Cluster

Posted: Thu Jun 16, 2005 2:15 am
by akrzy
Can DS Server works with cluster system?

Posted: Thu Jun 16, 2005 2:18 am
by Sainath.Srinivasan
Yes it can work on clusters. Can you be specific on which type of cluster you want DS to be installed.

Posted: Thu Jun 16, 2005 2:31 am
by akrzy
I don't know for sure but someone asked me if DS can works on cluster.
It will be two clusters and if one of them will crushed the second will start working.

And I wonder if both versions of DataStage (Server &PX) can work in that combination.

Posted: Thu Jun 16, 2005 3:02 am
by ray.wurlod
Clusters are OK. Server is installed on only one machine in the cluster, but can access disk resources on the others. Parallel can operate on all machines in the cluster.

However, there is no automatic failover available in DataStage. It would just be too difficult to keep track of committed and uncommitted transactions on multiple processing nodes, not to mention the difficulty of reinstating all connections.

Posted: Thu Jun 16, 2005 3:24 am
by akrzy
Thanks,

And Can you tell ma how DS PX is installed on cluster.
Server is partitioning on every machines (cluster)?

Posted: Thu Jun 16, 2005 6:26 am
by chulett
Heck, anything can run on a cluster and can be made to failover from one cluster node to another. I've worked with SAs and DBAs to get it done in the past on a Tru64 cluster for DataStage Server, Oracle, etc. However, we had to define the failover rules - how it determined that something had failed, what was needed to do to restart it on another node, what needed to be transferred node to node (like cron entries) during failover, etc. It was the opposite of what Ray mentioned - 'installed' on multiple nodes, only running on one at a time, all using one set of shared EMC disk.

The question is - is it cluster aware? Can it failover transparently, not losing any work or transactions that are 'in the air' at the time? The answer is no.