Create Cache Cluster in Deployed Machine
Once the machine has registered for an NCache evaluation, you can create a cache cluster through NCache Manager or NCache PowerShell cmdlet.
Create Cache Cluster through the NCache Management Center
To create a cache cluster through the NCache Manager, follow these steps:
- Launch the NCache Manager by browsing
https://<server-ip>:8252
.
Note
You can only access the NCache Manager if the virtual machines were automatically deployed and the configuration was set to enable HTTPS access to the machines.
Note
You can also access NCache Manager from the same network on http://<server-ip>:8251
- To create a cache cluster, follow the help provided in Create New Cache Cluster Through the NCache Manager.
Create Cache Cluster through the 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 the Windows PowerShell.
Follow the steps mentioned in Create New Cache Cluster Through the NCache PowerShell Cmdlet.
The next step is performing management operations on the created cache cluster which is explained in the Management Operations chapter.
See Also
Perform Management Operations on Cache Cluster
Perform Monitoring on Cache Cluster