Clearing the cache
This Management Station script clears the cache for the voice browser service.
Syntax:
- Windows:
> clear-cache.bat options - Linux:
> ./clear-cache.sh options
|
Options |
Description |
|---|---|
|
-hostname Host |
Required. Name of the host where the Watcher service is running. Must be the display name defined on the Service properties page in Management Station . |
| -https |
Optional. Flag to indicate that Management Station is configured for HTTPS. The default is HTTP. |
| -password MS_username_password |
Optional. Account password. If not specified, the script prompts you for the password. Recommended only if you plan on invoking this script via a custom script used to automate some operations. |
|
-port MS_port |
Optional. Port assigned to Management Station. Default is 8080 (http) or 8444 (https). |
|
-servername MS_host |
Required. Name or IP address of the Management Station. |
| -servicename |
Required. Name of the voice browser service. (The script clears the cache for this service.) Must be the display name defined on the Service properties page in Management Station . |
|
-username MS_username |
Optional. Management Station login user name. Default is Administrator. The script prompts for the account password. Your typing is not echoed on the screen. |
Example:
# ./clear-cache.sh -servername hostLinux-5 -hostname hostLinux-5 -servicename "Voice browser service"Enter password for Administrator user:
Successful