Applies to:
- Acronis SCS Cyber Backup 12.5 Hardened Edition
- Acronis Cyber Backup 12.5
- Acronis Cyber Protect 15
In on-premise deployment
Use one of these methods.
If the password contains special characters or spaces, put the password in quotation marks ( e.g.-p "Test;Pass123")
Method 1 (for both local and remote agents)
Add a Windows machine
- On the Agent machine, open Command prompt: Start -> search -> typecmd.exeand press Enter.
- Navigate to C:\Program Files\Acronis\RegisterAgentTool\:
cd "C:\Program Files\Acronis\RegisterAgentTool" - Issue:
register_agent.exe -o register -a <management server address>
where <management server address> is the IP address or hostname of the management server where the machine should be registered.
For example:
register_agent.exe -o register -a 192.168.1.0
If you want to register the machine in a specific unit, then specify the Unit ID
register_agent.exe -o register -a <management server address> --tenant <unit_id>
To find Unit ID, in Backup Management Console, navigate to Settings -> Administrators and select the unit. Look at the URL in the address bar of the browser and note the unit_id in the link. - Optionally, you can define the organization unit where the machine should be registered by providing administrator credentials for this unit:
-u <username>
-p <password>
Add a Linux machine
- On the Agent machine, open Terminal.
- Issue:
/usr/lib/Acronis/RegisterAgentTool/RegisterAgent -o register -a <management server IP>
where <management server address> is the IP address or hostname of the management server where the machine should be registered.
Or navigate to /usr/lib/Acronis/RegisterAgentTool/ and run this command:./RegisterAgent -o register -a <management server IP> - Optionally, you can define the organization unit where the machine should be registered by providing administrator credentials for this unit:
-u <username>
-p <password>
Add a Virtual Appliance
- Open the appliance console in vSphere, then press Ctrl + Shift + F2 to open the terminal on the appliance
- Issue:
/bin/register_agent -o register -a <management server address>
where <management server address> is the IP address or hostname of the management server where the machine should be registered. - Optionally, you can define the organization unit where the machine should be registered by providing administrator credentials for this unit:
-u <username>
-p <password>
Add Agent for Linux on Acronis Cyber Backup Appliance (All-in-one)
- Open Terminal.
- Issue:
/usr/lib/Acronis/RegisterAgentTool/RegisterAgent -o register -a <management server IP>
where <management server address> is the IP address or hostname of the Acronis Cyber Backup appliance.
Or navigate to /usr/lib/Acronis/RegisterAgentTool/ and run this command:./RegisterAgent -o register -a <management server IP> - Optionally, you can define the organization unit where the machine should be registered by providing administrator credentials for this unit:
-u <username>
-p <password>
Method 2 (for remote agents)
- Open Acronis web console.
- Navigate to Devices.
- In backup console, click Add.
- Then select the device you want to add.
- Provide machine IP or name and credentials, and then click Add.
Comments
0 comments
Please sign in to leave a comment.