Can't log into uvsh/dssh from unix

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
perfman
Premium Member
Premium Member
Posts: 46
Joined: Thu Aug 16, 2007 6:19 pm

Can't log into uvsh/dssh from unix

Post 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
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

the uv file is at $DSHOME/bin

so try running $DSHOME/bin/uv

or

cd $DSHOME/bin
./uv
perfman
Premium Member
Premium Member
Posts: 46
Joined: Thu Aug 16, 2007 6:19 pm

Post by perfman »

great! thanks :wink:
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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
-craig

"You can never have too many knives" -- Logan Nine Fingers
perfman
Premium Member
Premium Member
Posts: 46
Joined: Thu Aug 16, 2007 6:19 pm

Post 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! :)
perfman
Premium Member
Premium Member
Posts: 46
Joined: Thu Aug 16, 2007 6:19 pm

Post 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.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

"do not work" does not work in DSXchange. Post the actual error message.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

Post 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.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

There has never been a "ds" executable as a part of DataStage.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That would explain why it doesn't work. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
perfman
Premium Member
Premium Member
Posts: 46
Joined: Thu Aug 16, 2007 6:19 pm

Post 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!
Post Reply