Symantec Access Management

  • 1.  How to find SIteMinder webagent bit version in Unix/Linux

    Posted Feb 19, 2018 04:00 AM

    Hi,

     

    I know this is very basic question but I would like to know about this.

     

    How to find the SIteMinder webagent installed bit version(32/64 bit) on Linux environment?

    I can identify the agent version like R12 sp2 or R12.52 but unable to find the bi version on the installed machine.

     

    Thanks,

    SK.



  • 2.  Re: How to find SIteMinder webagent bit version in Unix/Linux

    Posted Feb 19, 2018 04:08 AM

    Hi ,

     

    From Webagent.log 

    Example 

    [5032/4816][Mon Feb 19 2018 13:42:45] CA Access Gateway Agent, Version 12.7 QMR01, Update None, Label 1437
    [5032/4816][Mon Feb 19 2018 13:42:45] File Version: 12.7.0100.1437

     

    or 

     

    cat <Install_location>\CA\secure-proxy\install_config_info\ca-sps-version.info

     

    Regards,

    Leo Joseph.



  • 3.  Re: How to find SIteMinder webagent bit version in Unix/Linux

    Posted Feb 19, 2018 10:48 AM

    Hi SK, I can think of two ways to identify the agent bit level:-

     

    1. By checking the installer binary that you utilized to install the agent.

    For eg:- 64 bit binary will look something like this (smwa-12.52-cr01-linux-x86-64.zip)

    where as 32 bit will be (smwa-12.52-cr01-linux.zip)

     

    2. Incase agent is already installed andrunning, but you want to identify its bit level, then the webagent bitlevel will be the same as the apache webserver bitlevel. i.e. if your apache is 32bit, the agent installed is also 32bit, if apache is 64bit then the agent is 64 bit too.

    Because as per the PSM 64bit agent is compatible and shall work with only 64bit webserver, similarly 32bit agent with 32bit webserver.

    Hope this helps.

    -Shrikanth