generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Debugging Script
PeterPitterling edited this page Aug 27, 2023
·
1 revision
./saphana-check.sh -d
enable debug output - logDebug function
./saphana-check.sh -c 0001_os_kernel_sles -t
enable trace output - logDebug + logTrace function
bash -x ./saphana-check.sh -c 0001_os_kernel_sles
enable bash shell debugging
bash -x ./saphana-check.sh -c 0001_os_kernel_sles [-d|-t]
enable bash shell debugging + script debug/trace output