Hi,
In the log:
WARNING 2016-05-26 08:15:16.226 (root/sapinst) [iaxxbjsmod.cpp:97] id=modlib.jslib.childAppReturn
Execution of the command "/tmp/sapinst_exe.5707.1464275085/jre/bin/java -classpath /tmp/sapinst_instdir/BS2011/ERP606/LM/COPY/SYB/SYSTEM/CENTRAL/AS-ABAP//sybhelper.jar -Xmx256m getresource syblicase.db /sybase/KLD/SYBASE_SAP.lic" finished with return code 1. Output:
[Last 4000 events in the event buffer]
<thread> <time> <id> <description>
140737326651136 0.00 0x00000004 ERROR occured (/bas/sapjvm/61_REL/src/6/hotspot/src/share/vm/runtime/thread.cpp:5631): VMCOs::init failed
140737326651136 0.00 0x00000003 ERROR occured (/bas/sapjvm/61_REL/src/6/hotspot/src/share/vm/sap/jvmEnv.cpp:133): VMCOs::init: Initialization of the control area failed
140737326651136 0.00 0x00000002 ERROR occured (/bas/sapjvm/61_REL/src/6/hotspot/src/share/vm/sap/controls.cpp:275): Controls::init: Could not create control area. Maybe old VMs are still running.
140737326651136 0.00 0x00000001 ERROR occured (/bas/sapjvm/61_REL/src/6/hotspot/src/share/vm/sap/os_unix.cpp:564): os::create_control_area: Could not create control area file /tmp/sap_jvm_502_7172 (13: Permission denied)
Could not create the Java virtual machine.
Check that account sybkld has permission on the folders where it is trying to create the files. I see you are using root/sapinst but just before the java vm it is trying to user account sybkld.
Stop the tool so you can continue later.
Then Increase permissions on the temp filesyste like chmod -R 777 /tmp/sap_jvm_502_7172 which is rwx
Now rerun tool.
Kind Regards,
Johan