13.4 Version Information

 

Below listed provides information about versions.

13.4.1 Executable Version Information

Sentinel has a command line option to display the version information of the following executable:

  • agentengine

To display Sentinel executable version information (UNIX):

  1. Go to:

    $ESEC_HOME/bin
    
  2. Specify:

    ./<process> -version
    

    For example:

    ./agentengine –version
    

To display Sentinel executable version information (Windows):

  1. Go to:

    %ESEC_HOME%\bin
    
  2. Specify:

    .\<process> -version
    

    For example:

    .\agentengine –version
    

13.4.2 Sentinel .dll and .exe File Version Information

The following procedure describes how to gather the version information of Sentinel .dll and .exe files:

To obtain Sentinel .dll and .exe file version information:

  1. Go to %ESEC_HOME%.

  2. Within the bin and lib directory, right-click either a .dll or .exe file and select Properties.

  3. Click the Version tab.

  4. In the Item Name pane, select Product Version. The version number of the file appears in the Value pane.

13.4.3 Sentinel .jar Version Information

The following procedure describes how to gather the version information of Sentinel .jar files:

To obtain Sentinel .jar file version information:

  1. Log into the machine where Sentinel is installed as the Sentinel Administrator operating system user (default is esecadm) on UNIX or as an Administrator on Windows.

  2. Go to:

    For UNIX:

    $ESEC_HOME/bin
    

    For Windows:

    %ESEC_HOME%\bin
    
  3. At the command line, Specify:

    For UNIX:

    ./versionreader.sh <path/jar file name>
    

    For Windows:

    .\versionreader.bat <path/jar file name>