Start or Stop the Server on UNIX or Linux

In the UNIX or Linux operating environments, use the following command to stop or start the DataFlux Data Management Server:
install-path/bin/dmsadmin your-command
Here is a typical example:
<SASHome>/DataFluxDataManagementServer/2.6/dmserver03/bin/dmsadmin start
The dmsadmin utility accepts the following options:
Command
Description
start
Starts the server. For example:
./bin/dmsadmin start
stop
Stops the server.
status
Checks whether the server is running.
crypt
Encrypts a password for use in configuration files.
help
Displays Help information.
version
Displays version information.
If the server fails to start or restart, see Troubleshoot Server Start or Restart.