Install Arcserve Unified Data Protection Agent for Linux in AWS Cloud

Compared to traditional installation in a Linux machine, you can launch an Arcserve UDP Agent (Linux) instance directly using Amazon Machine Image (AMI) in AWS Cloud. After the Arcserve UDP Agent (Linux) instance is launched, you can open the user interface from any computer using a web browser and the server is referred as Backup Server.

Follow these steps:

  1. Log into the EC2 management console with your account and select Launch Instance.
  2. The Launch Instance Wizard appears displaying 7 tabs.
  3. From the first tab Choose AMI, select the Arcserve UDP Agent (Linux) AMI in Community AMIs for Step 1: Choose an amazon Machine Image (AMI) and click Next: Choose an Instance Type.
  4. You can search the Arcserve UDP Agent (Linux) AMI using Arcserve_Unified_Data_Protection_Agent_Linux in Community AMIs.
  5. Note: Select an Arcserve UDP Agent (Linux) AMI with the latest version to launch the instance.
  6. The second tab Choose Instance Type appears.
  7. Select an Instance Type based upon your requirement to complete Step 2: Choose an Instance Type and click Next: Configure Instance Details.
  8. Note: Verify that the Instance type is at least t2.medium and has a minimum 4 GB memory. For more information about the system requirements for a Linux server, see Arcserve UDP 9.0 Release Notes - Linux Agent Enhancements.
  9. The third tab Configure Instance appears.
  10. Select details for fields such as Network, Subnet, Auto-assign Public IP or not, and others to complete Step 3: Configure Instance details, and then click Next: Add Storage.
  11. The fourth tab Add Storage appears.
  12. Allocate storage for the Instance to complete Step 4: Add Storage and click Next: Add Tags.
  13. Note: You can adjust the disk size based on your business requirement. Verify that the Linux Instance disk has a minimum 40 GB size.
  14. The fifth tab Add tags appears.
  1. Enter tags for the AMI target Instance to complete Step 5: Add tags and click Next: Configure Security Group.
  2. The sixth tab Configure Security Groups appears.
  3. Perform the following steps to assign security groups for the AMI target instance to complete Step 6: Configure the security group, and then click Review and Launch:
  4. Follow these steps:
    1. Create a new security group for SSH and Arcserve UDP Agent (Linux).
    2. Verify that Port 22 is enabled for Type SSH and configure the Source to Anywhere.
    3. Verify that Port 8014 used by tomcat is enabled for the Custom TCP Rule Type and configure the Source to Anywhere.
    4. Verify that Port 8016 used by d2ddss and 8021 used by cresvc are enabled for the Custom TCP Rule Type and configure the Source of the rule to Custom.
    5. Note: You can specify the custom source with CIDR format to let d2ddss and cresvc serve the Linux instances that are in the same subnet with Arcserve UDP Agent (Linux) but not accessible by other internet machines. For example, if the subnet CIDR is 102.31.16.0/20, you can also specify the source to 102.31.16.0/20.
  5. The seventh tab Review appears.
  6. Verify details by selecting or creating a key pair to connect your instance to complete Step 7: Review Instance Launch, and then click Launch Instance.
  7. From the launched Arcserve UDP Agent (Linux) instance, set a new password for udpuser as below:
    #sudo /opt/Arcserve/d2dserver/bin/d2duser --action=passwd --username=udpuser

    Note: The default username of Arcserve UDP Agent (Linux) management UI is udpuser.

  8. (optional) If you want to switch to other language, you can modify the configuration file in the Arcserve UDP Agent (Linux) server:
  9. /opt/Arcserve/d2dserver/nls/nls.cfg
  10. And then set D2D_LANG=$OTHER_LANGUAGE and restart the d2dserver with the below command:
  11. #/opt/Arcserve/d2dserver/bin/d2dserver restart
  12. Note: English is the default language of Arcserve UDP Agent (Linux).
  13. Now, Arcserve UDP Agent (Linux) is ready to use in AWS Cloud and the URL to browse the Linux Backup Server is https://$INSTANCE_IP:8014.

Arcserve Unified Data Protection Agent for Linux is successfully installed in AWS Cloud.