what does bin/uv mean

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

what does bin/uv mean

Post by kollurianu »

Hi all,

What does bin/uv mean in bin/uv -admin -stop
i donot think it is directory?



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

Post by ArndW »

Kollurianu,

the bin/uv refers the executable program "uv" in the project home bin/ directory; this is the UniVerse (hence uv) or DataStage (new name) shell program.

p.s. You only need to post this query one time.
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

ArndW,
It also happened to me once when I thought my IE was stuck went Back and pressed again on the submit,
So I guess it was not intentional :)
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I noticed the post was identical after leaving; another poster had posted the same question in both Px and Server forums, so I made that assumption that this was the same.
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Post by kollurianu »

iam sorry about it , it was not intentional to post the topic twice.

Well any ways thank you all for the answers.
what is the path of the bin directory?
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
performing:

Code: Select all

cd `cat /.dshome`
will get you to the installation directory
there you'll find the bin directory under which the uv exceutable is found.
bare in mind you'll probably need to load the environment by:

Code: Select all

. ./dsenv
after the cd command and befor running uv

IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Post by kollurianu »

[/list][/code]


what did you mean by following statement.

"bare in mind you'll probably need to load the environment by:
Code:
. ./dsenv

after the cd command and befor running uv ".

Thank you very much.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

On UNIX systems it is necessary to be able to find certain libraries to run the bin/uv (or bin/dssh) command successfully.

In the $DSHOME directory there is a shell script called dsenv which, among other things, adjusts the library search path environment variable (LIBPATH, SHLIB_PATH or LD_LIBRARY_PATH) to include those libraries.

Without having executed the dsenv script, you will not be permitted to invoke the DataStage shell (also, though incorrectly these days, known as UniVerse) successfully.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
diamondabhi
Premium Member
Premium Member
Posts: 108
Joined: Sat Feb 05, 2005 6:52 pm
Location: US

Post by diamondabhi »

hi,
The command would be bin>./uv -admin -start
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Post by kollurianu »

Thank you all for the answers.

can you tell the document which would clear me some these stuff.

Thanks once again.
diamondabhi
Premium Member
Premium Member
Posts: 108
Joined: Sat Feb 05, 2005 6:52 pm
Location: US

Post by diamondabhi »

Hi anu,
You would find all the documentation in DataStage Admin Guide in online manuals of DS Documentation. :P
Post Reply