Accessing different LPar's from DS Server

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
danddmrs
Premium Member
Premium Member
Posts: 86
Joined: Fri Apr 20, 2007 12:55 pm

Accessing different LPar's from DS Server

Post by danddmrs »

My company is in the process of moving TEST & STAGE databases to their own LPar's. Our DB is Datacom and recently TEST has been moved to LParC, STAGE and PROD are still on the same LPar.

The next step is to move STAGE to LParB but it is being held up because of a DStage performance problem accessing TEST data on LParC.

A job extracting data runs in STAGE and PROD in about 5 minutes extracting about 7,000 rows per second. Pointed at TEST the job runs for over 1 hour and only processes 350 rows per second. Before the move to LParC TEST had the same performance as STAGE and PROD.

Sorry about the limited information provided. I would be happy to ask our Tech Support any questions that might be helpful.

Thanks,
Richard
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

I missed finding a question. Are you asking why the performance difference and how to fix it?
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

My first thought is to remove DataStage from the equation. But that may not be simple for you to try.

I'm guessing you're using an ODBC driver to talk to Datacom. You've probably got at least 3 ODBC DSN's setup (TEST, STAGE, PROD). The same job can be used to pull the same test table from all three instances, just supply a different DSN each run. I'd setup a benchmark comparison of the exact same table spooling out to a transformer stage with an @FALSE constraint going to an empty sequential file. This will give you the purest indication of performance for a DataStage Server process to receive data from a source.

After confirming the performance discrepancy on an apples-to-apples benchmark, I'd move on to removing the ODBC configuration as the cause. When you rehosted the TEST database to the different lpar, you probably had to twiddle something in the ODBC DSN setup on the DataStage server to know where the instance is now located. I'd go back and double-check that the configurations are identical to the higher performing DSN.

After that, it pretty much looks like it's not on the DataStage server side but must be something about the lpar itself. Maybe it's partition has limiters as to connections, user priorities, etc.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is this really a Windows server? I've not encountered LPARs in a Windows environment.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
danddmrs
Premium Member
Premium Member
Posts: 86
Joined: Fri Apr 20, 2007 12:55 pm

Post by danddmrs »

Tech Support has resolved.

The DataStage server is connected to LParA and LParA was connected to LParC via a router. DataStage is not the problem but rather the connection from A to C was causing the performance issue. Rather than connecting A and C via a router the connection was changed to the sysplex on the mainframe. This resolved the problem.

This had the crew stumped for a couple of weeks but they resolved it within hours of the original post. Thanks all for your help and sorry about the bad information.

Richard
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Time to mark the thread as Resolved, then.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

ray.wurlod wrote:Is this really a Windows server? I've not encountered LPARs in a Windows environment.
The database lpars, not the DS server.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply