config‎ > ‎

infx-disco.inst

Configuration file used to build a basic instance when it is discovered by the infx disco service.

; infx-disco.ini
; 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" ]]