Description:
This document details how to install and configure the SiteMinder Monitor Module for Wily Introscope on a Policy Server.
Before installing the SiteMinder Monitor you should download and Install Wily Introscope on the machine.
Solution:
Extract the installer
Use the command tar -xvf tarfile.tar to extract the installer
# tar -xvf CAWilySiteMinderManager_Solaris_Installer.tar x install.bin 105812146 bytes, 206665 tape blocks
Modify the properties file
Make a copy of silentInstallerSampleManager.properties extracted from the archive and call it installer.properties.
# cp silentInstallerSampleManager.properties inataller.properties
Using your favorite text editor edit the installer.properties file you just created.
Find the line titled USER_INSTALL_DIR and input the location of your Inroscope instllation.
USER_INSTALL_DIR=/Introscope7.2.3.0
Search the file for WSAgent, here you will find the feature list pictured below.
Modify the parameter titled CHOSEN_INSTALL_FEATURE_LIST= specifying a coma separated list of the features to be installed. In this case we will only install the policy server monitor PolMon.
<Please see attached file for image>
Search the file for SMM_NETE_PS_ROOT, this defines the root of the SiteMinder installation.
Modify the value to indicate the root of your SiteMinder system (The netegrity/siteminder or ca/siteminder folder).
SMM_NETE_PS_ROOT=/netegrity/siteminder
Save the modified properties file
Running the installer
Using the command ./install.bin -i silent run the installer
# ./installer.bin -i silent
Wait for the installer to complete
Adding the Event Handler
Use the ./stop-all command in the SiteMinder folder to stop any running policy servers.
# ./stop- all The SiteMinder Executive
From SiteMinder's BIN directory start SMConsole with the ./smconsole command.
# cd bin # ./smconsole
Click the "Advanced" tab.
<Please see attached file for image>
Under "Event Handlers" Click the browse button.
<Please see attached file for image>
Browse to siteminder/lib and select LibEventgIntroscopeprovider.so
<Please see attached file for image>
Click "ok" to add the event handler.
Click "Apply" to save the changes to your SiteMinder configuration.
Click "Ok" to close smconsole.
Using the ./start-all command start the policy server.
# .start- all SiteMinder policy Server is running SiteMinder Health Monitor is running
Congratulations, You have now installed the Wily Introscope SiteMinder module.
You should now able to monitor this Policy server from Wily Introscope.