Remote Uninstall NCache
NCache provides another PowerShell script called UninstallNCache.ps1 which helps to uninstall NCache from remote machine in silent mode. You should find the UninstallNCache.ps1 script at %NCHOME%/Integrations/PowerShell.
To remote uninstall NCache, do the following:
From the machine from where you’re uninstalling NCache remotely, search for Windows PowerShell and select Run as Administrator.
Go to the directory %NCHOME%/Integrations/PowerShell.
Execute the following commands, modifying the values according to your environment. Note that the server names must be separated by BLANK space. The names can be computer names or IP addresses of the systems. It is assumed that that NCache is installed on the default path C:/Program Files.
- Single Server Uninstallation
This example uninstalls NCache on remote machine 20.200.20.29. Please replace the server IP “20.200.20.29” with your own remote machine IP.
./UninstallNCache.ps1 20.200.20.29
- Multiple Server Uninstallation
This example uninstalls NCache on three machines (20.200.20.29,20.200.20.30 and 20.200.20.31). Please replace these server IPs with your own remote cache server machine IPs.
./UninstallNCache.ps1 20.200.20.29 20.200.20.30 20.200.20.31
Upon successful uninstallation you will see a message with "
Return Value:0
" or1614
.
See Also
Evaluation Period Management
License Management
Command Line Installation
Windows Installation