Search found 402 matches

by Ultramundane
Thu Nov 03, 2005 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage is eating all my memory
Replies: 6
Views: 2707

Don't know if this related or not...

I just got a patch for memory leaks for datetime, numeric/decimal datatypes. We encountered the memory leaks when working with the Sybase, Teradata, and ODBC stages in PX. This patch was for DS751A on AIX. Ecase 76017.
by Ultramundane
Wed Nov 02, 2005 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I get the full /path/project list?
Replies: 9
Views: 2952

My .dsadm environment file sources dsenv.

Thanks.
by Ultramundane
Wed Nov 02, 2005 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I get the full /path/project list?
Replies: 9
Views: 2952

With your help Ray I ended up with the following code to get the projects. #!/bin/ksh ## SOURCE ENVIRONMENT . ~/.dsadm ## CHANGE TO Directory Containing the VOC cd $DSHOME ## GET PROJECT LIST INTO ARRAY set -A MY_ARRAY $(dssh "SELECT PATH FMT '60L' \ FROM UV.ACCOUNT \ WHERE @ID NOT IN ('UV', 'u...
by Ultramundane
Tue Nov 01, 2005 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I get the full /path/project list?
Replies: 9
Views: 2952

Thanks. I had to change uv to uvsh because of load errors. But that works awesome.

Thanks.
by Ultramundane
Tue Nov 01, 2005 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I get the full /path/project list?
Replies: 9
Views: 2952

How can I get the full /path/project list?

It looks like UV.account stores this info. I can see the projects and paths when I do a strings on this file. Is there any other place that is more readable to get this information? Is there a command that can be run to get this information? I can run dsjob -lprojects, but this only lists the projec...
by Ultramundane
Tue Nov 01, 2005 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I configure for multiple network interfaces on SMP?
Replies: 27
Views: 12584

That is what I tried track_star. It gives error messages about PX not running for that interface and the jobs timeout. It may work for MPP and extending the PX environment, but it does not for SMP. If it does work for SMP, I don't know how to extend as the documentation does not explain this functio...
by Ultramundane
Wed Oct 26, 2005 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I configure for multiple network interfaces on SMP?
Replies: 27
Views: 12584

With Oracle (tnsname.ora) and Sybase (interfaces) on Unix I can configure what specific networks the database will start listeners for. I can configure the client software for Oracle (tnsname.ora) and Sybase (sql.ini) to use a specific network interface. That is the capability I would like.
by Ultramundane
Wed Oct 26, 2005 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I configure for multiple network interfaces on SMP?
Replies: 27
Views: 12584

I would be happy with the ability to just round robin the interfaces by choosing the appropriate .apt file. However, I get an error saying that software is not running on that network. Even though all the networks are for the same server.
by Ultramundane
Wed Oct 26, 2005 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I configure for multiple network interfaces on SMP?
Replies: 27
Views: 12584

Thanks for hijacking the thread and not answering my question.
by Ultramundane
Fri Oct 21, 2005 8:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I configure for multiple network interfaces on SMP?
Replies: 27
Views: 12584

I'm not sure what you mean by "network interfaces" in this context. SMP to me implies one machine with multiple CPUs. A single machine can have multiple network interfaces. For example, you configure many database systems to use multiple network interfaces on one physical node. You do this...
by Ultramundane
Fri Oct 21, 2005 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I configure for multiple network interfaces on SMP?
Replies: 27
Views: 12584

How do I configure for multiple network interfaces on SMP?

Hello,

I have multiple network interfaces and would like to configure different interfaces for each node in the APT_CONFIG_FILE.

How do I configure for multiple network interfaces on SMP?

When I change the fastname to one of the other interfaces, jobs abort with timeout messages.

Thanks