IBM FileNet System Monitor Fix FSM-4.0.1-002-001

- created on 2009-05-13 16:01:25 -


Table of Contents

Overview
Installation Steps
Known limitations
Fixes and Feature list
Details on features

Overview

This fix provides various functional fixes for IBM FileNet System Monitor (FSM) FSM-4.0.1-002-001.

Requirements:

Requires FSM 4.0.1.

Supersedes all previous fixpacks and fixes for FSM 4.0.1.

Certifications:

None.

Installation Steps

Fix Installation

Note

  • <tempdir> is a temporary directory where the fix archive must be extracted to. <tempdir> mustn't contain blanks, otherwise fix installation will fail.

  • <server_installation_root> is the directory where the FSM software is installed, usually /opt/FileNet/SysMon on UNIX or C:/opt/FileNet/SysMon on Windows.

  1. Extract the tar archive to <tempdir> on the FSM server.

    Unix

    cd <tempdir>
    tar -xf FSM-4.0.1-002-001.tar

    Windows

    cd <tempdir>
    <server_installation_root>/shell/tar.exe -xf FSM-4.0.1-002-001.tar

  2. Stop cala_rex and CALA on the server.

    Unix

    cd <server_installation_root>/cala_rex
    ./cala_rex.sh stop
    cd <server_installation_root>/cala
    ./cala.sh stop

    Windows

    net stop cala_srv
    net stop cala_rex_srv

  3. Start the appropriate installation script for your platform. All scripts and command files can be found in the INSTALL subdirectory from the extracted archive.

    Note

    • Windows

      • Make sure that no shell window (sh.exe or bash.exe) is open on the server.

      • Stop the CALA service before starting the installation; otherwise, some files cannot be replaced.

    Shell script call on Unix

    cd <tempdir>/INSTALL
    ./fix_fsm_server.sh -h <ServerName> -t <server_installation_root>

    Command script call on Windows

    cd <tempdir>\INSTALL
    .\fix_fsm_server.cmd -h <ServerName> -t <server_installation_root>

    Options:

    -h <ServerName>

    Hostname or ip address of the FSM server; the servername must match the name specified during initial installation of the product

    -t <server_installation_root>

    the installation directory; all other settings will be read from the file .instvars that is located in the installation directory

    Note

    • All systems

      • If FSM is not installed in the default directory (/opt/FileNet/SysMon on UNIX or C:/opt/FileNet/SysMon on Windows), you must specify the parameter -t <server_installation_root> when executing the installation script.

    • Windows

      • Replace backslashes (\) by forward slashes (/), e.g. -t c:/Programs/FileNet/Sysmon).

    The installer script shows a dialog similar to this (the package list and version numbers may differ):

    IBM Installer
    ---------------

    1 - IBM_WebTemplate     : inst. 02.01-011, avail. 02.01-012        U
    2 - IBM_WebConsole      : inst. 03.05-011, avail. 03.06-001        U
    3 - IBM_CALA_packages   : inst. 02.02-041, avail. 02.02-043        U
    4 - IBM_PAM             : inst. 01.03-006, avail. 01.03-007        U
    5 - IBM_shell           : inst. 01.01-005, avail.   ---            N
    6 - IBM_calamoma        : inst. 02.02-027, avail.   ---            N
    7 - IBM_tools           : inst. 01.01-007, avail.   ---            N
    8 - IBM_cala_rex        : inst. 01.01-019, avail. 01.01-021        U
    9 - IBM_calatema        : inst. 01.02-002, avail.   ---            N

    Action-codes: I-install, U-update/replace, N-do nothing


    S - Start installation
    C - Cancel

    Selection: 

  4. To start installation type S and press Enter.

  5. Make sure that cala_rex on the server is running.

    Unix

    cd <server_installation_root>/cala_rex
    ./cala_rex.sh status

    If you do not see a message similar to

    is running - pid: <any PID>

    you can start cala_rex with the following command:

    ./cala_rex.sh start

    Windows

    Do a

    net start

    and check the output for the CALA Remote Execution service. If it is not running yet, start the service with the command

    net start cala_rex_srv

  6. Start CALA on the server.

    Unix

    cd <server_installation_root>/cala
    ./cala.sh start

    Windows

    net start cala_srv

Updating cala_rex

After installing fixpack FSM-4.0.1-002-001, cala_rex must be updated on managed systems (clients) as well.

The cala_rex server is updated automatically during fixpack installation.

The cala_rex clients must be updated manually. For details about installation of the cala_rex clients see chapter Configuring and installing FSM clients, section cala_rex Installation in the FSM Installation Guide on the product installation media. Make sure to enter the same values for each setting as during initial installation of the cala_rex client.

Note

  • Windows

    • Make sure that no shell window (sh.exe or bash.exe) is open on the server.

    • Stop the CALA Remote Execution service before updating cala_rex. Otherwise, InstallShield may request a reboot of the machine after successful installation.

  • UNIX / Linux systems

    • Stop the CALA Remote Execution agent before updating cala_rex.

    • Stop the CALA agent.

    • If manual adjustments are made for the file set_cenit_env.sh make a copy of it. You may want to adjust this file again after installation.

    • Delete the configuration file set_cenit_env.sh.

    • Start the cala_rex installation on the system.

Updating CALA

After installing fixpack FSM-4.0.1-002-001, CALA must be updated as well.

You can use the graphical installer to update the CALA server as well as the CALA clients. For details about installation of the CALA see FSM CALA Users Guide on the product installation media.

Note

  • All platforms

    • Make sure to uncheck the option Reconfigure only in the installer for the server as well as for the client. Otherwise, the new CALA binaries and monitor archives will not be distributed.

  • Windows only:

    • Make sure that no shell window (sh.exe or bash.exe) is open on the server.

    • Stop the CALA service before starting the installation; otherwise, some files cannot be replaced.

Known limitations

Call #IBM APAR #Description
2825-

Due to AIX Shell issue monitors can fail

Due to a parsing issue within the AIX Shells (sh as well as ksh) some monitors fail with syntax error or other errors.

This happens on AIX 5.x and 6.1 systems. There is no AIX APAR available so far. To solve this issue within AIX follow the workaround instructions below.

Solution

Until an AIX APAR is released a custom shell needs to be used so run the FSM monitors and tasks. This is supported by FSM.

1) Install/update the FSM client with the latest CALA_REX client. 2) Re-install the FSM CALA Agent. In the 'Set configuration variables' specify the Shell (incl. full path) that should be used. Run the installation (you might want to select the 'Keep monitor settings checkbox) to complete the workaround.

The custom shell will be used until the value for the Custom Shell parameter is not cleared and the agent is re-installed again.

Note: It is recommended to use the BASH which IBM ships with the AIX Toolbox installation media.

2822-

Version number of CALA binaries does not match system information page

The version number of the CALA binaries (2.03-025) does not match the version number for the CALA package listed on the system information page (2.03-026). The is caused by the latest patch because the patch replaces some jar files that are part of the CALA package but does not replace the CALA binaries.

Solution

None

2812-

Solaris 10 syslog configuration during FSM client installation causes errors

The update of the Solaris 10 syslog configuration during FSM client installation causes an error on the Solaris 10 system.

Solution

Deselect (uncheck) syslog configuration by FSM on Solaris 10 systems unless this issue is solved within FSM. If Solaris 10 syslog monitoring is required the syslog deamon should be stopped before the FSM installation.

2790-

After startup / restart of CALA monitors can return -30 or ERROR_installation, if the system has got a very high load.

After startup / restart of CALA monitors can return -30 or ERROR_installation, if the system has got a very high load. Since FSM 4.0.1 FP2 a new functionality is implemented that limits the number of parallel executed IBM FileNet and Database command line tools to one instance each. If more monitors are running that need to execute the same commane line tool the monitor waits up to 150 seconds to proceed. If this period is not long enough this normally indicates an system issue.

Solution

Wait for the next monitoring schedule or change the execution period of some monitors to reduce the number of parallel running monitors.

2789-

IBM FileNet P8 4.5 Process Engine monitors fail due to Process Engine issues

P8 4.5 Process Engine monitors using vwtool can fail. At the same time VW/Process FNC ABORT2 errors are reported in ims_logs directory on the PE server. It is not clear what caused the issue. This behavior needs further investigation.

Solution

There is no known workaround available, the cause is not clear so far.

This behavior needs further investigation.

2690-

Searching for area and host results does not work in certain combinations

Certain combinations of host / areas result in empty areas even if there are events in that area for that host. Some areas show icons, others do not.

Solution

Use the link on the host-field to search for events of this host or use the link on the area-icon to search for events of this area.

2670-

Linux: cosst procinfo -l only returns 4096 characters per process

Due to a system limitation on Linux systems, cosst procinfo -l can only show the first 4096 characters from the command line of a process.

The following monitors and tasks may be affected:

IBM CM v8, CMOD, CSx and IICE archives:

  • ResourceManagerServices

  • Stop II CE RMI Bridge

IBM FileNet P8 4.x archives:

  • ComponentManagerStatus

  • ComponentManagerQueueStatistic

  • ComponentStatus

  • Start Component Manager

  • Stop Component Manager

  • View Component Manager Status

IBM FileNet P8 PE 3.x, PA 3.x archives:

  • ComponentManagerQueueStatistic

  • ComponentStatus

IBM FileNet Image Manager 3.x and 4.x archives:

  • Integral_SDS_DeviceStatus

Standard archives:

  • CALAProcesses

Solution

None

2669-

HP-UX 10.20 and 11: cosst procinfo -l only returns 1024 characters per process

Due to a system limitation on HP-UX 10.20 and 11, cosst procinfo -l can only show the first 1024 characters from the command line of a process.

The following monitors and tasks may be affected:

IBM CM v8, CMOD, CSx and IICE archives:

  • ResourceManagerServices

  • Stop II CE RMI Bridge

IBM FileNet P8 4.x archives:

  • ComponentManagerStatus

  • ComponentManagerQueueStatistic

  • ComponentStatus

  • Start Component Manager

  • Stop Component Manager

  • View Component Manager Status

IBM FileNet P8 PE 3.x, PA 3.x archives:

  • ComponentManagerQueueStatistic

  • ComponentStatus

IBM FileNet Image Manager 3.x and 4.x archives:

  • Integral_SDS_DeviceStatus

Standard archives:

  • CALAProcesses

Solution

None

2633-

Monitor Publishing Queue Entries does not work for object stores containing blanks

Due to restrictions in the FileNet Java API, the monitor Publishing Queue Entries does not work for object stores that contain blanks in the name.

Solution

None

2562-

Windows security policy may block access to directories containing a dot

On some Windows installations, the security policy does not allow access to directories that contain a dot. In this case, the FSM Java Webstart tools do not work because some of the required files are located in directories containing a dot (e.g. de.cenit).

Solution

Rename the affected directories (e.g. rename de.cenit to de_cenit) and adjust the jnlp files accordingly.

2552-

Sometimes gzip.exe is still running after installation on windows.

When installing FSM server or client on Microsoft Windows systems, it sometimes happens, that a gzip.exe process is still running after installation has completed.

This may cause problems with subsequent installs.

Solution

Kill the gzip.exe binary manually using the Windows task manager.

2526-

Custom name of database schema is lost during update from FSM 3.7 to 4.0.1

During update from FSM 3.7 to 4.0.1, the name of the database schema is lost if it has been customized. The original default value "FILENET" will be used instead. If the CALA server is installed with the default setting instead of the customized value, no new events will be shown in the console.

Solution

When updating the CALA on the FSM server, open the "Set configuration variables" dialog and adjust the entry in the field "Name of database schema".

2518-

Java 5 is required for patch FSM 4.0.1-001 and higher

Because of the new module SettingsBrowser, patch FSM 4.0.1-001 and higher needs Java 5 as minimum requirement on the FSM server as well as on all desktops where the SettingsBrowser component is used!

Solution

None

2516-

Reading ibm_cm8_eventlog events only works with standard port

Reading ibm_cm8_eventlog events from the tables ICMSTSYSADMEVENTS and ICMSTITEMEVENTS only works if the DB2 RDBMS uses the standard port 50000.

Solution

If the DB2 RDBMS uses a different port than 50000, the CALA configuration must be adjusted manually after each reinstall.

  • edit the file $CENIT_ROOT/cala/logctlsrv.conf on the client

  • locate the line that starts with db_<yourdatabase>_ICMSTSYSADMEVENTS (e.g. db_ICMNLSDB_ICMSTSYSADMEVENTS)

  • in this line, locate the host and port definition (usually //localhost:50000/)

  • replace 50000 by the port number used by your DB2 RDBMS

  • repeat the same for the line that starts with db_<yourdatabase>_ICMSTITEMEVENTS (e.g. db_ICMNLSDB_ICMSTITEMEVENTS)

  • save the file and restart CALA

2432-

"Direct connection to Online Support" link in WebConsole

The value for "Direct connection to Online Support" link in the FSM WebConsole has changed. During an update of the FSM these value in the configuration-file $CENIT_ROOT/htdocs/conf/webtemplate.config.php will not be changed.

Solution

Change the value for the variable $supportURL in the file webtemplate.config.php manually to <a href="http://www.ibm.com/software/data/support/help.html" target="_blank">http://www.ibm.com/software/data/support/help.html</a>

2426-

Acknowledged events icon is not shown in overview pages after update.

The parameter to show acknowledge event icons in FSM WebConsole overview pages is set to "show" and the icon is not shown in these pages.

Solution

Change value for $defaultDateTime in database.config.php to '0001-01-01 00:00:00' for MySQL and IBM DB2.

2404-

Custom script monitors should not contain blank in path or file name

When defining custom script monitors with blanks in the path or the monitor file name itself (for example C:/Program Files/scripts/custmon1.cmd) the monitoring engine calamon will fail for this monitoring instance. Additionally the monitor definition table from the system can no longer be loaded by the Monitoring Manager GUI (CalaMoMa).

Solution

If it is required to define a monitor with blanks in the file or path name, the DOS name (sometimes called short name) needs to be used, for instance C:/PROGRA~1/scripts/custmon1.cmd.

2316-

CALA sometimes fails because files are in use

On some systems, CALA installation fails because files are in use by the running CALA processes and cannot be replaced by the installer.

Solution

Stop CALA before re-installing the client.

2293-

Connect to database under UNIX fails if webserver is running with an account which has $MAILMSG set.

If there is automatically output right before the shell prompt appears, e.g. "[YOU HAVE NEW MAIL]", the WebConsole will fail to connect to the database. Reason: The text before the prompt replaces the password string that is used in the dbConnect function.

Solution

Unset the variable or use a user which cannot receive mail (as documented).

2278-

Size of area pictures does not change automatically after editing settings.

After editing the settings for area images only new areas images have the new picture size. Existing area images do not change.

Solution

Edit each area via the management page or delete the images for the areas manually from the htdocs/images directory.

2251-

Length of duplicate detection key is limited

The duplicate detection has a limit of 64 characters per field used for the dupekey.

This means that duplicate detection filters out events that should not be filtered if an event field's value is the same in the first 64 characters but is different afterwards.

Solution

The maximum field length can be increased from 64 to 127 by setting the W127 flag in the dupekey description.

There is no way to increase the width to a value larger than 127.

2249-

Acknowledged events icon is not shown in overview pages after update.

The parameter to show acknowledge event icons in FSM WebConsole overview pages is set to "show" and the icon is not shown in these pages.

Solution

Change value for $defaultDateTime in database.config.php to '0001-01-01 00:00:00' for MySQL and IBM DB2.

2245-

CMOD log entries from the database have wrong timestamp

Content Manager On Demand log entries from the table SL2 in the CMOD database are always sent with the current time instead of the timestamp stored in the database.

Solution

None

2240-

The characters ' ' (blank) and '_' (underscore) are removed in the names of reports.

If users set report names with blanks or underscores, the reporting tool removes those characters according to internal name conventions. So reports names e.g. 'CPU Usage', 'CPUUsage' and 'CPU_Usage' are refered as the same and may overwrite each other.

Solution

Do not use report names that only differ in blanks and underscore.

2231-

Hostnames with (full qualified) length of 255 characters or more are currently not supported.

According to RFC 1035 a hostname including the network suffix may be up to 255 characters long. However CALA only supports 254 characters for full qualified hostnames.

Solution

Do not use full qualified hostnames longer then 254 characters.

2232-

Hostnames with (full qualified) length of 255 characters or more are currently not supported.

According to RFC 1035 a hostname including the network suffix may be up to 255 characters long. However the FSM WebConsole only supports 254 characters for full qualified hostnames.

Solution

Do not use full qualified hostnames longer than 254 characters.

2123-

Windows non-FileNet client has FileNet-specific filter

When installing a Windows non-FileNet client, the FileNet-specific filters for Windows event log events will be activated anyway. All entries from the Windows event log that are not FileNet-related will be dropped.

Solution

When installing a non-FileNet client, go to the Set cfg variables window and remove the entry in the field Filter for incoming events. This only needs to be done on initial install of a non-FileNet client.

2093-

Reporting tool might cause a Java stacktrace

Running the reporting tool with a Java version lower than 6, might cause printing a stacktrace as an event to the console or as an entry in Apache error log. This is probably a bug in 2D-rendering-classes of older Java versions. The result report should not be affected by this.

Solution

Use Java 6 or higher.

2092-

Monitor OracleNextExtent works for dictionary-managed tablespaces only

The OracleNextExtent monitor can only be used for dictionary-managed tablespaces. The system table entries for locally managed tablespaces do not provide information about extents. Starting with version 9.2, Oracle Corporation recommends usage of locally managed tablespaces.

See Oracle 9i Database Concepts and Oracle 9i SQL Reference for details about tablespaces and extent management.

Solution

None

2091-

Only uppercase letters are supported in company event table name.

The database table holding the events must be named in uppercase letters, lowercase letters are currently not supported. This is true for the FSM webconsole as well as for the CALA configuration.

Solution

Use company event table names consisting of uppercase letters only.

2090-

Antivirus / Spyware alert during FSM install

During FSM install some AntiVirus / Spyware tool alert a Tool-Wget Virus. For example McAfee detected the file C:/Program Files/FileNet/SysMon\shell\wget3048.rra when installing the Windows Client (cala_rex).

Solution

Stop the AntiVirus agent / Service during FSM client install and restart it after successful installation.

2089-

MS Windows: CALA update fails if service is selected in Services Control Panel

The FSM CALA Service (cala_srv) cannot be registered during update while the existing service entry is selected in the Services Control Panel. The installation logfile caladist.log shows one of the following messages:

1072 The specified service has been marked for deletion.

1075 The dependency service does not exist or has been marked for deletion.

Solution

Do not select the FSM CALA Service in the Windows Control Panel during CALA update.

2088-

User names or password with ';' or '#' are not supported.

User names or password of used OS or database accounts that contain semicolon (';') or hashes ('#') are not supported with FSM.

Solution

Another account or password should be used to configure FSM.

2087-

FSM 4.0.1 does no longer support starting and stopping of Application server instances.

FSM 4.0.1 no longer contains tasks to start and stop Application Server instances due to security enhancements.

Solution

If a corresponding functionality is requested within a P8 4.x environment a custom task can be realized to start and/or stop Application Server instances.

2086-

FSM 4.0.1 running with MSSQL as FSM database repository do not support double-byte characters.

Solution

Use MySQL as FSM DB until FSM fully supports multi-byte characters in combination with MSSQL.

2085-

FSM 4.0.1 Solaris, Linux and HP-UX based servers do not support DB2 FSM database repository.

Solution

Use MySQL as FSM DB until DB2 is supported or select Windows or AIX system in combination with DB2.

2045-

Listener Request Monitor for P8 4.0 cannot handle all Listener Paths

The Listener Request monitor cannot handle a Listener Path like /IS (mini)/.../... because the brackets ( and ) are not handled correctly.

Solution

Use a wildcard instead of the string containing brackets, e.g. /IS*/.../....

1979-

Custom views in event view are not updated when updating from 3.7 to 4.0

The custom views result in "Invalid query" after an update from 3.7 to 4.0 because the queries contain the old table names.

Solution

None

1976-

Monitor MySQLStatus reports error after upgrade from FSM 3.7 P03

The monitor MySQLStatus reports a usage error after upgrading FSM 3.7 P03 or earlier either to FSM 3.7 P04, FSM 4.0 or later. As soon as CALA is updated on the server with the option "Keep monitor settings", a usage error will be displayed in the Webconsole.

This happens because a new parameter "MySQL_hostname" has been added to the list of arguments of this monitor.

Solution

After updating CALA on the FSM server, load the monitor configuration of the server into CalaMoMa and add an additional parameter to the list of arguments of the MySQLStatus monitor. The field can be left empty as "localhost" will be checked by default.

1876-

SSLException in CalaTEMa if wrong Java is used

CalaTEMa may throw an SSLException and an embedded InvalidAlgorithmParameterException if more than one Java version is installed on the FSM server. This happens if the SSL communication of the Java that is found first in the search path is not compatible with the Java that is used by the CalaRex server.

Solution

Add or extend the <pathadd> entry in the file >server_installation_directory</cala_rex/cala_rex_srv.cfg and make sure that the path specified in that entry points to the same Java that is used by cala_rex.

Then restart cala_rex and CalaTEMa.

1687-

Name of start / stop script of Application server must not contain blanks

In the configuration plugin for Process Engine 3.5 and older, a start and a stop script can be given for an Application server. The filenames specified in these fields must not contain blanks, otherwise configuration will fail.

Solution

Use the short name (DOS name) of the file.

To determine the short name of a file, you can open a DOS box and execute the command <path_to_fsm_installation>/tools/cosst.exe shortname "<very long path/that contains blanks/and points to script>".

1449-

Misleading text in error messages from some monitors.

In some cases the text "ERROR writing into pipe" is appended to error messages sent by monitors. The message disappears if the original error is fixed.

Solution

None

1270-

Help and arguments missing for first monitor in archive

If you select a monitor archive, the Help button is disabled and no named parameters are available for the first monitor in the archive. If another monitor is selected, the Help button is activated again and the parameters are loaded correctly.

Solution

To configure the first monitor from an archive, select another monitor from the same archive, then switch back to the first monitor.

1108-

Event view looses filter and limitation when viewing the details of an event on IBM DB2 and MS SQL databases

When viewing an event, that was selected from the event view, the settings for the number of shown events and the filter settings are all gone.

Solution

326-

MS Windows: logfiles cannot be deleted while ascfileread reads from them

Logfiles which are opened by ascfileread cannot be deleted on Windows platforms until ascfileread has been shut down.

Solution

Stop CALA, delete the file and restart CALA.

Fixes and Feature list

The following abbreviations are used:

  • DTS # Defect Tracking System Number

  • CA Capture

  • CS Content Services

  • CE Content Engine (pre-4.0)

  • EM Email Manager / Records Crawler

  • IBMIM IBM Information Management

  • IS Image Services

  • PE Process Engine (pre-4.0)

  • 40 P8 4.0

  • STD Standard

4.0.1-002-001

Call #IBM APAR #TypeAreaDescription
2782-FixFSM monitors40/IBM: When the JPS PCH monitor was defined incorrectly (several threshold requests in one monitor and one of them was without defined threshold) an exception occurred. This error is fixed now, and an error message is returned, which informs the user, that the monitor is defined incorrectly.
2798PJ36189FixFSM tasksIS: The task "View FileNet Listener Output" showed an error message about a missing request port even when the port number was given correctly. This is fixed now.
2824-FixFSM installerEM: Oracle based Email Manager or Records Crawler configuration no longer fail with shell error.
2826-FixFSM monitors40: https-communication based P8 AE/CE 4.x Objectstore monitors (Objectstore Performance as well as Objectstore Information) now work correctly. It is required to either configure Truststore settings with the new task 'Specify Truststore for AE CE use' or define the truststore parameters for each monitor instance..
2828-FixFSM monitors40: Monitors using IBM FileNet Listener functionality against P8 4.0 and 4.5 systems now handle Listener names containing () and blanks correctly.

4.0.1-002

Call #IBM APAR #TypeAreaDescription
2658-FixFSM CALAFixed startup problems with CALA component javasrv using IBM's JDK on WIndows and AIX.
2691-FixDocumentationIS: Some monitors have been removed from the Monitoring Guide. These monitors never existed for the stand-alone version of FSM.
2694-FixFSM monitorsCentera Status monitor now supports newer versions of EMC's binary CenteraStatus to monitor EMC Centera connectivity.
2697-FixDocumentationPE: Some monitors have been removed from the Monitoring Guide. These monitors never existed for the stand-alone version of FSM.
2698-FixMonitoring ManagerThis is a duplicate of call 2619.
2702-FixFSM monitors40: The ComponentManagerStatus monitor failed for certain special ComponentManager configurations where more than one ComponentManager was configured for queue "*". This has been fixed now.
2705-FixFSM WebConsoleThe field CSM_ADAPTERHOST was limited to 15 characters. This value is now enhanced to 255.
2708-FixReportingWhen editing an scheduled reporting job the wrong are was selected in the first drop down. This problem is fixed now.
2711-FixFSM monitorsPE/40: Process Engine queue size monitor now supports monitoring of queues with (0) extension like WSRequest(0).
2713-FixDocumentationSTD: WebServerMonitoring documentation now shows correct examples.
2718-FixFSM monitors40: There was a misleading debug file name for SettingsBrowser in the FileNet P8 4.x archives. This is corrected now.
2720-FixJMX MonitoringThere was a problem in all JMX monitors. In some cases there were some jar files missing in the classpath. This is fixed now. Therefor a jmx_classspaths.prop file is copied to the cala/monitors/pam directory at the client installation. This file can be adjusted with the "Configure JMX Classpath" task in the STANDARD archive. All JMX monitors and task use this new mechanism.
2721-FixFSM monitorsMonitors using Universal Database Connector for DB2 database monitoring work now for FileNet P8 CE and Standard (other) products, too
2727PJ35785FixFSM monitorsPE/40: All Process Engine monitors and tasks using vwtool or vwspy do not launch a vwtool or vwspy instance, unless another vwtool/vwspy instance is running, that was started by FSM, too. This prevents PE servers to hung, vwtool/vwspy is hanging.
2733-FixFSM WebConsoleCaused by an typo the icon in front of the support link in the webconsole is missing. This error is fixed now.
2737-FixFSM monitorsPE/40: If the Process Engine vwtool doesn't return a queue size result for the specified queue(s), because the queues are empty, the monitor no longer returns -50. Now 0 is returned and the number of Work Objects for the queue is displayed additionally.
2740-FixReportingIf the definition of a report is deleted (in Run/Edit/Delete) which has been scheduled, it is only deleted in the Run/Edit/Delete view and not in the scheduled view. This problem is fixed now.
2741-FixFSM monitorsDue to AIX awk and nawk limitation (line length my 399 characters) the NLS SDS and Integral SDS monitors can fail. A workaround for the AIX issue is implemented.
2742-FixFSM WebConsoleThe webconsole had shown wrong knowledgebase entries for an OK event. This problem is fixed now.
2743-FixFSM installerFixed creation of configuration files on IBM CM 8 clients if several systems are configured.
2744-FixFSM tasksAdded support for Linux based AE 3.5 servers.
2746-FixFSM CALAReading of Oracle Tables from CM 8.4.x works now (jdbcread enhancement)
2747-FixDocumentationProcess Instance monitor documentation enhanced. The documentation now describes how to specify Windows Service names with special characters.
2748-FixFSM database toolsUDC (Unified Database Connector) is enhanced to support MSSQL JDBC Driver 1.2, which internally uses SSL connection to the MSSQL Server 2000, 2005 and 2008
2751-FixFSM database toolsThis is a duplicate of call 2760.
2752-FixFSM and CALA Install scriptsAdd support for MSSQL 2008
2757-FixFSM and CALA Install scriptsIt is now possible to use the wildcard character "?" in path names in the CALA configuration settings dialog.
2760-FixFSM CALAThe directory <Java installation path>/lib/ext is now automatically added to the ext.dirs parameter of the jdbcemit component to avoid problems caused by missing standard Java libraries.
2761-FixFSM monitorsMSSQL monitors using UDC connection now work with MSSQL 2005 JDBC driver 1.2 and now longer receive an SSL connection error
2762-FixFSM and CALA Install scriptsAdd support for Apache2.2 to installscript and changed documentation for manual adjustments on windows.
2763-FixFSM installerFixed a crash while loading configurations without any IBM IM configuration.
2766-FixFSM monitorsProcess Instance monitor now supports Windows Service manes containing more that one following blank as well as '$' and '(' characters.
2771-EnhMajor enhancementsFSM server installation is now supported on 64 Bit Windows 2003, 2003 R2 and 2008 as well as 64 Bit Linux Servers (SuSE and Redhat, Intel based). See separate chapter for more details.
2772-EnhMajor enhancementsIBM Content Collector (ICC) 2.1 support is added
2773-EnhMajor enhancementsP8 4.5 support is added with FP2
2774-EnhMajor enhancementsAIX support as managed system is added.
2775-EnhMajor enhancementsMSSQL 2008 is supported as managed database
2777-EnhMajor enhancementsIS/PE/40: The monitors using PPMOI, vwspy and vwtool have been reviewed to avoid parallel running of several monitor instance that use the same tool. Each of these monitors now checks if a lock file exists from another monitor instance. If an existing lock file is removed within 150 seconds, the second monitor instance will create a new lock file and will continue to run normally. If the existing lock file does not disappear within 150 seconds, the monitor will exit with an error message similar to "#FSM VWTOOL Lock file "C:/PROGRA~1/FileNet/SysMon/cala/temp/.fsm_vwtools_lock" still exists. If this issue exists permanently check FSM VWTOOL monitors and VWTOOL itself". This message should disappear as soon as the the monitor runs the next time.
2778-EnhFSM monitorsIBM Content Manager 8.4.1 support is added. This includes Oracle based CM8 servers
2779-EnhFSM monitorsCE/40: IBM FileNet P8 Content Engine 2.x, 3.x and 4.x ObjectStorePerformance monitor is added. The monitor returns the time in milliseconds to connect to the CE, to search for documents, etc. See documentation for further details.
2780-FixFSM monitors40: IBM FileNet P8 Content Engine 4.x ObjectStore Information monitor is added. The monitor returns either the number of documents of an ObjectStore and optionally a specified StorageArea or it monitors the used storage in KBytes of a StorageArea. Additionally the user can specify a custom SQL statement that is executed instead of searching specified Object types within a ObjectStore..
2781-FixFSM monitorsEM: Enhanced IBM FileNet EMail Manager logfile processing: Due to the Email Manager issue in some EMM/RC versions blocking access to the generated EMM / RC logfile during the service is running a monitor is realized that checks whether the EMM/RC services are running or not. If the service is not running the monitor parses the configured EMM / RC logfile and looks for errors in the file. A separate logfile is generated (and can be parsed if required) and a monitor event is created in the case errors were found in the original logfile. De-activate processing of the logfile generated by EMM/RC and activate the FSM-generated EMM/RC logfile.

4.0.1-001.001

Call #IBM APAR #TypeAreaDescription
2004-FixFSM WebConsoleFixed typo in FSM Administration => Host management page.
2334-FixDocumentationEach PDF now contains the creation date. It can be found in the section "Copyright Notice".
2403-FixMonitoring ManagerMonitoring Manager now shows correct monitor types.
2409-FixDocumentationn/a
2445-FixFSM and CALA Install scriptsSuppress SQL error messages during reinstallation of some packages. The data added here already exists in the database,
2452-FixFSM WebConsoleIn the FSM WebConsole the link "close all events (current area and host)" in the detailed logfile event view did not work. This problem is fixed now.
2453-FixFSM and CALA Install scriptsDuring installation and update, the default areas were always added to the FSM Server. To prevent this for updates, this functionality was changed. Now the default areas are only added during install, not on update.
2464-FixFSM database toolsFor some special data-constellations the cronjob (used to clean up the database) refused to create the default entries in the database. This problem is fixed.
2468-FixCALA Remote Executioncala_rex, CALA and OpenSSL are now compiled with a new compiler switch for MS Windows, so they should be capable to handle more than the OS's default of 64 connections per socket.
2488-FixFSM monitorsThe MSSQL monitors now handle blanks in database names correctly.
2503-FixFSM WebConsoleFixed a typo in a displayed comment in webtemplate.config.php.
2509-EnhFSM WebConsoleThe knowledgebase of the WebConsole was extended to use message-fields also for reference and description.
2546-FixFSM monitorsIn some situations the CenteraStatus monitor killed itself, because the wrong process id was checked. This behavior is fixed now.
2616-FixFSM monitorsWebServerMonitoring monitor is fixed for monitor archive STANDARD
2619-FixFSM monitorsA NullPointerException occurred, when a cepest archive was selected (as first archive after starting the configuration GUI) which did not contain a monitor configurable by SettingsBrowser. This is fixed now. No exceptions are thrown any more and the monitor can be switched to a monitor type configurable by the SettingsBrowser (which was not possible before, because of the Exception).
2620-FixFSM monitorsJMX: There was a problem on WebSphere 6.1 systems, when security is enabled, because no SSL configuration was enabled.
2623-FixFSM monitors40: P8 4.0 Component Manager monitors and tasks now search for installation CM installation path with ending <cm-install-path>/Router as well as <cm-install-path>/AE/Router.
2625-FixFSM and CALA Install scriptsNo longer a fsm4ibm_srv_env.sh stub will be generated for servers not really a member of a FSM for IBM configuration.
2627-FixFSM monitorsSettingsBrowser: There was a problem with Weblogic 9, because there were some characters in the output which made the XML file invalid (like <, # or >). These characters are quoted now, so that there is no problem any more. Also the output was too large, so the maximum heap space for the application must be adjusted in some cases.
2628-FixFSM database tools

The default configuration for dbOptimize now contains the parameter -Xmx256m to avoid Out of memory errors.

2632-FixDocumentationThe readme for patch FSM 4.0.1-001.001 now contains the additional installation steps for all previous patches.
2634-FixFSM monitorsThe PCH Listener monitor returned an additional line break, after the state ('ok' or 'not_ok'). On Unix systems this lead to an event without result in the console, because this line break was also interpreted. This is fixed now. No additional line break is returned any more.
2635-FixMonitoring ManagerCalaMoMa started with only 64 MB of heap size, which may be not enough. Now it is started with 512 MB maximum Java heap size.
2636-FixFSM WebConsoleodbc.defaultlrl limits the size for larger fields read from an MSSQL database using ODBC. By default this value is to small for larger TEXT and NTEXT fields. You have to change the php.ini to fix this. The necessary steps are explained in the FSM Install Guide.
2639-FixDocumentationPE: The monitor FileNet Process Analyzer Statistic was missing from the FSM Monitoring Guide FileNet P8.
2641-FixMonitoring ManagerIS: The monitor BatchITErrors has been added to the IBM FileNet Additional Components monitor archive.
2643-FixDocumentation40/IBMIM: In the FileNet40 and FSM4IBM manuals, as well as in the online help there was an incomplete sentence.
2644-FixReportingGenerating a report for areas which contain commas in the info field failed because the PHP scripts did not parse the value the right way. This problem is fixed now.
2649-FixJMX MonitoringSettingsBrowser: The password was stored clear text in the XML configuration files. Now the string "not_displayed" is shown in the configuration files instead of the clear password.
2651-FixFSM monitors40: Due to limitation of FSM CLI tool 'cosst' only a truncated output of the Processes running (max 4095 characters / line) are displayed. This is fixed now for all platforms except HP-UX 10 and Linux systems (limitation of the Operating system).
2652-EnhDocumentationAdd description for usage of DB_USER variable to documentation.
2653-FixFSM CALAIncreased maximum number of tcp/ip connections to 8096 on MS Windows.
2654-EnhCALA Remote ExecutionLinux 64 Bit managed system (client) support added
2655-EnhGeneral toolsWindows 64 Bit support added
2656-FixDocumentation64 Bit versions of Windows 2003 and 2008 as well as and Linux 64 Bit (Intel based) are now supported.
2657-FixGeneral toolsThe process monitors and tasks are now able to handle processes with command lines longer then 4095 characters (as long as the operating system supports this).
2659-FixFSM database toolsOn IBM DB2 the dbOptimize job needed very long time to finish. Optimized working of this component to finish much faster.
2660-FixFSM monitorsPassword of DB2 user is no longer displayed in DB2 based Index Database Availability Monitor
2662-FixFSM CALA40: The area setting of the P8 Application Server error logfile format definition is corrected.
2664-FixDocumentationCorrected typo in documentation, changed CeteraPing to CenteraPing
2665-FixFSM monitorsIBMIM: CM8 monitors do not return errors on STDERR any longer
2667-FixFSM installerLoading an existing configuration in the Image Manager, the radio button for the NLS mode was selected correctly, but the according teyt fields were missing. This is fixed.
2673-FixDocumentationDocumentation for HTTP Webpage status monitor enhanced, added example for HTTP server with HTTP version 1.1
2674-FixFSM monitorsEM: MSSQL monitors returned information on STDERR which causes the monitor to generate FATAL events in the EventConsole. This behavior is corrected.
2675-FixFSM monitorsDB2 monitors (DB2 tablespace used, tablespace free and tablespace status) running on DB2 8.2 based IBM FileNet Image Manager and IBM P8 Process Engine servers now use the correct DB2 Schema SYSCATV32 and related views instead of DB2 schema SYSIBMADM (DB2 version 9.x).
2679-FixFSM CALAThe format file for the Oracle Listener logfiles now recognizes additional startup messages for Oracle 10.2.0.3.0.
2682-FixFSM WebConsoleThe FSM Administration view had shown hosts to manage which does not belong to the hostgroup of the actual admin. This problem is solved now.
2687-FixFSM monitorsIS/PE/40: The monitors that require the MKF databases sometimes returned output on stderr, leading to FATAL events in the WebConsole. This is fixed now.
2689-FixFSM WebConsoleFor custom knowledgebase entries it was possible to enter an message text, but it was not possible to change this text. This is fixed now.

4.0.1-001

Call #IBM APAR #TypeAreaDescription
1207-EnhFSM WebConsoleUntil now, the email address of a user could only be specified by himself after logon. Now the user's email address can be created and edited by an admin user using the User Management.
2004-FixFSM WebConsoleFixed typo in FSM Administration => Host management page.
2014-FixFSM tasksThe Listener request task has been reviewed to run for Image Manager, Process Engine and Content Engine. In addition, the Listener tasks are available from the new FSM Addon Task archive.
2334-FixDocumentationEach PDF now contains the creation date. It can be found in the section "Copyright Notice".
2357-FixFSM and CALA Install scriptsSettings for LIBPATH and PATH are now only added to set_cenit_env.sh. This file is sourced during startup of cala_rex and CALA.
2383-FixFSM monitorsPE/IM/CE/40: All IBM FileNet Listener Tasks and Monitors now use extended Java maximum heap size parameter and corrected IBM FileNet mgrlib.jar file.
2385-EnhDocumentationAdd how to change password for DB_OPERATOR_USER to FSM_UserGuide to chapter "working with the webconsole".
2403-FixMonitoring ManagerMonitoring Manager now shows corret monitor types
2405-FixDocumentationThe online help and documentation now contains a hint for valid key values for the datatype ntlog.
2412-FixFSM monitorsJMX monitor and task calls generated unwanted ORB trace files. This is fixed now. No files and trace outputs are generated any more.
2442-FixFSM monitorsPE/40: IBM FileNet P8 Process Engine monitor 'Queuelength' for P8 2.x and 3.x environments is fixed now, but it no longer supports PE 4.0x. A new monitor 'QueueSize' was created that supports P8 PE 2.x, 3.x and 4.0x
2444-FixDocumentationThe help text for the field "Java path" in the P8 3.5 CE installer plugin has been fixed.
2445-FixFSM and CALA Install scriptsSuppress SQL error messages during reinstallation of some packages. The data added here already exists in the database,
2447-FixReportingIn the report definition website an icon without functionality is displayed beside the date field. This icon is removed now.
2448-FixCALA Remote ExecutionThe version numbers of cala_rex and CALA have been corrected.
2450-FixFSM monitorsSTD: Fixed the DiskFree monitor to run with Perl 4.
2451-FixFSM WebConsoleMisspelled icon names, e.g. for the support menu entry, are now correct.
2452-FixFSM WebConsoleIn the FSM WebConsole the link "close all events (current area and host)" in the detailed logfile event view did not work. This problem is fixed now.
2453-FixFSM and CALA Install scriptsDuring installation and update, the default areas were always added to the FSM Server. To prevent this for updates, this functionality was changed. Now the default areas are only added during install, not on update.
2454-FixFSM and CALA Install scriptsTrace/debug output for WebConsole and WebTemplate will no longer show up in the output while installing/updating, when no DEBUG flag is set.
2455-FixFSM and CALA Install scriptsThe config files for webtemplate, database and custweb were reset to default values when updating to FSM 401-000.002. This problem is fixed now.
2456-FixFSM and CALA Install scriptsThe password for the admin user was reset to default during installation of FSM 4.0.1-000.002. This problem is fixed now
2457-FixFSM and CALA Install scriptsPatch installations will now be faster, and the dbinst log will be shorter.
2461-FixFSM and CALA Install scriptsNew mgrlib version for the PCH/Listener monitors. Fixes the ArrayIndexOutOfBounds Exception when retrieving large data sets from a Listener.
2462-FixDocumentationThe sequence of chapters and appendixes in the FSM Users Guide was invalid. This is fixed now.
2463-FixDocumentationExtend documentation for dbOptimize.
2464-FixFSM database toolsFor some special data-constellations the cronjob (used to clean up the database) refused to create the default entries in the database. This problem is fixed.
2465-FixDocumentationThe description of the RMI4IICEStatus monitor has been removed from the Standard Monitoring Guide as this monitor is not part of the standard monitoring archive.
2466-FixFSM installerFixed typo in server environment file parsing routine. This typo prevented successful execution of the WebApplicationDynamicStatus monitor for IBM ContentManager installations.
2467PJ33921FixFSM and CALA Install scriptsThe wrong interpretation of the comma in the FileNet IM parameter 'Remote database identifier' is fixed. The usual MSSQL notation of <hostname>,<port>/<identifier> can be used properly now.
2468-FixCALA Remote Executioncala_rex, CALA and OpenSLL are now compiled with a new compiler switch for MS Windows, so they should be capable to handle more than the OS's default of 64 connections per socket.
2469-FixDocumentationThe column width in the Known Limitations section in the Release Notes is now fixed.
2471-FixDocumentationThe FSM Users Guide contained garbled text in some tables. This is fixed now.
2472-EnhMajor enhancementsA new component "SettingsBrowser" has been added to FSM. SettingsBrowser is used to display all available JMX MBeans names and PCH Listener paths and to select the specific paths which shall be monitored.
2473-EnhMajor enhancementsSettingsBrowser supports the JMX monitor configuration.
2474-EnhMajor enhancementsSettingsBrowser supports the FileNet PCH Listener monitors configuration.
2475-EnhMajor enhancementsA Java Swing-based GUI has been added to SettingsBrowser.
2476-EnhMajor enhancementsJMX backend for the SettingsBrowser implemented.
2477-EnhMajor enhancementsFileNet PCH Listener backend for the SettingsBrowser implemented.
2478-EnhMajor enhancementsA template mechanism is implemented in the SettingsBrowser to choose easily from a collection of predefined configurations.
2479-EnhMajor enhancementsThe SettingsBrowser supports FileNet PCH Listener.
2480-EnhMajor enhancementsSettingsBrowser integrated into CalaMoMa.
2481-EnhMajor enhancementsThe JMX monitors are supporting the new configuration format from the SettingsBrowser.
2482-EnhMajor enhancementsThe JMX task generates data readable by the new SettingsBrowser.
2483-EnhMajor enhancementsA new FileNet PCH Listener task ganarates data readable by rhe new SettingsBrowser.
2484-EnhMajor enhancementsThe FileNet PCH Listener monitors are supporting the new configuration from the SettingsBrowser.
2486-FixFSM and CALA Install scriptsThis is a duplicate of call 2527.
2487-FixFSM monitorsThe JMX scripts had problems if SAS_PATH contained spaces. There have been added quotes around the SAS_PATH variable now.
2488PJ33922FixFSM monitorsThe MSSQL monitors now handle blanks in database names correctly.
2490-FixDocumentationAdd note for needed DB2 client (32-bit) and sourcing of db2profile for installations on Unix to documentation.
2491-FixDocumentationAdd note for needed DB2 client (32-bit) and sourcing of db2profile for installations on Unix to documentation.
2493-FixDocumentationIn the release notes the Application servers which are supported for JMX were not listed. This is done now.
2494-FixFSM monitorsIBMIM: The monitor ApplicationServerAvailability from the IBM Content Manager monitoring collection is replaced by the monitor ResourceManagerWebStatus with more functionality
2497-FixFSM monitors40: In the task "View JMX parameters", the selection "All Servers" has been removed as it does not make sense.
2498PJ33920FixFSM installerIn the FileNet P8 4.x installer the application name requested on the "Listener" tab of PE products was not saved. This is fixed now.
2501-FixFSM monitors40: The Component Manager Status monitor now determines the status of all queues correctly.
2503-FixFSM WebConsoleFixed a typo in a displayed comment in webtemplate.config.php.
2507-EnhFSM monitorsEM: Support for FileNet Email Manager and Records Crawler 4.0.1 and 4.0.2 added
2509-EnhFSM WebConsoleThe knowledgebase of the WebConsole was extended to use message-fields also for reference and description.
2511-FixFSM CALAFixed a possible crash of CALA's component javasrv on Linux systems.
2512-FixFSM WebConsoleIn some cases logon to the WebConsole failed on Windows systems using IIS. Add explanation and possible solution to the InstallGuide.
2513-EnhMajor enhancementsIBMIM: Added new Logfile datatype ibm_cm8_icmsrvlog, which analyzes icmserver.log logfiles.
2514-EnhFSM WebConsoleKnowledgebase entries for IBM CM v8 Eventlog entries added
2515-FixDocumentationSome obsolete monitors have been removed from the FileNet IM Monitoring Guide.
2521-FixFSM tasks40: FileNet P8 4.0 Component Manager can now correctly be stopped and started using CalaTEMa. The issue was related to blanks in the Component Manager install path.
2522-FixFSM installerIt is now possible to enter different database schema names in the IBM ContentManager 8 library server and resource manager configuration.
2523-EnhMajor enhancementsA new Java component "UnifiedDatabaseClient" (UDC) has been added that connects to DB2, Oracle or MSSQL databases using JDBC. All database monitors in all products have been reviewed to support UDC as well as the native database client. Please see documentation for more details.
2524-FixFSM installerIt is now possible to configure an MSSQL-based IS server that has no MSSQL client software installed but uses ODBC to connect to its database.
2525-FixFSM installerEM: FileNet Email Manager 4.0.2 and Records Crawler are now supported. Additionally DB2 support for both products is added.
2527-FixFSM WebConsoleKnowledge Base entry for Network Ping monitor adjusted
2528-FixFSM installerThere was a scribal error in the help dialog of the FileNet P8 4.x configuration window. This error is corrected now.
2530-FixGeneral toolsThe cosst binary supports the xmlset command on all platforms now.
2531-FixFSM monitorsThe monitor OracleDatafileAvailable no longer returns 'available', if the specified datafile doesn't exist on the system. In this case 'ERROR_installation' is returned
2532-FixFSM monitorsDB2 monitors now execute the DB2 command binary correctly.
2533-EnhFSM monitorsEM: FSM now supports DB2 based FileNet Email Managers and Records Crawler systems.
2534-EnhFSM monitorsAll DB2 monitors are now supported on Linux based systems, too.
2536-FixFSM monitorsA new monitor to verify a RMI registry is added to the product.
2538-FixFSM WebConsoleChanged the FSM Installer headings for FSM Clients on the WebConsole installer page.
2546-FixFSM monitorsBuild workaround for CenteraStatus monitor, because new versions of EMC CenteraPing tool output the result not to the STDOUT but the STDERR channel.
2548-FixFSM tasks

IBMIM: FSM now supports UNIX / Linux based CMOD installations. The tasks are extended.

Note

Starting, stopping and checking the status of CMOD instances on UNIX require the shell scripts start_cmod.sh, stop_cmod.sh and status_cmod.sh in the tools directory. These scripts need to be created manually by the CMOD administrator in the tools directory, which has to be created as subdirectory of the CMOD installation directory. The return code (0 means the script runs well) is used to evaluate the status of the executed script, output (STDOUT and STDERR) is displayed.

2550-FixFSM and CALA Install scriptsThe PCH Listener configuration no longer leaves temporary environment files in the installation directory if the given PCH parameters are not correct.
2554-FixDocumentationThe Documentation for CALA_REX installation is enhanced now. An example on how to define a ADS / LDAP user is added to the documentation.
2555-FixDocumentation40: The WebConsole Installation page is enhanced, the different Managed System (Client) installers now point to the IBM ECM products that are supported with the installer.

4.0.1-000.002

Call #IBM APAR #TypeAreaDescription
1516-EnhFSM WebConsoleAdd possibility to acknowledge events in the FSM WebConsole following the detail link from the event view.
1540-FixFSM WebConsoleRemoved duplicate Knowledge base entries for the following monitors: ProcessInstance, NumberOfFiles, Oracle and MSSQL monitors
1578-FixFSM WebConsoleRemoved duplicate Knowledge base entries for the following monitors: ProcessInstance, NumberOfFiles, Oracle and MSSQL monitors
1683-FixFSM CALAThe template file for reports ($CENIT_ROOT/repos/install/custom/report.tpl) is no longer write-protected after installation.
1931-FixFSM and CALA Install scriptsInstalling FSM with an hostname in capital letters the WebConsole flickers constantly on login. To fix this we had changed comparison for the webserver-name and the hostname from FSM installation.
1991-FixFSM and CALA Install scriptsFixed the cala_rex server installer to create the correct authentication configuration templates for both authentication methods.
1997-FixFSM and CALA Install scriptsFixed the cala_rex server installer to create the correct authentication configuration templates for both authentication methods.
2151-FixFSM and CALA Install scriptsFixed the class name of events to be forwarded as email. There was an error in the default configuration, which caused all events that are forwarded as email to be from class '$CLASS'. This made further processing difficult, because the event class could no longer be used for filtering etc. This problem has been fixed, the event class is copied from the original event now.
2271-FixCALA Remote Executioncala_rex server no longer needs pwdcrypt library (dll/so file) to be in java.library.path.
2297-FixFSM CALAJdbcemit now longer chrashed on AIX with 64 Bit Java.
2319-FixFSM monitorsThe mbeantemplates.xml file has changed. The old mbeantemplates.xml file should be saved before the updates are installed. Other way all previously made changed will be lost after installing the patch. The mbeantemplates file can be found in the ${CENIT_ROOT}/monitors/pam directory
2327-FixFSM installerIn the IBM IM configuration it was not possible to create a CS product configuration without an existig WebEnvironment definition. That was an incorrect interpretation of the specification, but is fixed now.
2354-FixFSM WebConsoleSome inserts to knowledgebase on IBM DB2 for tsm failed caused by an syntax error in the sql-statement. This error is fixed now.

4.0.1-000.001

Call #IBM APAR #TypeAreaDescription
2256-FixFSM installerIn the file browse dialogs of the IS configuration window and partly in the window for IBM products configuration, only files could be selected where directories should be selectable, because of a wrongly set parameter. This is fixed now.
2257-FixFSM monitorsCE: The monitor ObjectsInObjectstore now returns the highest number of objects instead of the lowest number.
2258-FixFSM installerIBM IM installer plugin will now show the correct value for a already configured CS server type.
2261-FixReportingAreas were listed more than once on the report creation page. This caused duplicate images and errors in the summary of some reports. You have to edit all affected reports and save them to fix this error.
2262-FixFSM WebConsoleTo support clusters we check now the hostname and the adapterhost for status check of FSM WebConsole.
2263-FixFSM monitorsSTD/CE/IBMIM: DB2 Monitors now work now even if OS user settings do not contain DB2 environment variables.
2264-FixFSM installerIBMIM: Help text of the CommonStore panel reflects changes made by the fix for the CS server type field.
2266-FixFSM monitors40, IBMIM: The JMX status monitor used a wrong internal variable which caused errors. This is fixed now.
2267-FixFSM tasksEM: The tasks Start Email Manager, Stop Email Manager, View Email Manager Status and the corresponding tasks for Records Crawler now handle blanks in the system name correctly.
2270-FixFSM monitorsIBMIM: It is not possible for the "View JMX Parameters" task and "JMX Thresholds" monitor to connect to a WebSphere server the usual way. For usual it must be like SAS_PATH=E:/WebSphere/AppServer/profiles/Profile1/properties, but because of the error it must just be "E:/WebSphere/AppServer/profiles/Profile1/properties". This will be changed for the next release. For so long only the path without "SAS_PATH=" must be used.
2272-FixFSM monitorsSTD, PE, 40; FSM4IBM: Previosly there was a special rules for WebLogic 8.x MBeans. This special rule was removed now, because it caused problems and is obsolete, because of the mbeantemplates.xml file.
2274-FixFSM installerThe installer plugin for FileNet IM now handles multiple datafiles for a single MKF dataset type correctly.
2275-FixFSM monitorsSTD, PE, 40, FSM4IBM: The cenitjmxmon has a parsing function which can check whether a substring is contained (contains) or not contained (notcontains) in the output string of the request. This parser had an error. The erroris fixed now.
2276-FixFSM installerIn the installer plugin for FileNet IM configuration it was possible to add one CDB file more than once, but it was not possible to remove a wrongly added CDB file from the configuration. A button to remove has been implemented and also a plausibility check to avoid adding CDB file more than once.
2277-FixFSM installerIn the FileNet IM configuration dialog, a hostname has to be assigned to a server, but that could be the default entry NONE. This was not correct. It is now impossible to leave the dialog as long as a hostname is set to NONE. Leaving the dialog is possible, if no domains are set at all.
2281-FixFSM WebConsoleIndividual Server view in the webconsole shows events until a refresh, then view changes to an empty state and stays like this. This error is fixed now.
2286-FixFSM and CALA Install scriptsUNIX Syslog entries are now correctly generated / updated. The fields are separated by a tab, trailing blanks are removed
2290-FixFSM monitorsThe WebSphere 5 JMX status monitor had an error in the parsing algorithm, so that one special parameter always returned ok, even if it was not ok. This is fixed in the latest version.
2291-FixFSM monitorsSTD: There was a typo in the XML GUI description for the View JMX Parameters task which caused an error during task execution. This typo is fixed now.
2292-FixFSM installerFSM4IBM: The menu item "Tools -> View Configuration as Text" was added to the installer.
2300-FixFSM tasksChanging a system in the Calatema P8 4.x "View Listener..." and "View JMX..." tasks now loads the products of the newly selected system.
2301-FixFSM installer40: It was not possible to define an IS Domain in the PE product tab. This error is now fixed.
2305-FixFSM installerIBMIM: When an instance was selected in the infrastructure panel and edit is pressed, the value which was entered in the fields were not stored. This is fixed now.
2306-FixFSM installerIBMIM: When switching the system, the product fields are not stored. Only on pressing the OK button the information is stored. This is fixed now. Now also on changing the system, the data is stored.
2311-FixFSM monitorsIn cluster environments, the physical machines can have several IP addresses to which the virtual cluster servers can be bound. So there must be a possibility to give the explicit IP address in the configuration of the JMX monitors. This can now be done via the additional options field.
2315-FixFSM installerIBMIM: The installer could not be closed when all systems were deleted. So it was not possible to delete a fsm4ibm configuration, after it was created. This is fixed now.
2317-FixFSM monitorsThe JMX status monitors returned results on the output as comment when the monitor was configured to ignore them (x as threshold). These were not supposed to appear. The error is fixed now.
2318-FixFSM monitorsSince there is the configuration file mbeantemplates.xml the parser needed to be extended. The parser of the JMX status monitor works now correctly with the mbeantemplates.xml file.
2320-FixFSM monitorsIn the JMX statusmonitor the monitor returned a not_ok status even if a real error occured. This is fixed now. By the way there was a parser error in the websphere6 status monitor which is also fixed now.
2321-EnhFSM database toolsA new tool dbOptimize has been added that optimizes the event database by removing events that only differ in the timestamp. This tool has to be configured manually, for a description see chapter " How to configure the database optimizing tool" of the FSM users' guide.

Details on features

Introduced in FSM 4.0.1-002-001

FSM 4.0.1-002-001 did not introduce any new features.

Introduced in FSM 4.0.1-002

  • FSM server installation is now supported on 64 Bit Windows 2003, 2003 R2 and 2008 as well as 64 Bit Linux Servers (SuSE and Redhat, Intel based). See separate chapter for more details.

  • IBM Content Collector (ICC) 2.1 support is added

  • P8 4.5 support is added with FP2

  • AIX support as managed system is added.

  • MSSQL 2008 is supported as managed database

  • The monitors using PPMOI, vwspy and vwtool have been reviewed to avoid parallel running of several monitor instance that use the same tool. Each of these monitors now checks if a lock file exists from another monitor instance. If an existing lock file is removed within 150 seconds, the second monitor instance will create a new lock file and will continue to run normally. If the existing lock file does not disappear within 150 seconds, the monitor will exit with an error message similar to "#FSM VWTOOL Lock file "C:/PROGRA~1/FileNet/SysMon/cala/temp/.fsm_vwtools_lock" still exists. If this issue exists permanently check FSM VWTOOL monitors and VWTOOL itself". This message should disappear as soon as the the monitor runs the next time.

  • IBM Content Manager 8.4.1 support is added. This includes Oracle based CM8 servers

  • IBM FileNet P8 Content Engine 2.x, 3.x and 4.x ObjectStorePerformance monitor is added. The monitor returns the time in milliseconds to connect to the CE, to search for documents, etc. See documentation for further details.

Introduced in FSM 4.0.1-001.001

  • The knowledgebase of the WebConsole was extended to use message-fields also for reference and description.

  • Add description for usage of DB_USER variable to documentation.

  • Linux 64 Bit managed system (client) support added

  • Windows 64 Bit support added

Introduced in FSM 4.0.1-001

  • Until now, the email address of a user could only be specified by himself after logon. Now the user's email address can be created and edited by an admin user using the User Management.

  • Add how to change password for DB_OPERATOR_USER to FSM_UserGuide to chapter "working with the webconsole".

  • A new component "SettingsBrowser" has been added to FSM. SettingsBrowser is used to display all available JMX MBeans names and PCH Listener paths and to select the specific paths which shall be monitored.

  • SettingsBrowser supports the JMX monitor configuration.

  • SettingsBrowser supports the FileNet PCH Listener monitors configuration.

  • A Java Swing-based GUI has been added to SettingsBrowser.

  • JMX backend for the SettingsBrowser implemented.

  • FileNet PCH Listener backend for the SettingsBrowser implemented.

  • A template mechanism is implemented in the SettingsBrowser to choose easily from a collection of predefined configurations.

  • The SettingsBrowser supports FileNet PCH Listener.

  • SettingsBrowser integrated into CalaMoMa.

  • The JMX monitors are supporting the new configuration format from the SettingsBrowser.

  • The JMX task generates data readable by the new SettingsBrowser.

  • A new FileNet PCH Listener task ganarates data readable by rhe new SettingsBrowser.

  • The FileNet PCH Listener monitors are supporting the new configuration from the SettingsBrowser.

  • Support for FileNet Email Manager and Records Crawler 4.0.1 and 4.0.2 added

  • The knowledgebase of the WebConsole was extended to use message-fields also for reference and description.

  • Added new Logfile datatype ibm_cm8_icmsrvlog, which analyzes icmserver.log logfiles.

  • Knowledgebase entries for IBM CM v8 Eventlog entries added

  • A new Java component "UnifiedDatabaseClient" (UDC) has been added that connects to DB2, Oracle or MSSQL databases using JDBC. All database monitors in all products have been reviewed to support UDC as well as the native database client. Please see documentation for more details.

  • FSM now supports DB2 based FileNet Email Managers and Records Crawler systems.

  • All DB2 monitors are now supported on Linux based systems, too.

Introduced in FSM 4.0.1-000.002

  • Add possibility to acknowledge events in the FSM WebConsole following the detail link from the event view.

Introduced in FSM 4.0.1-000.001

  • A new tool dbOptimize has been added that optimizes the event database by removing events that only differ in the timestamp. This tool has to be configured manually, for a description see chapter " How to configure the database optimizing tool" of the FSM users' guide.