orchadmin check

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

orchadmin check

Post by dspxguy »

I am getting this error when trying to run this command

$ bin/orchadmin check
/usr/lib/dld.sl: Can't find path for shared library: libustdio.sl.22
/usr/lib/dld.sl: No such file or directory
Abort(coredump)

the path to ochadmin is px/bin

just wanted to check this after EE install that parallel extender is running or not.

thanks
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You need to also execute your $DSHOME/.dsenv file in order to set your environment settings for libraries and path.
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Post by dspxguy »

ArndW wrote:You need to also execute your $DSHOME/.dsenv file in order to set your environment settings for libraries and path. ...
I did that . ./dsenv

but still getting same error.

is it because I have not defined the path for libustdio.sl.22 in the dsenv as this is a new install of Enterprise Edition, previously we had server only.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Yes, that could be. You are missing at least one library in your libpath.
Post Reply