Trond Norbye's Weblog

« Connection pooling... | Main | Compiling Drizzle on... »

http://blogs.sun.com/trond/date/20090525 Monday May 25, 2009

Manage Gearmand and Drizzle with SMF

If you are running Gearman or Drizzle on Solaris, you may want to let SMF start and monitor the services. I just pushed service definitions and and scripts to install them a couple of days ago.

If you look in the scripts directory in Gearman, you will see a script named smf_install.sh. If you run this script it will define a user and group named gearmand, create the Gearman authorizations and profile before a service named gearman is defined. To start the Gearman service all you need to do is to run:

trond@storm ~> svcadm enable gearman

For Drizzle you need to look in the support-files/smf directory for a script named install.sh. To start Drizzle all you need to do is to run:

trond@storm ~> svcadm enable drizzle

Comments:

Post a Comment:
  • HTML Syntax: NOT allowed

Valid HTML! Valid CSS!

This is a personal weblog, I do not speak for my employer.