Start/Stop Scenario SAP on Sybase
Prerequisites
Create OS user with correct access and assign it to the automation user (ozsoftauto)
Tested start/stop command at OS level
Associate OS user to the ozsapcrm2 system
Wizard parameters
Form template parameters
https://gui.itconductor.com/objectEdit?OBJECT_Id=6928382375769274
Â
Process definition
Command to start sybase db
sudo /usr/sap/hostctrl/exe/saphostctrl -function StartDatabase -dbname $[context/ExecutionConfigCustom.Properties::SYBASE_SID] -dbtype SYB -service
Command to stop sybase db
sudo /usr/sap/hostctrl/exe/saphostctrl -function StopDatabase -dbname $[context/ExecutionConfigCustom.Properties::SYBASE_SID] -dbtype SYB -service
Testing Stop process workflow
Testing Start process workflow
OZSoft Start/Stop Dashboard
Â