Page 1 of 1

configuration of nodes in default.apt

Posted: Thu Apr 21, 2016 5:23 am
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