error while using $DSHOME/bin/dssh

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
Madhu1981
Participant
Posts: 69
Joined: Wed Feb 22, 2006 7:49 am

error while using $DSHOME/bin/dssh

Post by Madhu1981 »

All,

I want to unlock all the datastage processes running in my box.
So i started with the command $DSHOME/bin/dssh but i got the below error when i am using $DSHOME/bin/dssh.

Error:
-------
ld.so.1: uvsh: fatal: libdsplugin.so: open failed: No such file or directory
Killed

What does it mean, Could some one help me.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Your library path is incorrect or incomplete.

Locate the missing file and include it in your lib path.

What OS are you running ?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sounds like you need to "source" dsenv first to make sure your environment is setup correctly:

Code: Select all

cd $DSHOME
. ./dsenv
-craig

"You can never have too many knives" -- Logan Nine Fingers
peddidsx
Premium Member
Premium Member
Posts: 55
Joined: Wed Dec 26, 2007 8:20 am

Post by peddidsx »

Sainath.Srinivasan wrote:Your library path is incorrect or incomplete.

Locate the missing file and include it in your lib path.

What OS are you running ?
I am running on Unix. We have two different boxes, it is working fine in one box but it is not in other one.

what i did is

1) went to home directory
2) . ./dsenv
3) ./bin/dssh
4) then prompt got changed in one box and throwing the above error in other box.

What is the problem what should i need to take care

Madhu
Rajesh Peddi
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

"then prompt got changed in one box and throwing the above error in other box"

Sorry, but I have no idea what that means. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Craig,

I think the op indicates appearence of UV prompt as result of successful invocation of uvsh in the first case and failure to do so in second.

Peddidsx,

Can you compare the library path after loading dsenv in both environments.

Did you manage to locate the missing .so file ?

By 'which OS', I meant 'which flavour of Unix'.
Post Reply