infx-disco-inst
Configuration file used to build a basic instance when it is discovered by the infx disco service.
infx-disco.ini
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
;create am infx stub when a new instance is discovered ; ;DO NOT EDIT THIS FILE - CREATE A COPY IN /infx/local/etc AND EDIT THERE ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;set these values in new instance config.ini [infxenv] [env] [template] [] ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;instance directories, create under instance dir /infx/inst/${inst} [[ new type="dir" path="logs" mode="755" note="instance, command and service log files" ]] [[ new type="dir" path="etc" mode="755" note="instance specific config files" ]] [[ new type="dir" path="tmp" mode="755" note="temporary file location" ]] ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;files created within instance tree [[ new type="file" path="etc/deny-auto-start" mode="660" note="DO NOT start instance automatically" ]] [[ new type="file" path="etc/deny-auto-backup-dbs" mode="660" note="DO NOT auto backup" ]] [[ new type="file" path="etc/deny-auto-clean" mode="660" note="DO NOT auto clean" ]] [[ new type="file" path="etc/deny-auto-stop" mode="660" note="DO NOT auto stop" ]] |