I'm connecting via Reflection X using OPENSSH. When I log in, the db2profile doesn't get ran automatically. I have to manually execute the db2profile after logging on. What has to be done to auto run the db2 profile when I log in with OPENSSH. To get it to work on a server we telnet into, we added these 2 lines to the .profile
ENV=.krcsh
export ENV
then we created a .krcsh file that executes the db2 profile. Don't ask me why this was done (before me and they're gone), but it worked. Either we're missing a piece that was done before, or something extra has to be done for OPENSSH. Any help would be appreciated.