We reviewed this offline, but for the benefit of others in the community:
autoflags -a will return version information for the scheduler, app server and client.
For example:
$ autoflags -a
546 SOLAR ORA 11.3.5 INCR2 84f9fe52 sun11 sun11
Above we can see that on host sun11 this is an 11.3.5 Incremental 2 instance on Solaris using Oracle. The build number is 546.
You can also get version information for some binaries using the -x flag. Some examples:
$ as_server -x
11.3.5.INCR2.546
$ event_demon -x
11.3.5.INCR2.546
$ autorep -x
11.3.5.INCR2.546
The agent (aka SystemAgent ... aka cybAgent) uses a separate version scheme. It is not related or tied to the scheduler/app server release level.
Note: The latest agent release, currently Service Pack 4 can be used with any 11.3.x scheduler release.
Here is an example of retrieving the agent version:
$ pwd
/opt/CA/WorkloadAutomationAE/SystemAgent/WA_AGENT
-bash-3.00$ ./cybAgent -v
CA Workload Automation Agent
for SUN Solaris 32-bit
Version R11.3, Service Pack 1, Maintenance Level 1, Build 413
Enabled plug-in(s):
- runner
- router
- filemon
- objmon
- filebrowser
- ftp
Copyright (c) 2009 CA. All rights reserved.