Upgrading FileNet® Collaboration Services only for CR1
The CR1 instructions for updating FileNet® Collaboration Services are provided in this section as a convenience if you are still in the process of applying CR1 and are not planning to apply CR2 right away. After applying IBM® Connections 5.0 CR1, you must upgrade FileNet® Collaboration Services (FNCS) manually since FNCS is now a component of IBM® Content Navigator 2.0.3. Skip these procedures if you have already applied CR2 or have an existing FileNet deployment that was installed independently of IBM Connections.
Before you begin
About this task
If you installed Connections Content Manager into an existing FNCS deployment (where CE, FNCS, and CE Client were installed and configured prior to installing IBM® Connections), then the backup and update scripts will not work. Instead, you will have to install FNCS 2.0.3 manually using the Content Navigator installer and configure required tasks.
Procedure
- Navigate to the folder where IBM® Content
Navigator has been downloaded:
- Windows™: IBM_CONTENT_NAVIGATOR-2.0.3-WIN.exe
- AIX®: IBM_CONTENT_NAVIGATOR-2.0.3-AIX.bin
- Linux™: IBM_CONTENT_NAVIGATOR-2.0.3-LINUX.bin
- zLinux: IBM_CONTENT_NAVIGATOR-2.0.3-zLINUX.bin
- For Linux™ and AIX® only, assign permission to /opt/IBM/Connections/ccm/ccm/ccm as
follows:
run chmod -R 777 * under the folder /opt/IBM/Connections/ccm/ccm/ccm
- Back up your current Connections Content Manager deployment
as follows:
- Make sure that the Deployment Manager is running.
- Navigate to the connections_root/opt/IBM/Connections/ccm/ccm/ccm/scripts folder
to run the backup script appropriate to your operating system:
- For Windows™ use the backup.bat
[-param value] ... [-paramN valueN] script with the following
parameters:
- was.dm.path is the path of WebSphere® Application Server Deployment Manager.
- was.admin.user is the username of WebSphere® Application Server administrator. was.admin.user is the user id defined by the setting WasUserid in the <DMgr-profile>\ConfigEngine\properties\wkplc.properties file.
- was.admin.password is the WebSphere® Application Server administrator password.
backup.bat -was.dm.path "C:\Program Files\IBM\WebSphere\AppServer\profiles\Dmgr01" -was.admin.user wasadmin -was.admin.password passw0rd
- For AIX® or Linux™ use the ./backup.sh [-param=value]
... [-paramN=valueN] script with the following parameters:
- was.dm.path is the path of WebSphere® Application Server Deployment Manager.
- was.admin.user is the username of WebSphere® Application Server administrator. was.admin.user is the user id defined by the setting WasUserid in the <DMgr-profile>/ConfigEngine/properties/wkplc.properties file.
- was.admin.password is the WebSphere® Application Server administrator password.
./backup.sh -was.dm.path=/opt/IBM/WebSphere/AppServer/profiles/Dmgr01 -was.admin.user=wasadmin -was.admin.password=passw0rd
Note: If you don't append these parameters, you will be prompted for them while the backup script runs. - For Windows™ use the backup.bat
[-param value] ... [-paramN valueN] script with the following
parameters:
- Run the upgrade script as follows:
- Make sure that the FileNetEngine server's status is enabled (Status shows green checkmark) via the WebSphere® Application Server administrative console: .
- Navigate to the connections_root/opt/IBM/Connections/ccm/ccm/ccm/scripts folder
to run the update scrips for FNCS:
- For Windows™, use the update-fncs-ceclient.bat script
with the following parameters:
- was.dm.path is the path of WebSphere® Application Server Deployment Manager.
- was.admin.user is the username of the WebSphere® Application Server administrator. was.admin.user is the user id defined by the setting WasUserid in <DMgr-profile>\ConfigEngine\properties\wkplc.properties.
- was.admin.password is the WebSphere® Application Server administrator password.
- fncs.fp.installer.location is the location of FileNet® FNCS Fix pack installer.
- doInstallFNCS Set to y if installing FNCS or n if not installing FNCS.
- doInstallCEClient Set to y if install CE Client or n if not installing the CE Client.
update-fncs-ceclient.bat -was.dm.path "C:\Program Files\IBM\WebSphere\AppServer\profiles\Dmgr01" -was.admin.user wasadmin -was.admin.password passw0rd -doInstallFNCS y -fncs.fp.installer.location C:\fncs-fp\installer\IBM_CONTENT_NAVIGATOR-2.0.3-WIN.exe -doInstallCEClient n
Note: If your DM path contains space, add quotation marks to the path. - For AIX® or Linux™, use the ./update-fncs-ceclient.sh script
with the following parameters:
- was.dm.path is the path of WebSphere® Application Server Deployment Manager.
- was.admin.user is the username of the WebSphere® Application Server administrator. was.admin.user is the user id defined by the setting WasUserid in the <DMgr-profile>/ConfigEngine/properties/wkplc.properties file.
- was.admin.password is the WebSphere® Application Server administrator password.
- fncs.fp.installer.location is the location of FileNet® FNCS Fix pack installer.
- doInstallFNCS Set to y if installing FNCS or n if not installing FNCS.
- doInstallCEClient Set to y if install CE Client or n if not installing the CE Client.
./update-fncs-ceclient.sh -was.dm.path=/opt/IBM/WebSphere/AppServer/profiles/Dmgr01 -was.admin.user=wasadmin -was.admin.password=passw0rd -doInstallFNCS=y -fncs.fp.installer.location=/opt/build/IBM_CONTENT_NAVIGATOR-2.0.3-LINUX.bin -doInstallCEClient=n
Note: If you don't append these parameters, you will be prompted for them while the update script runs. - For Windows™, use the update-fncs-ceclient.bat script
with the following parameters:
- After the update process completes successfully, start
the application named "navigator" in WebSphere® Application Server in order to
use it.Note: The application name "fncs" in the previous version of FNCS has been changed to "navigator" in FNCS 2.0.3 and later.
- Map the new "navigator" application to the web server.
Results
- Start the Content Engine server.
- Make sure your FNCS 2.0.3 is installed by checking the version number in connections_root/addons/ccm/FNCS/version.txt.
- Run the update-fncs-ceclient.bat/.sh script
without installing FNCS 2.0.3 again, being sure to set
doInstallFNCS
to be n. For example:- On Windows™:
update-fncs-ceclient.bat -was.dm.path "C:\Program Files\IBM\WebSphere\AppServer\profiles\Dmgr01" -was.admin.user wasadmin -was.admin.password passw0rd -doInstallFNCS n -doInstallCEClient n
- On AIX/Linux:
./update-fncs-ceclient.sh -was.dm.path=/opt/IBM/WebSphere/AppServer/profiles/Dmgr01 -was.admin.user=wasadmin -was.admin.password=passw0rd -doInstallFNCS=n -doInstallCEClient=n
- On Windows™:
- Clear at least 5 GB of space.
- Rerun the update-fncs-ceclient.bat/.sh script
as before, being sure to set
-doInstallFNCS y -fncs.fp.installer.location C:\fncs-fp\installer\IBM_CONTENT_NAVIGATOR-2.0.3-WIN.exe -doInstallCEClient=n
. For example:- For Windows™:
update-fncs-ceclient.bat -was.dm.path "C:\Program Files\IBM\WebSphere\AppServer\profiles\Dmgr01" -was.admin.user wasadmin -was.admin.password passw0rd -doInstallFNCS y -fncs.fp.installer.location C:\fncs-fp\installer\IBM_CONTENT_NAVIGATOR-2.0.3-WIN.exe -doInstallCEClient n
- For AIX/Linux:
./update-fncs-ceclient.sh -was.dm.path=/opt/IBM/WebSphere/AppServer/profiles/Dmgr01 -was.admin.user=wasadmin -was.admin.password=passw0rd -doInstallFNCS=y -fncs.fp.installer.location=/opt/build/IBM_CONTENT_NAVIGATOR-2.0.3-LINUX.bin -doInstallCEClient=n
- For Windows™:
- Make sure the cluster and Connections Content Manager are running before running the ccmUpdate task.
- Run the command as follows:
- For AIX/Linux:
cd /opt/IBM/Connections/addons/ccm/ccmDomainTool/ chmod +x ccmUpdate.sh ./ccmUpdate.sh
- For Windows™:
cd C:\Program Files\IBM\Connections\addons\ccm\ccmDomainTool/ ccmUpdate.bat
- For AIX/Linux: