Sample Configuration File

This topic contains an example of a configuration file before and after the changes were made for the Informix Enterprise stage.

Here is the IBM® InfoSphere® DataStage® example configuration file before any changes have been made:


{
node "node0"
   {
   fastname "local_machine"
   pools "" "node0" "local_machine"resource disk
   "/orch/s0" {}
   resource disk "/orch/s1" {}
   resource scratchdisk "/scratch" {}
   }
node "node1"
   {
   fastname "local_machine"
   pools "" "node1" "local_machine"
   resource disk "/orch/s0" {}
   resource disk "/orch/s1" {}
   resource scratchdisk "/scratch" {}
   }
}

Here is the InfoSphere DataStage example configuration file with changes made for the Informix enterprise stage:


{
node "node0"
   {
   fastname "local_machine"
   pools "" "local_machine"
   resource disk "/orch/s0" {}
   resource disk "/orch/s1" {}
   resource scratchdisk "/scratch" {}
   }
node "node1"
   {
   fastname "local_machine"
   pools "" "local_machine"
   resource disk "/orch/s0" {}
   resource disk "/orch/s1" {}
   resource scratchdisk "/scratch" {}
   }
node "node2"
   {
   fastname "remote_machine"
   pools "InformixServer" "remote_machine"
   resource disk "/orch/s0" {}
   resource disk "/orch/s1" {}
   resource scratchdisk "/scratch" {}
   }
node "node3"
   {
   fastname "remote_machine"
   pools "InformixServer" "remote_machine"
   resource disk "/orch/s0" {}
   resource disk "/orch/s1" {}
   resource scratchdisk "/scratch" {}
   }