How can we move Solaris (SPARC Cluster) from On-Prem to GCP Compute Engine? Does Velostrata supports migration from Solaris?
Asked
Active
Viewed 595 times
1 Answers
0
AFAIK you can't. GCP support only x86 platform and you use Sparc. If you check the supported OS for Velostrata you will see even Solaris x86 is not supported, only Windows and Linux

Romeo Ninov
- 6,538
- 1
- 22
- 31
-
1Thanks, Romeo. So I will be doing an endian conversion first followed by the migration – Sid Jul 15 '21 at 16:17
-
@Sid, not only. You should translate SPARC instructions to x86. And change library calls because of ABI – Romeo Ninov Jul 15 '21 at 16:28