Page 1 of 1

error while using $DSHOME/bin/dssh

Posted: Wed Aug 19, 2009 9:29 am
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.

Posted: Wed Aug 19, 2009 9:34 am
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 ?

Posted: Wed Aug 19, 2009 9:36 am
by chulett
Sounds like you need to "source" dsenv first to make sure your environment is setup correctly:

Code: Select all

cd $DSHOME
. ./dsenv

Posted: Wed Aug 19, 2009 10:05 am
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

Posted: Wed Aug 19, 2009 10:08 am
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. :?

Posted: Wed Aug 19, 2009 2:37 pm
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'.