netview@toddh.net (Todd H.) writes:
> Judy Stobby <jstobby@co.el-dorado.ca.us> writes:
>
> > The problems seem to be with netview itself. My ov commands are not
> > found unless I add the path in front of the command /usr/OV/ovstart. I
> > also have to source the tivoli environment every time to run the tivoli
> > desktop.
>
>
> For this issue, just add something like:
>
> PATH=$PATH:/usr/OV/bin
> export PATH
>
> to /etc/profile and that should address that issue.
oh--and for the Tivoli stuff, just add a
if [ -f /etc/Tivoli/setup_env.sh ]
. /etc/Tivoli/setup_env.sh
fi
to the .profile as well
--
|