Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

If you created an own instance from the solution "SAP Screen Personas pre-configured system based on IDES ERP 6.0 EhP7", you probably noticed that activating takes a long time, like 15-20 minutes before logon to ECC is possible. This is caused by an incorrect (old) version of one of the kernel files. To fix the problem, follow the instructions below:

1. Log on to your instance using a terminal client, such as MobaXterm, PuTTY etc. You have to configure an SSH session using the private key (.PEM file) which you can download if you go to the Instance Details in your CAL Console. Store this .PEM file and refer to it in the SSH session definition. This will allow logging on to your instance as root without a password.

2. Execute the following commands:

cd /usr/sap/ABA/SYS/exe/run

su -l abaadm -c "stopsap all"

mv sybctrl sybctrl_old

cp -p sybctrl.200 sybctrl

chown root sybctrl

chmod 4750 sybctrl

su -l abaadm -c "startsap all"


After this, activating the system will be much faster and it should be possible to log on to ECC when the indicator in the CAL console turns green for the instance.

The base solution will be corrected shortly as well, and after that newly created instances will not experience the same problem.

Sorry for the inconvenience.

Edit:

On February 15th 2016, the CAL solution has been updated which fixes the slow startup issue, so the above steps are only needed if an instance was created before this date.

5 Comments