Hello,
Check the contents of the "/usr/sap/sapservices" file, and remove any duplicate entries.
Then:
- Stop all running sapstartsrv processes (sapcontrol -nr $$ -function StopService);
- Remove all files from "/usr/sap/<SID>/SYS/global/sapcontrol";
- Ensure that both profiles ("lpar2" and "LPAR2" have the same parameters / values;
- Collect the output of "hostname" (e.g., either "lpar2" or "LPAR2");
- Remove the profile that is NOT equal to the output of step 4;
- Start the sapstartsrv processes again (sapcontrol -nr $$ -function StartService <SID>).
Cheers,
Isaías