Skip to content

Commit

Permalink
build version 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oehrlis committed Mar 29, 2023
1 parent ebdef1d commit f821b44
Show file tree
Hide file tree
Showing 126 changed files with 272 additions and 266 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Latest releases are always available via [releases].

### Fixed

## [3.3.3] - 2023.03.29

### Fixed

- Fix a few issues in *52_remove_unavailable.sh*

## [3.3.2] - 2023.03.29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.3.2
v3.3.3
4 changes: 2 additions & 2 deletions local/oudbase/bin/oud_backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Bash Script to backup all running OUD Instances
# Notes......: This script is mainly used for environment without TVD-Basenv
# Reference..: https://github.com/oehrlis/oudbase
Expand All @@ -21,7 +21,7 @@
# - End of Customization -------------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v3.3.2
VERSION=v3.3.3
DOAPPEND="TRUE" # enable log file append
VERBOSE="FALSE" # enable verbose mode
SCRIPT_NAME=$(basename $0)
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/oud_eusm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Shell script for EUS admin tool (command line)
# Notes......: This script is mainly used for environment without TVD-Basenv
# Reference..: https://github.com/oehrlis/oudbase
Expand All @@ -18,7 +18,7 @@
# ------------------------------------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v3.3.2
VERSION=v3.3.3
JRE_HOME=$JAVA_HOME/jre/
EUSMLIBDIR=$ORACLE_BASE/local/oudbase/lib
ORACLEPKI=$ORACLE_HOME/oracle_common/modules/oracle.pki/oraclepki.jar
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/oud_export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Bash Script to export all running OUD Instances
# Notes......: This script is mainly used for environment without TVD-Basenv
# Reference..: https://github.com/oehrlis/oudbase
Expand All @@ -21,7 +21,7 @@
# - End of Customization -------------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v3.3.2
VERSION=v3.3.3
DOAPPEND="TRUE" # enable log file append
VERBOSE="FALSE" # enable verbose mode
SCRIPT_NAME=$(basename $0)
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/oud_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Common OUD Base functions.
# Notes......: Has to be source in the vagrant provisioning bash scripts to load
# environment and default values based on vagrant.yml
Expand All @@ -23,7 +23,7 @@

# - Environment Variables ------------------------------------------------------
# define default values
VERSION=v3.3.2
VERSION=v3.3.3
DOAPPEND=${DOAPPEND:-"TRUE"} # enable log file append
VERBOSE=${VERBOSE:-"FALSE"} # enable verbose mode
DEBUG=${DEBUG:-"FALSE"} # enable debug mode
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/oud_start_stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Bash Script to start/stop OUD Instances
# Notes......: This script is mainly used for environment without TVD-Basenv
# Reference..: https://github.com/oehrlis/oudbase
Expand All @@ -21,7 +21,7 @@
# - End of Customization -------------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v3.3.2
VERSION=v3.3.3
DOAPPEND="TRUE" # enable log file append
VERBOSE="FALSE" # enable verbose mode
FORCE="FALSE" # enable force restart
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/oud_start_stop_all
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Wrapper Script for oud_start_stop.sh to start/stop OUD Instances
# Notes......: This script is mainly used for environment without TVD-Basenv
# Reference..: https://github.com/oehrlis/oudbase
Expand All @@ -18,7 +18,7 @@
# ------------------------------------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v3.3.2
VERSION=v3.3.3
SCRIPT_NAME=$(basename $0)
export OUDBASE_BIN="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
# - End of Default Values ------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/oud_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Bash Script to get the instance status as retun code
# Notes......: This script is mainly used for environment without TVD-Basenv
# Reference..: https://github.com/oehrlis/oudbase
Expand All @@ -23,7 +23,7 @@ export OUD_CON_HANDLER=${OUD_CON_HANDLER:-"LDAP LDAPS"}
# - End of Customization -------------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v3.3.2
VERSION=v3.3.3
DOAPPEND="TRUE" # enable log file append
VERBOSE="FALSE" # enable verbose mode
SCRIPT_NAME=$(basename $0)
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/oudbase_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: This script is used as base install script for the OUD
# Environment
# Notes......: --
Expand All @@ -23,7 +23,7 @@ export LOG_BASE=${LOG_BASE-"/tmp"}
# - End of Customization -------------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v3.3.2
VERSION=v3.3.3
DOAPPEND="TRUE" # enable log file append
VERBOSE="TRUE" # enable verbose mode
SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" # Basename of the script
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/oudenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Bash Source File to set the environment for OUD Instances
# Notes......: This script is mainly used for environment without TVD-Basenv
# Reference..: https://github.com/oehrlis/oudbase
Expand All @@ -22,7 +22,7 @@
# externally. In principle, these variables should not be changed at this
# point. The customization should be done externally in .bash_profile or
# in oudenv_core.conf.
VERSION=v3.3.2
VERSION=v3.3.3

# define some binaries for later user
PGREP_BIN=$(command -v pgrep) # get the binary for pgrep
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/setup_oud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: generic script to install Oracle Unified Directory binaries.
# Notes......: Script would like to be executed as oracle :-).
# Reference..: --
Expand All @@ -32,7 +32,7 @@ DEFAULT_OUD_ONEOFF_PKGS=""
# - End of Customization -------------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v3.3.2
VERSION=v3.3.3
SCRIPT_NAME=$(basename $0)
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
START_HEADER="START: Start of ${SCRIPT_NAME} (Version ${VERSION}) with $*"
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/setup_oud_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Script to patch Oracle Unified Directory binaries
# Notes......: - Script would like to be executed as oracle :-)
# - If the required software is not in /opt/stage, an attempt is
Expand Down Expand Up @@ -36,7 +36,7 @@ DEFAULT_OUD_ONEOFF_PKGS=""
# - End of Customization -------------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v3.3.2
VERSION=v3.3.3
SCRIPT_NAME=$(basename $0)
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
START_HEADER="START: Start of ${SCRIPT_NAME} (Version ${VERSION}) with $*"
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/tns_add.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Add a tns entry
# Notes......: --
# Reference..: --
Expand All @@ -27,7 +27,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai
set -o noglob # Disable filename expansion (globbing).
# - Environment Variables ------------------------------------------------------
# define generic environment variables
VERSION=v3.3.2
VERSION=v3.3.3
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/tns_delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Delete a tns entry
# Notes......: --
# Reference..: --
Expand All @@ -27,7 +27,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai
set -o noglob # Disable filename expansion (globbing).
# - Environment Variables ------------------------------------------------------
# define generic environment variables
VERSION=v3.3.2
VERSION=v3.3.3
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/tns_dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Dump entries as tnsnames.ora
# Notes......: --
# Reference..: --
Expand All @@ -28,7 +28,7 @@ set -o noglob # Disable filename expansion (globbing).

# - Environment Variables ------------------------------------------------------
# define generic environment variables
VERSION=v3.3.2
VERSION=v3.3.3
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/tns_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Common functions used by the TNS bash scripts.
# Notes......: --
# Reference..: --
Expand Down Expand Up @@ -45,7 +45,7 @@ TVDLDAP_DEFAULT_DUMP_OUTPUT_DIR=${TNS_ADMIN:-""}

# - Environment Variables ------------------------------------------------------
# define generic environment variables
VERSION=v3.3.2
VERSION=v3.3.3
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/tns_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Load a tnsnames.ora
# Notes......: --
# Reference..: --
Expand All @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai
set -o noglob # Disable filename expansion (globbing).
# - Environment Variables ------------------------------------------------------
# define generic environment variables
VERSION=v3.3.2
VERSION=v3.3.3
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/tns_modify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Modify a tns entry
# Notes......: --
# Reference..: --
Expand All @@ -27,7 +27,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai
set -o noglob # Disable filename expansion (globbing).
# - Environment Variables ------------------------------------------------------
# define generic environment variables
VERSION=v3.3.2
VERSION=v3.3.3
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/tns_search.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Search a tns entry
# Notes......: --
# Reference..: --
Expand All @@ -27,7 +27,7 @@ set -o nounset # exit if script try to use an uninitialised
set -o noglob # Disable filename expansion (globbing).
# - Environment Variables ------------------------------------------------------
# define generic environment variables
VERSION=v3.3.2
VERSION=v3.3.3
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
4 changes: 2 additions & 2 deletions local/oudbase/bin/tns_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.29
# Version....: v3.3.2
# Version....: v3.3.3
# Purpose....: Test LDAP entries using tnsping and sqlplus
# Notes......: --
# Reference..: --
Expand All @@ -27,7 +27,7 @@ set -o nounset # exit if script try to use an uninitialised
set -o noglob # Disable filename expansion (globbing).
# - Environment Variables ------------------------------------------------------
# define generic environment variables
VERSION=v3.3.2
VERSION=v3.3.3
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
Loading

0 comments on commit f821b44

Please sign in to comment.