lean-delivery / ansible-role-oracle-db

Apache License 2.0
20 stars 13 forks source link

DB start fail if default timeout 1m30sec exeeded on CentOS7 #11

Closed DmitriyStoyanov closed 5 years ago

DmitriyStoyanov commented 5 years ago
SUMMARY

We found, that if database start will be longer than 1m30sec, listener will be stopped and during server shutdown database will be stopped accidentally.

ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT

CentOS7

STEPS TO REPRODUCE

Database with long start

EXPECTED RESULTS

Default timeout should be increased

For example i have fixed by increasing timeout to 5min adding here templates\oracledb.systemd.j2

[Service] ... TimeoutSec=300

ACTUAL RESULTS
tgadiev commented 5 years ago

Closed as pull request https://github.com/lean-delivery/ansible-role-oracle-db/pull/13 merged