When upgrading a Web Agent to r6.0 SP6 on z/OS, or configuring a Web Agent manually (not using the wizard) you must make sure that the following directives exist in your httpd.conf file (along with those you added after the installation of the new version).
To add or verify directives after upgrades
Add the following directives to the httpd.conf file of the IBM HTTP Server (Domino Go) Web Server if they are not present:
Note: For SiteMinder 5.x for z/OS, these files were in the web_agent_home/lib directory. For SiteMinder 6.x on z/OS, these files are now in the web_agent_home/bin directory.
ServerInit webagent_home/bin/GWAPIWebAgent.so:SmInitAgent "path to WebAgent.conf"
Example: ServerInit /siteminder/v6/webagent/bin/GWAPIWebAgent.so:SmInitAgent "/usr/lpp/internet/my_instance/WebAgent.conf"
Note: /usr/lpp/internet/my_instance/ is an example of a path to the Web server instance.
Authorization * webagent_home/bin/GWAPIWebAgent.so:SiteMinderAgent.
Example: Authorization * /siteminder/v6/webagent/bin/GWAPIWebAgent.so:SiteMinderAgent
Service /siteminderagent/certoptional/forms/*.sfcc webagent_home/bin/GWAPIWebAgent.so:SmSSLLoginFcc/samples/forms/*.sfcc
Service /siteminderagent/certoptional/forms/*.fcc webagent_home/bin/GWAPIWebAgent.so:SmLoginFcc/samples/forms/*.fcc
Service /siteminderagent/forms/* webagent_home/bin/GWAPIWebAgent.so:SmLoginFcc/samples/forms/*
Service /siteminderagent/formsfr/* webagent_home/bin/GWAPIWebAgent.so:SmLoginFcc/samples/formsfr/*
Service /siteminderagent/formsja/* webagent_home/bin/GWAPIWebAgent.so:SmLoginFcc/samples/formsja/*
Service /siteminderagent/nocert/*/smgetcred.scc* webagent_home/bin/GWAPIWebAgent.so:smGetCred/*
Service /siteminderagent/certoptional/*/smgetcred.scc* webagent_home/bin/GWAPIWebAgent.so:smGetCred/*
Service /siteminderagent/cert/*/smgetcred.scc* webagent_home/bin/GWAPIWebAgent.so:smGetCred/* for CookieProvider:
Service /siteminderagent/SmMakeCookie.ccc* webagent_home/bin/GWAPIWebAgent.so:smMakeCookie/*
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |