Deploy Arc manually in Service mode without a local UI
You can manually deploy Arc to run in Service mode without a local user interface (UI).
Before you begin
Procedure
- Use secure shell (SSH) to log in to the target machine.
-
If the folder /usr/local/sbin does not exist, create
it.
Important:You can choose a different location, but make sure that only administrator accounts have write access. This is to prevent standard users from modifying the folder’s contents.
- Copy the Arc ZIP package into the folder /usr/local/sbin/arc
- Extract the contents of the ZIP archive into the folder /usr/local/sbin/arc
-
To register Arc as a service (daemon), enter this command:
./arc-linux-arm installNote:This example assumes that the Arc package you downloaded is arc-linux-arm -
To start Arc, enter the command:
./arc-linux-arm start