You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CommandUtil.cpp(00065) : command: hdbnsutil -sr_stateConfiguration --sapcontrol=1CommandUtil.cpp(00098) : called by user 'tqladm' with UID: 1001 (parent process command line '-sh -c (: [8792]; hdbnsutil -sr_stateConfiguration --sapcontrol=1 > /run/SAPHanaSR_tql/HANA_CALL_CMD_TOP_OUT_1710875260638426633_tqladm) >& /run/SAPHanaSR_tql/HANA_CALL_CMD_TOP_1710875260638426633_tqladm ' with PID: 8882) (parent process executable /bin/bash')
while ra/SAPHana not; hdbnsutil is containing the full cmdline from the parent process, which is "timeout" in this case
CommandUtil.cpp(00065) : command: hdbnsutil -sr_stateConfiguration --sapcontrol=1CommandUtil.cpp(00098) : called by user 'tqladm' with UID: 1001 (parent process command line 'timeout -s 9 60 hdbnsutil -sr_stateConfiguration --sapcontrol=1 ' with PID: 8108) (parent process executable /usr/bin/timeout')
all important information like PID and filenames are missing.
The inner timeout has anyway no meaning as it has the same timeout value as the outer timeout, which will be trigger earlier
The text was updated successfully, but these errors were encountered:
ra/SAPHanaTopology is properly traced
while ra/SAPHana not; hdbnsutil is containing the full cmdline from the parent process, which is "timeout" in this case
all important information like PID and filenames are missing.
The inner timeout has anyway no meaning as it has the same timeout value as the outer timeout, which will be trigger earlier
The text was updated successfully, but these errors were encountered: