This section explains the tasks after installation.
Add the path below to the PATH environment variable of the CEP Server users.
/opt/FJSVcep/bin
Point
Creating a file with the content below in the /etc/profile.d directory of the CEP Server will allow the PATH environment variable to be set uniformly for the CEP Server users.
File: /etc/profile.d/FJSVcep.sh
# Interstage Big Data Complex Event Processing Server V1.1.0
export PATH=/opt/FJSVcep/bin:${PATH}
File: /etc/profile.d/FJSVcep.csh
# Interstage Big Data Complex Event Processing Server V1.1.0
setenv PATH /opt/FJSVcep/bin:${PATH}
If the versions of the FJSVsmee64 and FJSVsclr64 packages installed by BDCEP are older than the previously installed versions, perform the following procedure:
Uninstall the FJSVsmee64 and FJSVsclr64 packages.
# rpm -e FJSVsmee64 <ENTER>
# rpm -e FJSVsclr64 <ENTER>
Reinstall the FJSVsmee64 and FJSVsclr64 packages from a product that bundles the more recent versions of the FJSVsmee64 and FJSVsclr64 packages. Refer to the manual provided with the product for information on how to install the packages.
Start all products that you stopped when performing the procedure in "4.3.1.8 Deleting FJSVsmee64 and FJSVsclr64 Packages". Refer to the manual provided with each product for information on how to start the product.
Refer to "6.3.3 Applying Updates" to apply product and software (included with BDCEP) updates.
After applying the updates, set up BDCEP. Refer to "4.4 Setup" for details.