How to identify the version of the Spectrum Secure Domain Connector (SDC)?
book
Article ID: 51616
calendar_today
Updated On:
Products
CA Spectrum
Issue/Introduction
How to identify the version of Spectrum Secure Domain Connector (SDC)?
Environment
Release: Any
Component: SPCDIS
Resolution
To identify the version of Secure Domain Connector (SDC) on Windows
- Log in to the SDC server.
- Launch Windows Explorer.
- Browse to SDC installation bin directory.
- Right-click SdmConnectorService.exe file and select Properties.
- Select Version tab on the Properties dialog.

To identify the version of SDC) on Solaris
- Log in to the SDC server.
- Launch a terminal.
- Change directory to SDC installation bin directory.
- Run the following command against one of library files, example: libglobl_so.1
/usr/ccs/bin/mcs -p libglobl_so.1
- Review output from command line, see screenshot example:

To identify the version of SDC on Linux
- Log in to the SDC server.
- Launch a terminal.
- Change directory to SDC installation bin directory.
- Run the following command against one of library files, example: libGlobl.so.1:
objdump -s --section=SPECTRUM_VERSION libGlobl.so.1
- Review the output from command line, see screenshot example:

Feedback