Start NCache Management Center
Note
This feature is only available in NCache Enterprise.
This starts the NCache Management Center on the target machine. Default URL is http://localhost:8251
.
Important
In order to start the NCache Management Center, make sure to run Windows PowerShell with administrative rights.
Start-NCacheManagementCenter [-Server] [-Credentials]
Examples
- This command starts NCache Management Center on local server.
Start-NCacheManagementCenter
- This command starts NCache Management Center existing on server 20.200.20.11.
Start-NCacheManagementCenter -Server 20.200.20.11
- This command starts NCache Management Center existing on servers 20.200.20.11 and 20.200.20.12.
Start-NCacheManagementCenter -Server "20.200.20.11,20.200.20.12"
Properties
Note
The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-Server |
<String> |
Specifies a server name where the NCache Service is running. The default is the local machine. | IP of the local machine |
-Credentials |
<pscredential> |
Specifies the user credentials required to authorize access for the specified operation. These credentials should belong to a user who has appropriate permissions at the node. | - |