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

https://gui.itconductor.com/objectEdit?OBJECT_Id=6928379465595078&itconductor.context=6928379465532508

Form template parameters

https://gui.itconductor.com/objectEdit?OBJECT_Id=6928382375769274

 

Process definition

Start SAP Sysbase on linux

Command to start sybase db

sudo /usr/sap/hostctrl/exe/saphostctrl -function StartDatabase -dbname $[context/ExecutionConfigCustom.Properties::SYBASE_SID] -dbtype SYB -service

Stop SAP Sybase on Linux

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

https://gui.itconductor.com/dashboardView?OBJECT_Id=6896052863475376&itconductor.context=6549213681390945