When you enter a command at the UNIX prompt the system searchs for the
command in the directories specified in the PATH environment variable.  If
it doesn't find the command in any of the locations in PATH it issues the
"not found" message.  The system doesn't include the local directory in the
search list unless it is specified in PATH, so just being positioned in a
directory doesn't mean that you can execute programs in that directory just
by typing their name.

Add the uv/bin directory to the PATH variable

                PATH=$PATH:/usr/ibm/uv/bin

        You can change the .profile script in / to make the PATH include
uv/bin whenever root logs in.


Try this:

                cd /usr/ibm/uv/bin

                ./uv

        But you will get an error because the bin directory doesn't have a
VOC file and isn't a UniVerse account.

        Instead you could do this:

                cd /usr/ibm/uv

                bin/uv

        And you'd get to the UniVerse prompt in the uv account.

        So, basically you need to cd to a directory that is also a UniVerse
account and you need to invoke uv either by entering "uv" and having the
uv/bin directory included in PATH or by entering some version of the
explicit absolute or relative pathname to the uv executable.

Hope this helps!

Jeff Fitzgerald
Fitzgerald & Long, Inc.
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Friday, April 13, 2007 11:59 AM
To: '[EMAIL PROTECTED]'
Subject: [U2] Launching UV via HP-Ux

1.  Why do I have to do the command...

        #exec /usr/ibm/uv/bin/uv

2.  Why does it not work when doing...

        #cd /usr/ibm/uv/bin
        #uv
        sh: uv:  not found. 
      #

3.  Is there a batch command that will work?

Suggestions would be appreciated.

--Bill
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to