Hi Stephane,
Suppsed you are using the korn shell, ok?
If you run the command . /etc/Tivoli/setup_env.sh in an existing shell
it works, correct?
Now your problem:
The line in your .profile is not really correct, because you are not in
a shell when trying to invoke this command!
Just put another period in front of this string, that it looks like
this:
. ./etc/Tivoli/setup_env.sh
This should work!
I don't know if you have already managed to get a screen on your machine
or not, but try to connect from a remote system and kill your suspended
login process!
If you log in next time use the command login - then you'll see the
error message on your screen (if you haven't changed your .profile)!
If you have already chnaged this, it should work fine!
Best regards
Peter Hadamovsky
Stephane Robertson wrote:
>
> Hi folks,
>
> I've just installed Tivoli framework 3.6 and Tivoli Netview 5.1 and
> every went fine
> but when I put the /etc/Tivoli/setup_env.sh scipt file in my .profile
> I'm not able to log in anymore.
> I have the login prompt but after I type my username and my password I
> have the CDE blue
> screen and after the session is reset and i'm back to the login prompt.
>
> Here's what I put in my .profile
>
> ----------
> . /etc/Tivoli/setup_env.sh
> ^
> PATH="$PATH:/usr/local/bin:/usr/OV/bin"
> export PATH=$PATH
> export EDITOR=vi
> ----------
>
> I'm running Tivoli on a 43P with AIX 4.2.1
>
> Can someone help me with this problem?
>
> thanks in advance
>
> SR
> --
> Stephane Robertson
> Ecole des Hautes Etudes commerciales
> 3000 chemin de la cote-sainte-catherine
> Montreal, Quebec
> H3T 2A7
> E-Mail: Stephane.Robertson@hec.ca
> Phone : 514-340-6560
> Fax : 514-340-5637
|