Cluster and Grid information from configuration file?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vamsi.4a6
Participant
Posts: 334
Joined: Sun Jan 22, 2012 7:06 am
Contact:

Cluster and Grid information from configuration file?

Post by vamsi.4a6 »

In a configuration file if the fastname is same for all the nodes then it denotes SMP.Could anybody help how me to find it out the Cluster and Grid configuration form the configuration file?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

A cluster will have more than one fastname in the configuration file. None of the fastnames is a variable.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

In a clustered scenario, the APT configuration files for the parallel framework are statically defined and referenced explicitly in the job.
So management of node use can be a significant effort in clustered configurations.
vamsi.4a6
Participant
Posts: 334
Joined: Sun Jan 22, 2012 7:06 am
Contact:

Post by vamsi.4a6 »

Thanks ray for u input.Cluster is clear now.Is there anyway to identify the Grid based on fastnames or something else from configuration file ?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In a grid the configuration file is usually a prototype, with placeholders such as $$Compute (a Compute node) and $$fastname (a node name) whose values are placed by negotiation with grid management software.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

A) Always ask your local admin.
B) MOST grid installs are using the Grid Enablement Toolkit. So variables like APT_GRID_ENABLE and GRIDHOMEDIR (or something like that) would be set.

You can have the Grid Enablement Toolkit and set it up with an SMP mode as well, so the fastname would be hardcoded, but the nodes would not.

A shop can also be grid and brew their own mechanism to select which pre-generated apt file to use based upon Grid Resource Manager feedback. Not likely, but technically possible.
Post Reply