Releases: oehrlis/oudbase
Releases · oehrlis/oudbase
Minor release update v1.8.3
Minor release update v1.8.2
Minor release update v1.8.2 with the following enhancements / fix:
- clean up config file creation for ETC__BASE and ETC_CORE.
- move files to ETC__BASE
- create softlink from ETC_CORE to ETC__BASE for oudtab and oudenv.conf
- oudenv_custom.conf and oud.DEFAULT.conf are no longer taken from ./etc the will be copied from ./templates/etc
- add missing default variables in oudbase_install.sh
Major release update v1.8.1
Major release update v1.8.1 with the following enhancements:
- Start support REST ports by displaying them in oud_status and set the variable for PORT_REST_ADMIN, PORT_REST_HTTP and PORT_REST_HTTPS
- generally rework the functions and introduce common functions
- add default aliases to the help
- #73 update oud_status to display REST Ports enhancement
- #72 update get_ports function to collect REST Ports enhancement
- #68 consolidate bash functions enhancement
Include as well fix for the following issues
- #66 oracle-odsee
- #76 oudenv.sh ignore ETC_BASE, LOG_BASE in oudenv_core.conf bug
- #75 alias backup_changed does not work bug
- #74 No default values for OUDSM ports bug
- #71 Function update_oudtab can not handle new OUDTAB bug
- #70 oudbase_install.sh creates wrong profile bug
- #69 oudbase_install.sh does not create the oudbase dir bug wontfix
- #67 oud_export.sh can not handle multiple backends bug
Minor release update v1.7.5
Minor release update v1.7.5 with the following enhancements / fix:
- Add
oudenv_core.conf
to the config files which will be keeped during upgrades. Simplifies upgrades - update
oud_help
and display the default variables and aliases - remove redundancies in
oudenv.conf
- change file permissions for
oud_start_stop
file used for init.d - Implement force startup for
oud_start_stop.sh
if an OUD instance is already running during a startup-f
will force a stop / restart of the instance - introduce new activity RESTART for
oud_start_stop.sh
for OUD instance. OUD instance can now be started, stopped an restarted - introduce new wait flag for
oud_start_stop.sh
to wait until OUDSM domain is started - introduce parameter to specify timeout when start/stop OUD domain using the wait flag. Default timeout is 60 seconds.
Usage of oud_start_stop.sh
:
oracle@eusoudsm:/u00/app/oracle/ [oudsm_domain] oud_start_stop.sh -h
Usage, oud_start_stop.sh [-fhvw -t <TIMEOUT> -a <START|STOP|RESTART> -i <OUD_INSTANCES>]
-h Usage (this message
-v enable verbose mode
-f force startup will cause a restart if instance is running
-w wait for OUDSM to start (default nowait)
-t <TIMEOUT> timeout when waiting for OUDSM (default 60 seconds)
-a <start|stop|restart> Activity either start or stop
-i <OUD_INSTANCES> List of OUD instances (default all market with Y in oudtab)
Logfile : /u01/log/oud_start_stop.log
Minor release update v1.7.4
Minor release update v1.7.4 with the following enhancements / fix:
- Fix issue #64
- Add new feature to allow config only backups see issue #63$
- Update
oracle_start_stop_all
script for Linux init.d add chkonfig description and runlevel - Change
oudbase_install.sh
to add.bash_profile
with a silent source ofoudenv.sh
when using none interactive shells - Update
.bash_profile
template with a silent source ofoudenv.sh
Minor release update v1.7.3
Minor release update v1.7.2
Minor release update v1.7.2 with the following enhancements / fix:
- Fix java library path. Add $ORACLE_BASE (again)
- Remove EUS classes e.g. eusm.jar and ldapjclnt19.jar have to be copied over from an Oracle 19c installation
Minor release update v1.7.1
Minor release update v1.7.1 with the following enhancements / fix:
- Fix java library path. Add $ORACLE_BASE
Major release update v1.7.0
Major release update v1.7.0 with the following enhancements / fix:
- Add eusm utility jar files to oudbase
- Add oud_eusm.sh wrapper script for eusm utility
Minor release update v1.6.4
Minor release update v1.6.4 with the following enhancements / fix:
add ORACLE_DATA which is set to the same values as OUD_DATA