Errors During IB Switch Precheck For Patch 33757244
(Doc ID 2858990.1)
Last updated on JUNE 26, 2023
Applies to:
Oracle Exadata Storage Server Software - Version 18.1.29.0.0 and laterInformation in this document applies to any platform.
Symptoms
On : 18.1.29.0.0 version, Network Issues
Errors during IB switch precheck for patch 33757244
728 if [ ${#UtilsNotFound[@]} -gt 0 ]; then
1729 msgStatus=$imageLogger_LOG_ERROR
1730 Message="$(echo ${UtilsNotFound[@]}) util(s) not found or is not in path"
1731 ReturnValue=1
1732 else
1733 Message="$(echo ${SYSUTILS[@]} util(s) found in PATH)"
1734 fi
line 1733 have syntax error. It should be:
Message="$(echo ${SYSUTILS[@]}) util(s) found in PATH"
Note the location of ")" is wrong. This script never worked.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |