The unattended or silent installation option can help you automate the installation and configuration process. This method saves time if you have a large CA SiteMinder® environment that uses many agents with identical settings.
For example, suppose the Agents in your environment use the same web server version, installation directory, Agent Configuration Object and Policy Servers. Use the installation wizard or console-based installation program for your first installation. Afterwards, you could create your own script to run the installation program with the .properties file the wizard or console-based installation program created.
Follow these steps:
web_agent_home\install_config_info\ca-wa-installer.properties
Note: If the path contains spaces, surround it with quotes.
Indicates the directory where the CA SiteMinder® Agent is installed on your web server.
Default (Windows 32-bit installations of CA SiteMinder® IIS Web Agents only): C:\Program Files\CA\webagent
Default (Windows 64-bit installations [CA SiteMinder® Web Agents for IIS only]): C:\Program Files\CA\webagent\win64
Default (Windows 32-bit applications operating on 64-bit systems [Wow64 with CA SiteMinder® Web Agents for IIS only]): C:\Program Files (x86)\webagent\win3
Note: To automate this process, create your own customized script to execute these files on your systems. Use any scripting language that you want.
agent_executable -f properties_file -i silent
The CA SiteMinder® Web Agent for IIS is installed and configured on the node automatically.
If your IIS web server already has a Web Agent for IIS installed, you can protect any additional virtual websites on the web server. For example, if you add two new virtual sites named Example2 and Example3 to your IIS server, you can protect them with CA SiteMinder®.
If you do not want to run configuration wizard, or if you have many IIS web servers in a server farm, use the silent mode.
The CA SiteMinder® Web Agent Configuration program supports a silent or unattended mode that requires no interaction from the end user.
Follow these steps:
web_agent_home\install_config_info\ca-wa-installer.properties
Note: In this context, the first server refers to the IIS web server in a farm where the shared configuration information is stored. A node refers to any other IIS web servers in the farm which read the shared configuration from the first server.
Indicates the directory where the CA SiteMinder® Agent is installed on your web server.
Default (Windows 32-bit installations of CA SiteMinder® IIS Web Agents only): C:\Program Files\CA\webagent
Default (Windows 64-bit installations [CA SiteMinder® Web Agents for IIS only]): C:\Program Files\CA\webagent\win64
Default (Windows 32-bit applications operating on 64-bit systems [Wow64 with CA SiteMinder® Web Agents for IIS only]): C:\Program Files (x86)\webagent\win32
Note: To automate this process, create your own customized script to execute these files on your systems. Use any scripting language that you want.
Specifies the names of IIS 7.x web sites to protect on an IIS 7.x web server. Verify that these names match those names shown in under the Sites folder in the Internet Information Services (IIS) Manager of your web server. Separate multiple website names with commas.
For more information, see the comments in the ca-wa-installer.properties file.
Example: Default Web Site,Example1,Example2
Specifies if the agent configuration program registers the agent with a Policy Server. Each web server requires only one trusted host registration is required. Set the value of this parameter to 0 if you have previously registered a web server with the Policy Server as a trusted host.
Default: 1 (yes)
Limits: 0 (no registration), 1 (registration)
Important! Before running a CA SiteMinder® utility or executable on Windows Server 2008, open the command-line window with administrator permissions. Open the command-line window this way, even if your account has administrator privileges.
agent_configuration_executable -f properties_file -i silent
Example: ca-wa-config.exe -f ca-wa-installer.properties -i silent
The CA SiteMinder® Web Agent for IIS is installed and configured on the node automatically.
To remove the CA SiteMinder® protection from all the websites on an IIS web server without the Web Agent Configuration wizard, use silent or unattended mode. This mode requires no interaction from the end user.
Follow these steps:
web_agent_home\install_config_info\ca-wa-installer.properties
Note: In this context, the first server refers to the IIS web server in a farm where the shared configuration information is stored. A node refers to any other IIS web servers in the farm which read the shared configuration from the first server.
Indicates the directory where the CA SiteMinder® Agent is installed on your web server.
Default (Windows 32-bit installations of CA SiteMinder® IIS Web Agents only): C:\Program Files\CA\webagent
Default (Windows 64-bit installations [CA SiteMinder® Web Agents for IIS only]): C:\Program Files\CA\webagent\win64
Default (Windows 32-bit applications operating on 64-bit systems [Wow64 with CA SiteMinder® Web Agents for IIS only]): C:\Program Files (x86)\webagent\win32
Note: To automate this process, create your own customized script to execute these files on your systems. Use any scripting language that you want.
web_agent_home\install_config_info
Specifies the names of IIS 7.x web sites from which to remove CA SiteMinder® protection on an IIS 7.x web server. Verify that these names match those names shown in under the Sites folder in the Internet Information Services (IIS) Manager of your web server. Separate multiple website names with commas.
Removing the CA SiteMinder® Web Agent configuration from a website leaves its resources unprotected.
For more information, see the comments in the ca-wa-installer.properties file.
Example: Default Web Site,Example4,Example5
Specifies the names of IIS 7.x web sites to protect on an IIS 7.x web server. Verify that these names match those names shown in under the Sites folder in the Internet Information Services (IIS) Manager of your web server. Separate multiple website names with commas.
For more information, see the comments in the ca-wa-installer.properties file.
Example: Default Web Site,Example1,Example2
Important! Before running a CA SiteMinder® utility or executable on Windows Server 2008, open the command-line window with administrator permissions. Open the command-line window this way, even if your account has administrator privileges.
agent_configuration_executable -f properties_file -i silent
Example: ca-wa-config.exe -f ca-wa-installer.properties -i silent
The websites are unconfigured on the node automatically.
If your IIS web server already has a Web Agent for IIS installed, you can remove protection from some virtual websites on the web server. For example, suppose you want to remove protection from only two of the virtual sites named Example4 and Example5 from to your IIS server. Modify the ca-wa-installer.properties file to remove the configuration from those two virtual websites while leaving the protection for the other websites unchanged.
If you do not want to run the configuration wizard, or if you have many IIS web servers in a server farm, use the silent mode.
The CA SiteMinder® Web Agent Configuration program supports a silent or unattended mode that requires no interaction from the end user.
Follow these steps:
web_agent_home\install_config_info\ca-wa-installer.properties
Note: In this context, the first server refers to the IIS web server in a farm where the shared configuration information is stored. A node refers to any other IIS web servers in the farm which read the shared configuration from the first server.
Indicates the directory where the CA SiteMinder® Agent is installed on your web server.
Default (Windows 32-bit installations of CA SiteMinder® IIS Web Agents only): C:\Program Files\CA\webagent
Default (Windows 64-bit installations [CA SiteMinder® Web Agents for IIS only]): C:\Program Files\CA\webagent\win64
Default (Windows 32-bit applications operating on 64-bit systems [Wow64 with CA SiteMinder® Web Agents for IIS only]): C:\Program Files (x86)\webagent\win32
Note: To automate this process, create your own customized script to execute these files on your systems. Use any scripting language that you want
Specifies the names of IIS 7.x web sites from which to remove CA SiteMinder® protection on an IIS 7.x web server. Verify that these names match those names shown in under the Sites folder in the Internet Information Services (IIS) Manager of your web server. Separate multiple website names with commas.
Removing the CA SiteMinder® Web Agent configuration from a website leaves its resources unprotected.
For more information, see the comments in the ca-wa-installer.properties file.
Example: Default Web Site,Example4,Example5
Specifies if the agent configuration program registers the agent with a Policy Server. Each web server requires only one trusted host registration is required. Set the value of this parameter to 0 if you have previously registered a web server with the Policy Server as a trusted host.
Default: 1 (yes)
Limits: 0 (no registration), 1 (registration)
Important! Before running a CA SiteMinder® utility or executable on Windows Server 2008, open the command-line window with administrator permissions. Open the command-line window this way, even if your account has administrator privileges.
agent_configuration_executable -f properties_file -i silent
Example: ca-wa-config.exe -f ca-wa-installer.properties -i silent
The CA SiteMinder® configuration is removed from the selected virtual sites on the node automatically.
Copyright © 2015 CA Technologies.
All rights reserved.
|
|