Previous Topic: Uninstall the Policy Server

Next Topic: Remove SiteMinder References from StartServletExec

Remove SiteMinder References from IWS

You manually remove SiteMinder references from IWS after uninstalling the Policy Server. SiteMinder references are left in the obj.conf file and the magnus.conf file.

To remove SiteMinder references from IWS

  1. Log into an account that has privileges to access and modify the Web server's configuration.
  2. Go to the following at the Solaris command line.
    <SunJavaSystem_home>/https-<hostname>/config
    

    The obj.conf and magnus.conf files appear in the config folder.

  3. Open obj.conf and remove the following lines:
    NameTrans fn="assign-name" from="/servlet/*" name="<ServletExec_instance name>"
    NameTrans fn="assign-name" from="*.jsp*" name="<ServletExec_instance name>"
    NameTrans fn="pfx2dir" from="/sitemindermonitor" dir="/<siteminder_installation>/monitor"
    NameTrans fn="pfx2dir" from="/sitemindercgi" dir="/<siteminder_installation>/admin" name="cgi"
    NameTrans fn="pfx2dir" from="/siteminder" dir="/<siteminder_installation>/admin"
    NameTrans fn="pfx2dir" from="/netegrity_docs" dir="/netegrity/netegrity_documents"
    <Object name="<ServletExec_instance name>">
    Service fn="ServletExecService" group="<ServletExec_instance name>"
    </Object>
    
  4. Save and close the obj.conf file.
  5. Open magnus.conf and remove the following lines:
    Init fn="init-cgi" SM_ADM_UDP_PORT="44444" SM_ADM_TCP_PORT="44444"
    Init fn="load-modules" shlib="/<Servlet_Exec_Install>/bin/ServletExec_Adapter.so" funcs="ServletExecInit,ServletExecService"
    Init fn="ServletExecInit" <ServletExec_instance name>.instances="<IP_Address>:<port_number>"
    
  6. Save and close magnus.conf.
  7. Restart the Web server.

    SiteMinder references are removed from IWS.

    The SiteMinder references no longer appear in IWS.


Copyright © 2010 CA. All rights reserved. Email CA about this topic