We recently took replicated file systems of our production environment and mounted them to a sandbox server. The goal is to stand up this system sap instance on that sandbox server.
I was able to change the sap profiles, tnsnames, listener.ora files, change the environment variable files located at “/home/<sid>adm” and was able to start the DB with no problem. R3trans works.
The issue I am having is I receive this error below when executing “startsap”
“/usr/sap/<SID</SYS/exe/run/startsap: Exec format error. Wrong Architecture.”
This is the environment we are running on :
uname -a
Linux lxqsappluto 2.6.32-279.22.1.el6.x86_64 #1 SMP Wed Feb 6 03:21:30 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
Any ideas why I might be receiving this error?