You can stop federation without completely shutting down all IBM®
FileNet® CFS for Content Integrator components by stopping the content federation importer or
exporter. You can start and stop the exporter and importer components by using a graphical user
interface (GUI) and command-line instructions.
Procedure
Follow the instructions for the appropriate action:
Action |
Steps |
Startup |
- Verify that the content federation importer is enabled:
Use the Content Platform Engine administration console to enable the dispatcher for the
importer on the CFS Import Agent Subsystem tab of the domain. In most cases,
run the importer whenever Content Platform Engine is running.
If the
importer was enabled before a previous shutdown, it remains enabled on startup, and no further
action is necessary. If the feature was disabled before a previous shutdown, you must re-enable the
feature on startup.
- Start the Federator database:
Use the startup procedures that are specified by your database
software vendor. Make sure that the database is completely up before proceeding.
- Start each instance of the Remote Method Invocation (RMI) proxy server (sometimes called an RMI
bridge) on all host servers by running the RMIBridge script. RMI proxy servers
can run on more than one host server and one host server can run more than one RMI proxy server. You
must start each instance separately by using the script. For more information, see your IBM Content Integrator documentation.
Important: In highly available
environments, you must start the RMI proxy server on every node in the cluster.
- Start the VeniceBridgeServices script on the IBM Content Integrator server.
- Use the IBM Content Integrator administration tool to verify the connection
between the source repository and Content Platform Engine.
- Start all content federation exporters:
Windows - On the IBM Content Integrator server, log on as a user in the local
Administrators group or as a user with equivalent permissions. The user must have full rights to the
IBM
FileNet CFS for Content Integrator installation directory structure
- Start the exporter by running the following command, where install_directory
is the directory where the IBM
FileNet Content Federation Services for Content
Integrator software is installed:
install_directory\FileNet\CFS\FedExporter\bin\run_exporter.bat
UNIX - On the IBM Content Integrator server, log on as a user with write access to
/bin and read, write, and execute access to the directory where you installed
IBM
FileNet CFS for Content Integrator.
- Start exporter by running the following command:
install_directory/FileNet/CFS/FedExporter/bin/run_exporter.sh
The exporter is running correctly if the following conditions are true: - No exceptions or error messages are displayed in the command console.
- The following message is displayed: There is no schedule available. Please create a rule
and schedule it using admin UI. This message is displayed only the first time that exporter
is started.
|
Shutdown |
- Stop the content federation exporter:
In the command-line console where the process is
running, stop the process by pressing CTRL+C.
- Stop the VeniceBridgeServices script on the IBM Content Integrator server.
- Stop each instance of the RMI proxy server on all host servers:
In the command-line console
where the process is running, stop the process by pressing CTRL+C.
- Stop the Federator database:
Use the shutdown procedures that are specified by your database
software vendor.
|