|
This chapter provides information on Collaboration and summarizes the procedures required to perform new product installations on a Unix or Linux machine.
This chapter is divided into the following sections:
For more information on recommended configurations based on the size of your implementation, see the Deployment Guide for BEA AquaLogic User Interaction (Plumtree Application Suite).
Before running the Collaboration installer, you must:
Verify that your portal is working correctly including the Search Service, Image Service, Document Repository Service, API Service, Automation Service, and ALI Logging Utilities. For more information on installing and configuring the portal, see the Installation and Upgrade Guide for BEA Aqualogic Interaction (UNIX and Linux) (Plumtree Foundation).
Before installing Collaboration ensure that you have a correctly installed and configured Oracle portal database. Collaboration does not use its own Oracle database. Instead, the Collaboration schema are added to the existing Oracle database that contains the portal schema.
Before proceeding with the Collaboration installation, confirm that the open_cursors parameter in the Oracle initialization file is set to greater than 1000. This parameter should have been set correctly during the portal database set up.
To install Collaboration, you must have administrator rights on the machine where you are running the installer. Additionally, you must have administrator privileges for the portal database.
To run the Collaboration installer:
cd <installer_file_path>
|
./ALICollaboration_v4-1 |
You can choose the Collaboration components you want to install. Each component can be installed on a separate server depending on your configuration. For information on recommended configuration, see Recommended Configuration.
|
|||||
|
|||||
To establish secure communication between the portal and Collaboration, you must specify an authentication ID and password:
|
|||||
The Document Repository Service is a portal component that manages storage and retrieval of documents for Collaboration and other AquaLogic Interaction products.
|
|||||
Search is a component of the portal that provides search functionality to the Document Repository Service and Collaboration. You must use the same hostname and port used by the portal.
|
|||||
|
|||||
|
|
|||||
|
Bulk Upload: This feature allows you to simultaneously upload multiple files and folders to Collaboration.
This feature uses a Java applet installed on the client's computer which requires the Java Runtime Environment. To use this feature, certain client browser security settings must be made. See Configuring Advanced Collaboration Features for more information on client changes that must be made after installing Collaboration.
WebDAV Service: The Web-based Document Authoring and Versioning (WebDAV) protocol is an extension to the HTTP protocol that allows easier document management.
WebDAV must be installed to use the WebEdit and Map a Web Folder. For more information on these features see Configuring Advanced Collaboration Features.
|
|||||
|
Lotus Notes Integration: This option allows users to synchronize personal Collaboration calendars with their Lotus notes calendar.
If you install this feature, you must perform several configuration steps after Collaboration is installed. For more information, see Configuring Advanced Collaboration Features.
|
|||||
|
|||||
Specify whether or not you want to enable e-mailing a project. If you enable this feature, you must supply an e-mail domain and port for Collaboration to use to receive e-mail messages. The default port number is 25.
|
|||||
The following steps should be performed immediately after the installer has completed. This section describes the procedures you must perform after running the Collaboration installer. You should perform the procedures outlined in each section in the order listed below:
After you have completed the installer you must configure the portal and Collaboration databases.
This section describes how to configure the Collaboration database using Oracle. The following scripts add and configure the Collaboration schema in the portal database:
These SQL scripts create the Collaboration schema and add specific tables and information. They also grant SELECT access to the Collaboration schema owner.
| Note: | If you are running the scripts on a local machine you do not need to include the command line @<Oracle_SID> however you do need to ensure that the environment variables are set. |
The following procedures describe how to run these scripts:
You must log in as the system user to execute this script. Substitute the correct system password in the following command:
sqlplus system/<system_pwd>@<ORACLE_SID> @collaboration-server-create-table-space.sql |
sqlplus system/<system_pwd>@<ORACLE_SID> @collaboration-server-create-user.sql |
sqlplus <collab_user_name>/<user_pwd>@<ORACLE_SID> @collaboration-server-create-tables.sql |
| Note: | This script stops immediately on a SQL server error. If this happens, resolve the problem and rerun the script. |
sqlplus <collab_user_name>/<user_pwd>@<ORACLE_SID> @collaboration-server-data.sql |
sqlplus <collab_user_name>/<user_pwd>@<ORACLE_SID> @collaboration-server-portal-role-grant.sql |
sqlplus <portal_user_name>/<portal_pwd>@<ORACLE_SID> @portal-collaboration-server-role-grant.sql |
sqlplus <portal_user_name>/<portal_pwd>@<ORACLE_SID> @portal-collaboration-server-data.sql |
The following steps outline how to use the Migration Utility to import the Collaboration Migration Package into Collaboration:
To start the Notification Service you must first log in as the Portal Administrator, then access the start scripts which are located in:
plumtree/ptnotification/4.1/bin/notificationserverd.sh
To run the script use notificationserverd.sh start and to stop the script use notificationserver.sh stop
This script executes the Notification Service in the background and can be incorporated into the Linux environment startup scripts if necessary.
Check the notification.log file for errors. This file is found in the /plumtree/ptnotification/4.1/settings/logs directory.
The following optional features require additional configuration and setup after you have run the installer:
For more information on configuring these features, see Configuring Advanced Collaboration Features.
http://<your-collab-URL>:<your-collab-port>/collab/admin/diagnostic |
For more information on using the Collaboration Diagnostics page, see Troubleshooting
For AquaLogic Interaction 6.x, you have the option to set up Collaboration Logging. This includes setting up Logging Utilities and configuring ALI Logging Spy (formerly "Plumtree Logging Spy") to display Collaboration messages. For more information on setting up Collaboration Logging, refer to the Administrator Guide for BEA AquaLogic Interaction Collaboration.
|