Uploading the eperi software to the target system
Upload all installation packages previously downloaded from the eperi Customer Portal to your target system. In order to upload the eperi software to your target system, you can choose between the following options: copy the files locally or use remote copy via SSH.
Procedure
To upload the software, choose one of the following options:
| Option | Description |
|---|---|
| Option 1: Copy the files locally | Ask the administrator of the system to mount a USB stick and copy the installation files to a local file system. |
| Option 2: Copy the files remote via SSH | Use SCP to transfer the files to the target system. In order to do this, SSH needs to be activated and accessible through the firewall. Additionally, you need a user who is allowed to remotely log into the target system via SSH. |
Copying the Adapter for Microsoft 365 via SSH (Option 2)
Example command:
scp ca.m365-3.18.11.7.jar
eperiuser@10.12.11.7:/home/eperiuser| Command element | Explanation |
|---|---|
| scp | secure copy command line tool |
| ca.m365-3.18.11.7.jar | eperi sEcure M365 file |
| eperiuser | existing username on the target system |
| 10.12.11.7 | example IP of the target system |
