Is uninstalling the only way to stop it from running?
I didn't have the messages before I tried using it that one time.
Thanks
Bev
I tried using patchpro on SUN Solaris 10 and then decided I didn't want to use it, however I tried stopping the process but still have the following in /var/adm/messages and do not know how to stop them from occurring.
=======================
Jun 17 00:41:14 at com.sun.patchpro.server.Pa
Jun 17 00:41:14 at com.sun.patchpro.database.
Jun 17 00:41:14 at com.sun.patchpro.database.
Jun 17 00:41:14 root: [ID 702911 user.crit] => com.sun.patchpro.cli.Patch
Jun 17 00:41:14 at com.sun.patchpro.database.
Jun 17 00:41:14 at com.sun.patchpro.database.
Jun 17 00:41:14 at com.sun.patchpro.model.Pat
Jun 17 00:41:14 at com.sun.patchpro.model.Pat
Jun 17 00:41:14 root: [ID 702911 user.crit] => com.sun.patchpro.cli.Patch
Jun 17 00:41:14 at java.lang.Thread.run(Threa
========================
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Oh sorry, I got it wrong...
I would check under svcs -a | grep patchpro (or) patch
and if you find it disable the services as
svcadm disable <servicename>
To temporarily disable (renabled at the next reboot)
svcadm disable -t <servicename>
or check for the init script under /etc/init.d/ this should have a link to a start script under /etc/rc2.d or rc3.d. Simply rename the file (make sure it doesn't start with "S")
I had already disabled it....
svcs -a |grep pro
disabled Jun_14 svc:/network/security/krb5
/etc/in
lrwxrwxrwx 1 root sys 47 Jun 12 17:52 cc-transport -> /usr/lib/cc-cfw/platform/t
lrwxrwxrw
lrwxrwx
l
Sho
Thanks
Bev
svcs -a |grep cc
legacy_run Jun_14 lrc:/etc/rc2_d/S97cc-trans
legacy
legacy_
legacy_r
There is no status on these so I will have to wait and see if the command I ran stops entries in /var/adm/messages
Business Accounts
Answer for Membership
by: rbkumaranPosted on 2009-06-17 at 07:37:25ID: 24648696
Use the following script to uninstall PatchPro in Solaris
Select allOpen in new window