Page 1 of 1

'Parallel job reports failure (code 139)

Posted: Fri Jan 23, 2009 7:15 am
by Azzuri
Hi All, I recieved the error Parallel job reports failure (code 139) in any job that I would run. After investigating I found that one of the volumes ran out of space. The volume below was at 100%:

/dev/mapper/VolGroup00-LogVol02 3.0G 2.8G 92M 97% /home

I Removed some files from my user folder and we are up and running again but as you can see we are at 97%. My question is why is datastage using the home user folder in processing. I couldn't find any reference to it. If I know what folder DS is writing to I can repoint to a larger volume

See the our file system below:

Filesystem Size Used Avail Use% Mounted on
/dev/cciss/c0d0p2 2.0G 602M 1.3G 32% /
/dev/cciss/c0d0p1 244M 33M 199M 15% /boot
none 3.9G 0 3.9G 0% /dev/shm
/dev/mapper/VolGroup00-LogVol02
3.0G 2.8G 92M 97% /home
/dev/mapper/VolGroup00-LogVol03
9.9G 1.4G 8.1G 14% /opt
/dev/mapper/VolGroup00-LogVol04
2.0G 43M 1.9G 3% /tmp
/dev/mapper/VolGroup00-LogVol01
15G 4.2G 9.9G 30% /usr
/dev/mapper/VolGroup00-LogVol00
5.0G 215M 4.5G 5% /var
/dev/mapper/VolGroup01-LogVol01
436G 38G 376G 10% /home/dsadm/Ascential/DataStage/Data sets
/dev/mapper/VolGroup01-LogVol02
50G 2.7G 45G 6% /home/data
/dev/mapper/VolGroup01-LogVol03
78G 88M 74G 1% /etl
/dev/mapper/VolGroup01-LogVol04
345G 99M 327G 1% /home/dsadm/Ascential/DataStage/Scra tch

Posted: Fri Jan 23, 2009 7:38 am
by throbinson
What's the Config file used in the failed run got to say? Where are the nodes pointing for resource and scratch disks? The config file used for the failed run will be in the director logs and will list the directories.

Posted: Fri Jan 23, 2009 7:39 am
by Azzuri
Hi All, I did find one variable called HOME=/home/dsadm when looking at the runtime environment variables and thinkng that this folder is defined in that volume. Is there any issue if I remap the HOME environemnt variable to a different folder.

Posted: Fri Jan 23, 2009 7:43 am
by Azzuri
Hi All, I did find one variable called HOME=/home/dsadm when looking at the runtime environment variables and thinkng that this folder is defined in that volume. Is there any issue if I remap the HOME environemnt variable to a different folder.

Posted: Fri Jan 23, 2009 7:46 am
by Azzuri
Scratch Space and Dataset fodlers that the config file is pointing to have plenty of space. This is not an issue.

Posted: Fri Jan 23, 2009 8:08 am
by Azzuri
Hi Guys, I see that dsenv has the If staement where it may use this variable HOME. What impact would there be If I change User dsadm Home Directory to something else ?

Posted: Fri Jan 23, 2009 3:01 pm
by ray.wurlod
It would point somewhere else.

Without your providing the actual statement there's not much we can add to that statement of the bleeding obvious.