Find in this Blog

Thursday, July 2, 2020

SAP LINUX cmds

Mount the shard directory
 ==========================


 mount -t cifs -o username=administrator,password=Pxxs87sw0rd,dir_mode=0777,file_mode=0777,nounix //192.168.07.118/BWBKP /BWBKP


 
 sap service starting command
 ================================

 sapcontrol -nr 01 -function StartSystem ABAP


 check the sap runnin process
 ===========================

 ps -ef | grep sap



 start sap services
 =====================

 sapcontrol -nr 02 -function StartSystem ALL




 To start SAP services
 ========================

 /usr/sap/GuP/D01/exe/sapstartsrv pf=/usr/sap/GEu/SYS/profile/GuP_D01_s4hsrvr-glb -D -u gupadm &



 sapcontrol -nr 03 -function StartService GuP