Start-NCacheWebManagementProcess
Note
This feature is only available in NCache Enterprise Edition.
Start-NCacheWebManagementProcess
starts the NCacheWebManager process for using NCache Web Manager on the target machine. Default URL is http://localhost:8251
.
Important
In order to start the Web Manager, make sure to run Windows PowerShell with administrative rights.
Start-NCacheWebManagementProcess [-Server] [-UserId] [-Password]
These properties are explained in detail in the Properties section.
Examples
- The following command starts NCache Management Process on the local machine.
Start-NCacheWebManagementProcess
- The following command starts NCache Management Process on the remote server node 20.200.20.38.
Start-NCacheWebManagementProcess -Server 20.200.20.38
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> |
The server name/IP on which the NCache Web Management Process is to be started. | IP of the local machine |
-UserId (Enterprise edition only) |
<String> |
Specifies the user Id that is used to authorize the user if security is enabled on the cache server. This UserId must be same as the active directory user credentials. |
- |
-Password (Enterprise edition only) |
<String> |
Specifies the password for user authorization if security is enabled on cache server. This password must be the same as active directory password. | - |