Skip to content

jung-thomas/abap-dev-edition-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ABAP Developer Edition Useful commands and scripts

License

This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.

Administration

Shell

docker exec -it a4h /bin/bash

ABAP Stop

su - a4hadm
/usr/sap/hostctrl/exe/sapcontrol -nr 0 -function StopSystem

ABAP Status

su - a4hadm
dpmon 0

HANA Stop

su - hdbadm
./HDB stop

HANA Status

su - hdbadm
./HDB info

Docker Run

docker run --stop-timeout 3600 -i --name a4h -h vhcala4hci -p 3200:3200 -p 3300:3300 -p 8443:8443 -p 30213:30213 -p 30215:30215 -p 50000:50000 -p 50001:50001 -p 50013:50013 -p 50014:50014 store/saplabs/abaptrial:1909 -skip-limits-check -agree-to-sap-license

Docker Start

docker start -ai a4h

Docker Stop

docker stop --time 7200 a4h

About

Helpful scripts and commands for ABAP Developer Edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published