View Single Post
  #6 (permalink)  
Old 2006-08-29
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

Problem found!

When you use the bash so much, you forget what you didn't have with the Bourne shell. Anyway, the problem is that you can't run mdsstart from the Bourne shell and logout, because it doesn't have the ability to disown the process.

This at first didn't make sense, but if you source the same CheckPoint script listed above with .sh on the end, and run it from a bash shell everything is fine.
Reply With Quote