How do we find the Advanced Authentication version in the environment?
Environment
Symantec Advanced Authentication 9.1SP5
Resolution
Follow these steps to find the server instance version from admin console:
Login as masteradmin in admin console.
Click the Services and Server Configurations tab in the main menu.
Verify that the Strong Authentication/Risk Authentication tab in the submenu is active.
Under the Instance Configurations section, click the Instance Management link to display the Instances page.
Click the required instance link in the Instance Name column. The Instance name: <selected_instance> page appears.
Refer the Instance Attributes section.
DB query to get server instances version: Strong Authentication: select HOSTNAME,INSTANCEVER from ARWFINSTANCES; Risk Authentication: select HOSTNAME,INSTANCEVERSION from ARRFINSTANCES;