Upgrading EFM
To upgrade to the latest version of Edge Flow Manager (EFM), you must download the tar file, uncompress the tar file, configure properties, stop the old server, and start the new server.
- Download the tar file of the latest release.
- Unzip the tar file.
-
Configure the following:
-
Optional. Configure EFM to run as a service using, for example,
init.d
orsystemd
depending on your Linux distribution. - Stop the old server.
-
Start the new server.
- Use the following command to run as a background process:
/path/to/efm-<version>/bin/efm.sh start
- You can install EFM as an OS service and start it by using the OS
service commands. For example, use the following command if EFM is installed
as an OS service:
service efm start
- Use the following command to run as a background process: