Create Cache Cluster in Deployed Machine
Once you have NCache activated on your machine, you can create a cache cluster through NCache Web Manager or NCache PowerShell CmdLet.
Create Cache Cluster through NCache Web Manager
Note
This method is for Enterprise Edition only.
To create a cache cluster through NCache Web Manager, follow these steps:
Launch NCache Web Manager by browsing
http://<server-ip>:8251
.To create a cache cluster, follow the help provided in Create New Cache Cluster Through NCache Web Manager.
Create Cache Cluster through NCache PowerShell Cmdlet
A combination of New-Cache
and Add-Node
cmdlets create a cache cluster through PowerShell.
On your deployed machine, search for Windows PowerShell to open a new instance of Windows PowerShell.
Follow the steps mentioned in Create New Cache Cluster Through NCache PowerShell Cmdlet.
The next step is performing management operations on the created cache cluster which is explained in the next chapter.
See Also
Perform Management Operations on Cache Cluster
Perform Monitoring on Cache Cluster