ulimit settings

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
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

ulimit settings

Post by dspxguy »

why is ulimit settings for a user different in datastage as compared to running ulimit command from unix command line?
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

You can define ulimit for DataStage processes. That way when you run jobs the files can be bigger than your normal user level. So when you log into UNIX and run ulimit it is not the same as when your user id runs a job.
Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In DataStage settings are inherited from dsrpcd for the agent process associated with each connected client.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Post by dspxguy »

I am trying to run the ulimit -a, id" command from ExecSH in DataStage job and getting this error:

Code: Select all

ulimittest..BeforeJob (ExecSH): Error when executing command: "ulimit -a; id"
*** Output from command was: ***
SH: ulimit -a; id:  not found.

[/code]
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Don't put quotes around the commands.
-craig

"You can never have too many knives" -- Logan Nine Fingers
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Post by dspxguy »

ok without quotes i get this error

Code: Select all


Error setting up internal communications (fifo RT_SCTEMP/ulimittest.fifo)
Post Reply