Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM ASCP Install #92

Open
cjplay02 opened this issue Sep 22, 2022 · 4 comments
Open

ARM ASCP Install #92

cjplay02 opened this issue Sep 22, 2022 · 4 comments
Labels
customer request Request from end users enhancement New feature or request

Comments

@cjplay02
Copy link

I have ASCLI working on an AWS Graviton2 instance, but not for transfers. The ASCP directions show "Unknown CPU: aarch64". I heard there was an ASCP for ARM since Mac M1 development was going to be non-Rosetta Stone soon. So how do I get ASCP for ARM systems?

@laurent-martin
Copy link
Member

laurent-martin commented Sep 22, 2022

Ok, it seems you use Linux on ARM64, right ? can you confirm ? (distribution ? ubuntu ?)
If I refer to https://en.wikipedia.org/wiki/Uname .
What do the following commands return on your system:

uname -mprs

and

ruby -rrbconfig -e 'puts [:os,:cpu].map{|x|RbConfig::CONFIG["host_#{x}"]}'

I guess both include aarch64.

Currently Aspera does not provide ascp built for ARM64/Linux.

I think IBM should start by building the Aspera transfer SDK for Linux/aarch64.

@laurent-martin
Copy link
Member

Concerning MacOS/M1:
the x86 ascp works on mac M1. (rosetta)
version 4.9.0 adds support for ARM on mac. (using rosetta)
On Mac M1 both commands return arm64.

@laurent-martin
Copy link
Member

laurent-martin commented Sep 22, 2022

see
https://integration-development.ideas.ibm.com/ideas/ASPERAIDEA-I-170
feel free to vote for that.

@cjplay02
Copy link
Author

A: Apologies for missing these. Yes I'm using Amazon Linux 2 (an RHEL clone).
B: I tried clicking on your aspera idea to upvote, but did not find it. I was the one that wrote the Orchestrator Ruby 2.5+ARM request.
C: I did get a DM message saying an ASCP beta supporting ARM is in the works, but that M1/Mac Aspera Connect works fine (I'm on 4.2.2 and can confirm that it does and not using Rosetta).

@laurent-martin laurent-martin added enhancement New feature or request customer request Request from end users labels Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer request Request from end users enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants