Limitation on space usage in a DataStage project

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
saraswati
Premium Member
Premium Member
Posts: 149
Joined: Thu Feb 28, 2008 4:25 pm

Limitation on space usage in a DataStage project

Post by saraswati »

Do we have a limitation on the space available for a particular project. I used to get xmeta exceptions in a project with a large number of jobs when I had tried to create new jobs or create a copy of a job. When I finally deleted some unused jobs, I am not getting that exception.
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

Make sure to add sufficient amount of disk space into underlying XMETA tablepsace(s).
Arvind
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Space? No, not that I'm aware of. Some operating systems (like AIX) have a limit on the number of directories, however.
-craig

"You can never have too many knives" -- Logan Nine Fingers
suse_dk
Participant
Posts: 93
Joined: Thu Aug 11, 2011 6:18 am
Location: Denmark

Post by suse_dk »

Your job logs can end up taking a lot of space if no purging options have been set, and this can in my experience result in some the errors you mention.
_________________
- Susanne
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I doubt that this is anything at all to do with XMETA - it's more likely to be the number of subdirectories in the project directory.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

I can confirm on AIX 6.1 with jfs2 file system, I can only create 32765 subdirectories within each directory. The error I get when creating one more is:

mkdir: 0653-358 Cannot create tmp32766.
tmp32766: There are too many links to a file.

I'm sure current directory (.) and parent (..) count too, making the limit 32767.

If each DataStage job creates 5 or more subdirectories in the project (more for QualityStage jobs) then you could easily hit a subdirectory limit with having 4000 to 6000+ jobs in a single project.
Choose a job you love, and you will never have to work a day in your life. - Confucius
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The same limit applies on Solaris operating system.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply