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: 

I recently faced an issue where the Cluster Resource wasn't created for the SAP instance.

At the first look, everything seemed to be correct. After taking a closer look to the command, I recognized that two arguments was mixed up:

/usr/sap/sapctl/bin/sapctl create -sapsid RMP -if eth0 -nm 255.255.255.0 -net 10.5.16.0 -nodes racnode1,racnode2 -abapvip 10.5.16.102 -abapmsport 3600 -abapenq ASCS00 -abaprep ERS10 -asinst DVEBMGS03 -asinstvip 10.5.16.101

The correct command should be the following:

/usr/sap/sapctl/bin/sapctl create -sapsid RMP -if eth0 -nm 255.255.255.0 -net 10.5.16.0 -nodes racnode1,racnode2 -abapvip 10.5.16.102 -abapmsport 3600 -abapenq ASCS00 -abaprep ERS10 -asinstvip 10.5.16.101 -asinst DVEBMGS03