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:
- Go to the default path of the <install_dir>/Server/Configurations at /opt/IBM/InformationServer/Server/Configurations directory.
- Open the default.apt file.
- Delete the node, node2, to information from the file.
- Save and close the file.
Example
{
node "node1"
{
fastname "dataStageserver.com"
pools ""
resource disk "/opt/IBM/InformationServer/Server/Datasets" {pools ""}
resource scratchdisk "/opt/IBM/InformationServer/Server/Scratch" {pools ""}
}
}