configuration of nodes in default.apt

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
tine_bi
Participant
Posts: 18
Joined: Mon Nov 24, 2014 6:02 am

configuration of nodes in default.apt

Post by tine_bi »

HI

I am trying to understand the configuration of the default.apt file.

We currently use:
{
node "node1"
{
fastname "dssrv1"
pools ""
resource disk "D:/IBM_NODE_CONFIG/Datasets" {pools ""}
resource scratchdisk "D:/IBM_NODE_CONFIG/Scratch" {pools ""}
}
node "node2"
{
fastname "dssrv1"
pools ""
resource disk "F:/IBM_NODE_CONFIG/Datasets" {pools ""}
resource scratchdisk "F:/IBM_NODE_CONFIG/Scratch" {pools ""}
}
node "node3"
{
fastname "dssrv1"
pools "" "sort"
resource disk "E:/IBM_NODE_CONFIG/Datasets" {pools "" "sort"}
resource scratchdisk "E:/IBM_NODE_CONFIG/Scratch" {pools "" "sort"}
}

}

The server is a Hyper-v setup using 12 cpu and 24 GB memory.
We have three drives, D,E,F.

Could you please advise me what should be considered and the best optimal setup.
Also what should the size of the three drives be? Should any of them be larger then the rest and so on..

Hope to get some good input.

BR
Dan
BR
Dan
Post Reply