Configuring the Node for running ETL

ETL jobs must be run in a single node. You must configure InfoSphere DataStage in a single node for running ETL jobs.

Procedure

To configure a single node for running ETL, complete the following steps:

  1. Go to the default path of the <install_dir>/Server/Configurations at /opt/IBM/InformationServer/Server/Configurations directory.
  2. Open the default.apt file.
  3. Delete the node, node2, to information from the file.
  4. Save and close the file.

Example

The default.apt file with the single node information looks as follows.
{
node "node1"
{
fastname "dataStageserver.com"
pools ""
resource disk "/opt/IBM/InformationServer/Server/Datasets" {pools ""}
resource scratchdisk "/opt/IBM/InformationServer/Server/Scratch" {pools ""}
}

}