The putParam sample sets WebSphere® Voice Server configuration
parameters for any node (or nodes) in the cell.
Note: WebSphere Application Server must be
started in order for this script to work correctly.
To use this sample on Linux®,
issue the following:
cd $WVS_ROOT/samples
./putParam.sh
To use this sample on Windows®,
issue the following:
cd %WVS_ROOT%\samples
putParam.bat
Syntax
The sample's syntax is as follows:
putParam parameter value scope
- parameter
- This variable is the parameter you want to set.
- value
- This variable is the value assigned to a specified parameter.
Note: To
set this variable to spaces (" "), use the value of null or NULL.
- scope
- This variable is the host name of the target. A terminal wild
card is allowed in a parameter name. Use the dollar ($) character
to denote a wild card, such as wvssrv$.
Note: The scope is
optional if you are not using Deployment Manager. The target defaults
to localhost if no other value is specified. If you
are using a Deployment Manager environment, you must define the scope.
Examples
putParam com.ibm.voice.server.synth.pool-size 10
putParam com.ibm.voice.server.synth.pool-size 10 ttssrv3
putParam com.ibm.voice.server.synth.pool-size 10 ttssrv$
putParam com.ibm.voice.server.recognizer.grammar.preload null ttssrv$