Restarting Services
You can restart one specific service or all services.
To restart all services, type the following command at the CLI prompt:
services restart
Example output for this command is shown below:
Restarting...
Starting with version "1902"...
Started.
Restarted.
To restart one or more specific services, type the following command at the CLI prompt:
services restart <space-separated list of services>
For example, to restart the cache, console and index services:
services restart cache console index
Restarting "index, cache, console"...
Restarting uno_console_1 ... done
Restarting uno_cache_1 ... done
Restarting uno_index_1 ... done
Restarted.
See the Pulse One Command Reference Guide for full details of individual commands.