Create Apply Engine EC2 - connect_cdc_sqdata - aws_mainframe_modernization_service - Latest

AWS Mainframe Modernization Data Replication for IBM z/OS

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
AWS Mainframe Modernization > AWS Mainframe Modernization Service
Version
Latest
ft:locale
en-US
Product name
AWS Mainframe Modernization
ft:title
AWS Mainframe Modernization Data Replication for IBM z/OS
Copyright
2025
First publish date
2000
ft:lastEdition
2025-02-10
ft:lastPublication
2025-02-10T15:55:15.122000
  1. Go to AWS Marketplace and Manage subscriptions page then click Launch new Instance.


  2. Provide name of the Instance and click Launch instance.


  3. Once EC2 is in available status, SSH into the instance using EC2-USER.
  4. Once logged in, do ls -ltrh and confirm you have the software directory like this:.
    [ec2-user@ip-172-31-13-104 ~]$
    [ec2-user@ip-172-31-13-104 ~]$ ls -ltrh
    total 1.9M
    drwxrwxr-x 2 ec2-user ec2-user   34 Aug  4 23:11 software
    [ec2-user@ip-172-31-13-104 ~]$
  5. Run the following command to setup the replication user and appropriate permissions on the package required for replication.

    sudo /opt/precisely/di/sqdata/bin/sqdservice --init

  6. The above will create a replication user named connect and apply permissions of this user to the replication binaries accordingly.
  7. Once created, change the password of this user to a password of your choice using the following command:
    sudo su -
    echo -e "<<YOUR_PASSWORD>>\n<<YOUR_PASSWORD>>" | passwd connect
  8. Once password has been changed, save that password for your records.
  9. Login as connect user:\
    sudo su - connect