Starting and Stopping SAP Mobile Platform Server on Linux

Start and stop SAP Mobile Platform Server on Linux through a terminal window.

Note: If you are using a custom database with SAP Mobile Platform, starting and stopping SAP Mobile Platform Server has no effect on the database. Only the Derby database is automatically stopped and started in sync with SAP Mobile Platform Server.

Starting SAP Mobile Platform Server

You must manually start SAP Mobile Platform Server each time you restart the host system.

  1. Open a terminal window.
  2. Go to SMP_HOME/Server/.
  3. Execute ./daemon.sh start.

    Server start-up is complete when you see:

    The SMP server has initialized and is ready.

Stopping SAP Mobile Platform Server

  1. Open a terminal window.
  2. Go to SMP_HOME/Server/.
  3. Execute ./daemon.sh stop.