Config file warning...

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
n.parameswara.reddy@accen
Participant
Posts: 40
Joined: Mon May 18, 2009 5:22 am

Config file warning...

Post by n.parameswara.reddy@accen »

PLEASE HELP ME REGARDING CONFIG FILE WARNING, I THINK IT MAY BE A PROBLEM WITH SPACE ISSUE, CAN YOU PLEASE LET US KNOW THE DEFAULT NODE(FOR SINGLE NODE) SIZE??

THANKS IN ADVANCE..

##I IIS-DSEE-TFCN-00001 10:52:24(000) <main_program>
IBM WebSphere DataStage Enterprise Edition 8.1.0.5447
Copyright (c) 2001, 2005-2008 IBM Corporation. All rights reserved



##I IIS-DSEE-TFCN-00006 10:52:24(001) <main_program> conductor uname: -s=AIX; -r=3; -v=5; -n=gmehmc; -m=00C92E0F4C00
##I IIS-DSEE-TCOA-00067 10:52:24(002) <main_program> OS charset: ISO-8859-1.
##I IIS-DSEE-TCOA-00068 10:52:24(003) <main_program> Input charset: UTF-8.
##I IIS-DSEE-TFSC-00001 10:52:24(004) <main_program> APT configuration file: /opt/IBM/InformationServer/Server/Configurations/node4.apt
##I IIS-DSEE-TOIX-00059 10:52:25(000) <APT_RealFileExportOperator in APT_FileExportOperator,0> Export complete; 6 records exported successfully, 0 rejected.
##I IIS-DSEE-TFSC-00010 10:52:25(000) <main_program> Step execution finished with status = OK.
##I IIS-DSEE-TCOA-00071 10:52:25(001) <main_program> Config file checker on node node4 reports 0 error(s), 0 warning(s).
.
##I IIS-DSEE-TCOA-00071 10:52:25(002) <main_program> Config file checker on node node3 reports 0 error(s), 0 warning(s).
.
##I IIS-DSEE-TCOA-00071 10:52:25(003) <main_program> Config file checker on node node2 reports 0 error(s), 0 warning(s).
.
##I IIS-DSEE-TCOA-00071 10:52:25(004) <main_program> Total virtual memory on node node1 is 512 MB.
.
##W IIS-DSEE-TCOA-00071 10:52:25(005) <main_program> Warning: node node1 has less than 256 MB of swap space per logical node (in addition to 256 MB assumed necessary for the system)
.
##I IIS-DSEE-TCOA-00071 10:52:25(006) <main_program> Config file checker on node node1 reports 0 error(s), 1 warning(s).
.
##I IIS-DSEE-TCOA-00072 10:52:25(007) <main_program> 0 error(s) detected.
##I IIS-DSEE-TCOA-00073 10:52:25(008) <main_program> 1 warning(s) detected.

THANKS
PARAM
kwwilliams
Participant
Posts: 437
Joined: Fri Oct 21, 2005 10:00 pm

Re: Config file warning...

Post by kwwilliams »

How much swap space does your system have allocated?
How many nodes in your config file?

It's saying you have less then the 256 MB that should be available for each logical node.
n.parameswara.reddy@accen
Participant
Posts: 40
Joined: Mon May 18, 2009 5:22 am

Re: Config file warning...

Post by n.parameswara.reddy@accen »

kwwilliams wrote:How much swap space does your system have allocated?
How many nodes in your config file?

It's saying you have less then the 256 MB that should be available for each logical node.

This server installed recently , i want to set the config file for this server, but i am getting above error, please help me

if i check with ulimit -a it showing as bleow

tgme:/opt/IBM/InformationServer/Server/DSEngine$ ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 131072
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
threads(per process) unlimited
processes(per user) unlimited
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You need to check on the physical disk space for scratch on that node, not anything with ulimit at this point.
-craig

"You can never have too many knives" -- Logan Nine Fingers
n.parameswara.reddy@accen
Participant
Posts: 40
Joined: Mon May 18, 2009 5:22 am

Post by n.parameswara.reddy@accen »

chulett wrote:You need to check on the physical disk space for scratch on that node, not anything with ulimit at this point.
thanks for your reply
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/fslv01 50069504 39587736 21% 28892 1% /opt/IBM/InformationServer


physical disk has of space.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

No, you misunderstand the message. Depending upon your flavour of UNIX, the command you need to issue is "swap -l"
n.parameswara.reddy@accen
Participant
Posts: 40
Joined: Mon May 18, 2009 5:22 am

Post by n.parameswara.reddy@accen »

ArndW wrote:No, you misunderstand the message. Depending upon your flavour of UNIX, the command you need to issue is "swap -l" ...

This is swap -1 (status of paging space areas)
device Maj,min total free
/dev/hd6 10,2 512MB 496MB

please suggest me , need full information for this issue

At least i need to create 8 nodes, based on above,how much size do we need to increase the memory, please help me
mhester
Participant
Posts: 622
Joined: Tue Mar 04, 2003 5:26 am
Location: Phoenix, AZ
Contact:

Post by mhester »

With an 8 node configuration you would need at least 2.3gb and since that is a bit odd why not just allocate 4gb which is pretty standard for swap and be done with it.
n.parameswara.reddy@accen
Participant
Posts: 40
Joined: Mon May 18, 2009 5:22 am

Post by n.parameswara.reddy@accen »

mhester wrote:With an 8 node configuration you would need at least 2.3gb and since that is a bit odd why not just allocate 4gb which is pretty standard for swap and be done with it.
swap space means, is file system space ??


can i know where do we need this space??
mhester
Participant
Posts: 622
Joined: Tue Mar 04, 2003 5:26 am
Location: Phoenix, AZ
Contact:

Post by mhester »

Swap is physical disk and when configured is identified as swap.

You need to get with your OS admin folks to help. As with anything there are various configurations for swap etc... that will affect your implementation, but your initial issue is swap related and has nothing to do with RAM, although ram+swap equals total "memory" available.
n.parameswara.reddy@accen
Participant
Posts: 40
Joined: Mon May 18, 2009 5:22 am

Post by n.parameswara.reddy@accen »

Thanks you very much guys, i have solved my problem with the portal and guys help. its very much use full
Post Reply