View Single Post
  #4 (permalink)  
Old 2006-08-28
RobertGraham RobertGraham is offline
Senior Member
 
Join Date: 2006-02-02
Posts: 212
Rep Power: 3
RobertGraham has an average reputation (10+)
Send a message via MSN to RobertGraham Send a message via Yahoo to RobertGraham
Default Re: Solaris 9 mdsstart attaches to terminal

Jim:

Thanks for the very useful work-around.

In the meantime, I also found the "answer." CheckPoint is very csh based. So I did was the following:

edit .profile to check for the file /usr/bin/csh; then set shell to csh
and changed the line:
. /opt/CPshrd-R61/tmp/.CPprofile.sh to

. /opt/CPshrd-R61/tmp/.CPprofile.csh

once this .profile was sourced, it worked fine. I'm able to start the mds and logout without problem.
Reply With Quote