Page 1 of 1

Can't log into uvsh/dssh from unix

Posted: Tue May 13, 2008 10:33 pm
by perfman
This is the proccess I am doing:

[dsadm@perf-c-01 ~]$ export DSHOME=`cat /.dshome`
[dsadm@perf-c-01 ~]$ cd $DSHOME
[dsadm@perf-c-01 DSEngine]$ export PATH=$PATH:DSHOME/bin
[dsadm@perf-c-01 DSEngine]$ cd ../Projects/PabloDEV1
[dsadm@perf-c-01 PabloDEV1]$ uv
-bash: uv: command not found
[dsadm@perf-c-01 PabloDEV1]$ uvsh
-bash: uvsh: command not found
[dsadm@perf-c-01 PabloDEV1]$ dssh
-bash: dssh: command not found
[dsadm@perf-c-01 PabloDEV1]$ ds
-bash: ds: command not found

Posted: Tue May 13, 2008 10:40 pm
by keshav0307
the uv file is at $DSHOME/bin

so try running $DSHOME/bin/uv

or

cd $DSHOME/bin
./uv

Posted: Tue May 13, 2008 11:18 pm
by perfman
great! thanks :wink:

Posted: Wed May 14, 2008 7:27 am
by chulett
Note that you may need to 'source' your dsenv file first to prevent core dumps or other problems launching the shell:

Code: Select all

. ./dsenv

Posted: Wed May 14, 2008 5:15 pm
by perfman
Yes you are correct! I actually did that but somehow left that line out of my post.

You guys don't miss a beat!

Thanks for that! :)

Posted: Wed May 14, 2008 5:25 pm
by perfman
BTW FYI and for those that read this in future. This is not a problem at all, but I can only open uv via "uvsh" and "dssh"...

"uv" and "ds" do not work on my server.

Posted: Fri May 16, 2008 6:24 am
by ray.wurlod
"do not work" does not work in DSXchange. Post the actual error message.

Posted: Fri May 16, 2008 6:33 am
by ag_ram
perfman wrote:"uv" and "ds" do not work on my server.
ray.wurlod wrote:"do not work" does not work in DSXchange. Post the actual error message.
There is a Utility called uv.exe in the mentioned path.

But i dont find any help to find utility "ds" in DataStage v7.5. Can you tell me what it does do.

Posted: Fri May 16, 2008 6:42 am
by ArndW
There has never been a "ds" executable as a part of DataStage.

Posted: Fri May 16, 2008 6:44 am
by chulett
That would explain why it doesn't work. :wink:

Posted: Fri May 16, 2008 10:23 am
by perfman
the green bar wrote:Note: You are about to post to a "Resolved" topic. Because of this, your post may receive limited attention.
That's hilarious, my post actually received more attention :lol:
ArndW wrote:There has never been a "ds" executable as a part of DataStage.
Cpt. Obvious wrote:That would explain why it doesn't work.
Captain obvious took the words out of my mouth :lol: :wink: I read it somewhere on one of these forums. I guess someone didn't have their facts right. :o

It's really no problem though, this topic is resolved. Thanks again for your most excellent help!