Overview
Your pulse™ server is controlled via a single script which can be found in the directory $PULSE_HOME/bin. The script comes in two forms:
- A shell script, pulse, compatible with Unix-like platforms.
- A Windows batch file, pulse.bat.
The script understands various commands. Commands are provided to start and stop the pulse™ server, along with other administration tasks.
Basic Usage
The pulse script is invoked as follows:
Where:
- command is the command to run, e.g. "start". Each command is described in detail below.
- An option is a command-specific flag, e.g. "-v". Flags are described for each individual command below.
- An arg is a command-specific argument, e.g. "my-login". Arguments are described for each individual command below.
For further information about the available commands, the "help" command may be used.
Command Overview
| Command |
Description |
Availability |
| help |
Displays usage information for commands. |
master and agents |
| setpassword |
Resets the password for a pulse™ user. |
master only |
| shutdown |
Shuts down the pulse™ server. |
master and agents |
| start |
Starts the pulse™ server. |
master and agents |