Summary
This article shows you how to change your Aspera Transfer Cluster Manager (ATCM) admin account password via the command line if you forgot the password.
Steps:
1) SSH to your server, and 'sudo' to the root user.# ssh -i ~/.ssh/id_rsa -p 22 centos@AMI_IP_ADDRESS
2) Edit the /opt/aspera/clusterconsole/utils/import-users.yml file with your desired ATCM admin account password:
# vi /opt/aspera/clusterconsole/utils/import-users.yml
3) Run the following command.
# /opt/aspera/clusterconsole/utils/import-users.sh
0 Comments