Sun Java System Access Manager Policy Agent 2.2 Guide for Microsoft Internet Information Services 6.0

Agent Unconfiguration for Microsoft IIS 6.0

If you no longer require Agent for Microsoft IIS 6.0 to protect a particular web site, you can unconfigure the agent from that web site. Furthermore, if you want to uninstall the agent, you must first unconfigure it from all the web sites for which it was configured.


Note –

This task does not apply to deployments where Agent for Microsoft IIS 6.0 protects Microsoft Office SharePoint or Outlook Web Access. For such instructions, see Microsoft Office SharePoint and Outlook Web Access: Unconfiguring the Agent.


Perform the following steps to unconfigure the agent for Microsoft IIS 6.0 from a web site. Make sure that you use the agent configuration file specific to the web site you want to unconfigure. If you need to unconfigure the agent from multiple web sites, you must repeat these steps for each of the web sites.

ProcedureTo Unconfigure Agent for Microsoft IIS 6.0

  1. Stop the web site for which you have configured the agent.

  2. Stop the application pool to which the web site belongs.

  3. Change to the directory PolicyAgent-base\iis6\bin

  4. Run the following VB script to unconfigure the agent (be aware that the command is case sensitive):

    cscript.exe IIS6admin.vbs -unconfig defaultConfig

    IIS6admin.vbs

    is a VB script that uses the output of the IIS6CreateConfig.vbs script. The output was saved to a configuration file, which for this example is represented by defaultConfig.

    -unconfig

    is the option that allows the output to be used to unconfigure the web site.

    defaultConfig

    represents the agent configuration file created previously as described in To Create Configuration Files: Agent for Microsoft IIS 6.0.

    The script unconfigures the agent and displays the following message:


        Microsoft (R) Windows Script Host Version 5.6
        Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
    
        Copyright c 2004 Sun Microsystems, Inc. All rights reserved
        Use is subject to license terms
    
        Enter the Agent Resource File Name [IIS6Resource.en] :
    
        Removing the Agent Config Directory
        Removing the entries from Windows Product Registry
        Unloading the IIS 6.0 Agent
        Completed Unconfiguring the IIS 6.0 Agent
    
                      

    The unconfiguration does the following:

    • Removes the agent configuration directory (specific to a web site)

    • Removes the entries from Windows registry.

    • Removes the wild card application mappings in Microsoft IIS 6.0.

  5. Accept the default when presented with the following prompt:

    Enter the Agent Resource File Name [IIS6Resource.en]:
  6. Restart the application pool to which the web site belongs.

  7. Restart the web site.