Hi all,
My colleague & I've tried all the methods suggested here on AIX 4.1.5 but
failed.
We tried this....on this line in /etc/Tivoli/setup_env.sh :
LIBPATH="${LIBDIR}:/usr/lib${LIBPATH:+:$LIBPATH}"
we changed it to :
LIBPATH="/usr/lib:${LIBDIR}:"
it worked.
However, we're not very sure if we face serious repercussions by doing so. Can
anyone advise?
regards
MENEZES, ALAIN wrote:
> !!!!!! Point 3.
> There should be a space between . and /etc/Tivoli/setup_env.sh
>
> Furthermore, your symptoms indicate a session/ environment
> initialization problem/errors
> Login in command line or with telnet and you'll be able to see the error
> message(s).
>
> ---------------------
> Alain Menezes
> ASLK-CGER Services GIE Tel.: +32 2 228.55.74
> Rue Fossé-aux-Loups, 48 Fax.: +32 2 228.83.69
> 1000 Bruxelles Email:
> a.menezes@aslk-cger.be
>
> > -----Original Message-----
> > From: Niko Kaniadakis [SMTP:Niko_Kaniadakis@IT.IBM.COM]
> > Sent: mardi 1 décembre 1998 14:32
> > To: NV-L@UCSBVM.UCSB.EDU
> > Subject:
> >
> >
> > Stephane,
> > here are the steps to do in order to resolve your problem with CDE:
> >
> > 1. in your $HOME/.dtprofile must be the statment
> > DTSOURCEPROFILE=TRUE
> >
> > 2.in the .profile add the statments:
> >
> > if ["SHELL" = "/bin/ksh"]
> > then
> > ENV="$HOME/.kshrc"
> > fi
> >
> > 3. edit the file .kshrc and add the statment:
> >
> > ./etc/Tivoli/setup_env.sh
> >
> > I've tried the above steps with AIX 4.3.1, TMF 3.6 and NetView 5.1 and
> > works
> > fine.
> > Best Regards,
> > Niko Kaiadakis
> >
|