How do we find the Advanced Authentication version in the environment?
search cancel

How do we find the Advanced Authentication version in the environment?

book

Article ID: 366669

calendar_today

Updated On:

Products

CA Strong Authentication CA Advanced Authentication CA Advanced Authentication - Risk Authentication (RiskMinder / RiskFort) CA Advanced Authentication - Strong Authentication (AuthMinder / WebFort) CA Risk Authentication

Issue/Introduction

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:

  1. Login as masteradmin in admin console.
  2. Click the Services and Server Configurations tab in the main menu.
  3. Verify that the Strong Authentication/Risk Authentication tab in the submenu is active.
  4. Under the Instance Configurations section, click the Instance Management link to display the Instances page.
  5. Click the required instance link in the Instance Name column.  The Instance name: <selected_instance> page appears.
  6. 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;