The existing UNIX script that manages the SPSS® Modeler Server service now accepts
an additional profile
argument so that SPSS Modeler Server profile services can
be managed independently.
modelersrv.sh [options] {start|stop|kill|list}
-
Manages the main SPSS Modeler Server service. See IBM SPSS Modeler Administration for more information.
-
- Options:
-p, --profile <profile-name>
- Manages the service instance for the specified profile. When this argument is used, the
specified command applies only to the instance for the specified profile. When this argument is
absent, the
start
command starts just the default instance (a service with no
profile), but the stop
, kill
, and list
commands
apply to all active instances.
-
- Examples:
./modelersrv.sh --profile comet start
- Starts the service for the
comet
profile.
./modelersrv.sh --profile meteor start
- Starts the service for the
meteor
profile.
./modelersrv.sh list
- Lists the processes for all active services.
./modelersrv.sh --profile comet stop
- Stops the service for the
comet
profile.
./modelersrv.sh stop
- Stops all active services
There is currently no supported method for starting SPSS Modeler Server profile services
automatically on UNIX. The standard auto.sh script is available for configuring
the system to start and stop the main SPSS Modeler Server service with the
operating system, but this only applies to the default service -- not for any profile service.