Administering the Platform / In-Memory Caching |
This topic describes how you can manage the cache server nodes in a cluster. This includes starting and stopping servers, adding and removing nodes, and moving a node.
For information about installing cache servers in a cluster, see Setting Up a Cache Server.
Cache servers determine the consistency of cached data between cache servers partially based on the timestamp used when storing and retrieving the data. As a result, all the clocks on all machines (both cache server machines and app server nodes) must be synchronized. It is common to do this through the use of an NTP daemon on each server synchronized to a common time source. You'll find a good starting point for understanding NTP at http://www.ntp.org/ntpfaq/. Note that clock synchronization becomes even more important when running within a virtualized environment; some additional steps may be required for proper clock synchronization as outlined in the vendor's documentation.
Also, if you're running in a virtualized environment, you must have VMware tools installed in order to counteract clock drift.
jive start cache
To stop a cache server use the following command as a jive user:
jive stop cache
Removing a cache server from an existing cluster is very similar to adding one.
Moving a cache server from an existing cluster is very similar to adding a machine.