> Where is this $UVHOME file?  I can't find it in my UV directory.

In the root directory there is a hidden file called ".uvhome" that is a
simple text file pointing to where universe is installed.  Mine says:

   $cat /.uvhome
   /dbms/uv
   $

UVHOME is a variable that many people typically set up in their
.profiles:

  UVHOME=`cat /.uvhome`
  export UVHOME

So if I say echo $UVHOME I get this:
   $echo $UVHOME
   /dbms/uv
   $

Usually it is included in PATH, too:
        PATH=$PATH:$UVHOME/bin:/software/bin
        export PATH 

-----Original Message-----
On 9/17/07, Stevenson, Charles <[EMAIL PROTECTED]> wrote:
>
> Is there a UniData enhancement request buried in the discussion below?
>
> UniVerse has a handy file called $UVHOME/errlog that logs runtime 
> error messages
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to