Summary
The smstop command does not stop all servlet processes in a vertically scaled environment on Solaris 10. You then must use the Unix 'kill' command to remove the resources. This issue is being address with SCR42103.
Question
There is an issue when running the smstop command. If you are not logged into the session that originally started SM then it does not properly shutdown the servlets.
Answer
SCR42103.
Workaround:
1. Modify the smstop script with the following change:
From:
PSARG="o user,pid,ppid,c,stime,tty,time,fname"
To:
PSARG="o user,pid,ppid,c,stime,tty,time,fname -U hpsma"