Web Stack Getting Started Guide

Administering memcached

SMF Framework for Web Stack components are not initialized in the this release. Use either the Web Stack UI or start the server by running the startup command manually. Perform the following steps as root user to start memcached:

Perform the following steps as root user to start memcached.


svccfg import /var/svc/manifest/application/database/memcached.xml
svcadm enable application/database/memcached:default

The import command allows you to import the memcached manifest file and the enable command allows you to start the server.

Execute the disable command to stop the server.


svcadm disable application/database/memcached:default