Previous Topic: Run the Installer to Install a SiteMinder WSS Agent Using a GUINext Topic: Installation and Configuration Log Files


Run the Installer to Install a SiteMinder WSS Agent Using a UNIX Console

Install the SiteMinder WSS Agent using the CA SiteMinder WSS installation media on the Technical Support site. Consider the following:

To install the SiteMinder WSS Agent

  1. Exit all applications that are running.
  2. Open a shell and navigate to where the install program is located.
  3. Enter the following command:
    ./ca-sm-wss-<SVMVER>-cr-unix_version.bin -i console
    

    The CA SiteMinder WSS installer starts.

  4. Use gathered system and component information to install the SiteMinder WSS Agent. Consider the following as you make your selections:
  5. Review the information presented on the Pre-Installation Summary page, then proceed.

    Note: If the installation program detects that newer versions of certain system libraries are installed on your system it asks if you want to overwrite these newer files with older files. Select No To All if you see this message.

    The SiteMinder WSS Agent files are copied to the specified location. Afterward, the CA CA SiteMinder WSS Configuration screen is displayed.

  6. Select one of the following options:
  7. Hit Enter.

    If you selected the option to configure SiteMinder WSS Agents now, the installation program prepares the CA SiteMinder WSS Configuration Wizard and begins the trusted host registration and configuration process.

    If you did not select the option to configure SiteMinder WSS Agents now or if you are required to reboot the system after installation you must start the configuration wizard manually later.

Installation Notes:

More information:

How to Configure Agents and Register a System as a Trusted Host

Install a SiteMinder WSS Agent Using the Unattended Installer

After you have installed one or more SiteMinder WSS Agents on one machine, you can reinstall those agents on the same machine or install them with the same options on another machine using an unattended installation mode. An unattended installation lets you install or uninstall SiteMinder WSS Agents without any user interaction

The unattended installation uses the ca-wss-installer.properties file generated during the initial install from the information you specified to define the necessary installation parameters, passwords, paths, and so on.

The ca-wss-installer.properties file is located in: WSS_Home/install_config_info

To run the installer in the unattended installation mode

  1. From a system where CA SiteMinder WSS is already installed, copy the ca-wss-installer.properties file to a local directory on your system.
  2. Copy the SiteMinder WSS Agent installer file (ca-sm-wss-<SVMVER>-cr-unix_version) into the same local directory as the ca-wss-installer.properties file.
    cr

    Specifies the cumulative release number. The base 12.51 release does not include a cumulative release number.

    unix_version

    Specifies the UNIX version: sol or linux.

  3. Open a console window and navigate to the location where you copied the files.
  4. Run the following command:
    ./ca-sm-wss-<SVMVER>-cr-unix_version -f ca-wss-installer.properties -i silent
    

    The -i silent setting instructs the installer to run in the unattended installation mode.

    Note: If the ca-wss-installer.properties file is not in the same directory as the installation program, use double quotes if the argument contains spaces.

    Example:

    ./ca-sm-wss-<SVMVER>-cr-unix_version -f ~/CA/Web_Services_Security/install_config_info/ca-wss-installer.properties" -i silent
    

    An InstallAnywhere status bar appears, which shows that the unattended CA SiteMinder WSS installer has begun. The installer uses the parameters specified in the ca-wss-installer.properties file.

Installation Notes: