We are going to use the WAAE 11.3.6 SP1 DVD to upgrade SDK on WCC server.
Does the "uejmver" command display the release of the CA WAAE SDK installed on the WCC server?
The "uejmver" command does not display the SDK version. However, you can verify the SDK release by using the "autoflags -a" command.
You will need to make sure to add the WAAE lib directory to LD_LIBRARY_PATH by:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/CA/WorkloadAutomationAE/lib
When the installation is performed under the default directory, you just need to run:
# cd /opt/CA/WorkloadAutomationAE/autosys/bin
# ./autoflags -a
The result will show you the exact version of the SDK.