In Cluster configuration, some scripts provided with our Manager for HP-OVO (Example : 'UNIV_MGR_MgtULog_v31') do not work.
book
Article ID: 85179
calendar_today
Updated On:
Products
CA Automic Dollar Universe
Issue/Introduction
Affects Release version(s): 5
Error Message : There is no specific errors messages but the output of the script incorrectly shows that the 'uxsetenv' file has been found.
Patch level detected:Manager for HP OVO 3.1 Product Version: Dollar.Universe 5.6.0 FX25010
Description :In Cluster configuration, some scripts provided with our Manager for HP-OVO 3.1 (Example : 'UNIV_MGR_MgtULog_v31') do not work In this script, the following test is done to execute the 'uxsetenv' file of the DUAS company.
Exemple :
MGR_PATH=`dirname $SHM_FIL` if [ -f $MGR_PATH/uxsetenv ] then . $MGR_PATH/uxsetenv if [ "$COMPANY" != "$S_SOCIETE" ] then echo "Correct UNIVERSE environment is not loaded" echo " different from !" echo "Procedure status: ABORT" echo "$STR_DATE:$STR_TIME:ERROR:$PRG:$COMPANY environment is not loaded (S_SOCIETE=$S_SOCIETE)">>$LOGFILE exit 1 fi fi
But if the file 'uxsetenv' doesn't exist for the DUAS Company (which could be the case in cluster configuration), the script doesn't detect this fact and doesn't return any errors messages.
Environment
OS: Sun Solaris Sparc OS Version: Solaris 10 Related configuration item(s): cluster
Cause
Cause type: Defect Root Cause: The correct link for the Company was not found due to a fault in the script.
Resolution
Update to the fix version listed below or a newer version if available.