Tuesday, July 26

Disable/Enable Siteminder agent:

 Disable Siteminder agent:

1) Stop Apache server /platform/apache-2.0.55/bin/apachectl stop

2) Go to /platform/apache-2.0.55/conf/WebAgent.conf

3) Inside WebAgent.conf,change the attribute, EnableWebAgent="NO"

4) Restart Apache server /platform/apache-2.0.55/bin/apachectl startssl

      In the logs (/platform/apache-2.0.55/logs/error_log), the following messages can be seen that indicates agent is running but not enabled.

       [23/Mar/2009:12:18:01] [Information] SiteMinder Agent
           SiteMinder agent is running.
        [23/Mar/2009:12:25:22] [Warning] SiteMinder Agent
           SiteMinder agent is not enabled.



Enable Siteminder agent:

1) Stop Apache server /platform/apache-2.0.55/bin/apachectl stop

2) Go to /platform/apache-2.0.55/conf/WebAgent.conf

3) Inside WebAgent.conf, change the attribute, EnableWebAgent="YES"

4) Restart Apache server /platform/apache-2.0.55/bin/apachectl startssl

  
   In the logs (/platform/apache-2.0.55/logs/error_log), the following messages can be seen that indicates agent is running.
     
      [19/Mar/2009:16:25:23] [Information] SiteMinder Agent
            SiteMinder agent is running.

No comments:

Post a Comment