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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
26 | |
13 | |
12 | |
11 | |
9 | |
9 | |
7 | |
5 | |
5 | |
5 |