Search found 139 matches

by fmartinsferreira
Fri Feb 16, 2007 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: bad performance
Replies: 8
Views: 1818

Can job1, job2 and job3 be converted to PX jobs? Yes, but I can have the same problem with others projects. tell us the amount of data which you trying to pass job1 = 5 million registers job2 = 5 million registers job3 = 5 million registers job4 = 85 million registers job5 = 85 million registers Fe...
by fmartinsferreira
Mon Feb 12, 2007 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: bad performance
Replies: 8
Views: 1818

narasimha wrote:May be Job 4 and Job 5 are consuming all the resources, leaving very little for Job1, Job2 and job3.
My two cents.
Is there any way to separate some resource only for the servers jobs?

Something like

parallel - 70%
server - 30%

Fernando
by fmartinsferreira
Mon Feb 12, 2007 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: bad performance
Replies: 8
Views: 1818

bad performance

I have a server with one project. In this project I have 5 critical servers jobs. job1 job2 job3 job4 job5 These five jobs start at the same time. job1, job2 and job3 spend 2 hours. job4 and job5 spend 10 hours. We re-build job4 and job5 as a parallel job and now they run in 2 hours, but job1, job2 ...
by fmartinsferreira
Mon Feb 12, 2007 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: infra structure documentation
Replies: 2
Views: 733

ray.wurlod wrote:Under hardware include number and speed of CPUs. If you are in a cluster/grid environment, separate information may be required for each machine. If in a grid, some extra information about grid mana ...
Thanks Ray!
by fmartinsferreira
Thu Feb 08, 2007 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: environment report
Replies: 3
Views: 1042

DSguru2B wrote:To get the contents, you can go to your project directory and do

Code: Select all

cat DSParams
Thanks!
by fmartinsferreira
Wed Feb 07, 2007 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: infra structure documentation
Replies: 2
Views: 733

infra structure documentation

I have 3 DataStage servers and no infra structure documentation. I need to make the documentation now, I never make this kind of documentation and I thinking to start by something like: DataStageServer1 1 - Hardware 20GB RAM 900GB HD ... 2 - Projects: a b c 2.1 - Project a I - uvconfig II - configur...
by fmartinsferreira
Wed Feb 07, 2007 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: environment report
Replies: 3
Views: 1042

environment report

Is there any way to get a environment report? Something like: LIBPAHT-> LD libraty path -> /home/db2inst1/sqllib PATH -> Shell search path -> /usr:/usr/bin:/usr/vacpp:/usr/vacpp/bin TMPDIR-> Temporary directory ... ... ... but with out "->" :lol: Regards, Fernando
by fmartinsferreira
Mon Feb 05, 2007 12:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: configuration file
Replies: 2
Views: 742

I_Server_Whale wrote:Check this POSTfor some nice answers by Ray.
Thanks!
by fmartinsferreira
Mon Feb 05, 2007 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: configuration file
Replies: 2
Views: 742

configuration file

What is the best way to create a new configuration file(".apt")?

The number of node shoud be equal number of processors?

Is it better each node to have its own file system(resource disk and resource scratchdisk)?

Regards,

Fernando
by fmartinsferreira
Tue Jan 30, 2007 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One DataStage Server is going to die
Replies: 18
Views: 7600

I_Server_Whale wrote:
narasimha wrote:So it's Dead now :cry:
:D Are we going to the funeral? :wink:
Not yet, I'm making the transistion plan. :D
by fmartinsferreira
Mon Jan 29, 2007 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One DataStage Server is going to die
Replies: 18
Views: 7600

No - these are for server jobs only. Scratch space is determined by the directories mentioned in the configuration file. Temporary space is determined by the directory mentioned in the TMPDIR enviro ... Ray, :oops: sorry but: Does the "configuration file" = uvconfig? Where can I check how...
by fmartinsferreira
Fri Jan 26, 2007 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of virtual processors
Replies: 9
Views: 2198

DSguru2B wrote:I believe you will have too get additional licenses. You jobs will run, but it will give you warning message complaining about how you have x licenses and y cpu's were found.

Good, if some warning happen I will ask a new Authorization Code. 8)

I cannot only have aborts. :D


Thanks
by fmartinsferreira
Fri Jan 26, 2007 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of virtual processors
Replies: 9
Views: 2198

Number of virtual processors

I will to increase the number of virtual processors in DataStage Server.

I think that license is by number of processors, so can I have some problem if I increase the number of virtual processors?

Regards,

Fernando
by fmartinsferreira
Wed Jan 24, 2007 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One DataStage Server is going to die
Replies: 18
Views: 7600

Your main consideration is how the system will perform if you try and run the load of both servers on one server at the same time. For parallel jobs this means a lot of extra disk I/O, especially on the scratch space and temp space, do you have enough disk space allocated? Even if you run both sets...