Management Operations on Cache Cluster
When you have created a cache cluster in your deployed machine, you can perform various management operations on it like starting a cache server, stopping a server, adding new servers to the cluster and many more.
Note
NCache Web Manager is only available for NCache Enterprise Edition.
Start a Cache
You can start a cache cluster using both NCache Web Manager and NCache PowerShell Cmdlet.
To start a cache cluster through NCache Web Manager, follow the steps provided in Start Cache Using NCache Web Manager.
To start a cache cluster through NCache PowerShell Cmdlet, follow the steps provided in Start Cache Using NCache PowerShell Cmdlet.
Stop a Cache
You can stop a cache cluster using both NCache Web Manager and NCache PowerShell Cmdlet.
To stop a cache cluster using NCache Web Manager, follow the steps mentioned in the Stop Cache Through NCache Web Manager section.
To stop a cache cluster using NCache PowerShell Cmdlet, follow the steps mentioned in the Stop Cache using NCache PowerShell Cmdlet section.
Restart a Cache
You can restart a cache using NCache Web Manager. Follow the steps provided in Restart Cache.
Add Server Node
To add a new server node in an already created clustered cache using NCache Web Manager, follow the steps mentioned in Add Server Node.
To add a new server node in an already created clustered cache using NCache PowerShell Cmdlet, follow the steps provided in Add Node using PowerShell.
Tip
To manage and monitor NCache in detail, refer to our NCache documentation at NCache Admin Guide.
You can monitor your created cache cluster in NCache which is explained in the next chapter.
See Also
Create Cache Cluster on Deployed Machine
Perform Monitoring on Cache Cluster