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.0.0
export PATH=/opt/FJSVcep/bin:${PATH}
File: /etc/profile.d/FJSVcep.csh
# Interstage Big Data Complex Event Processing Server V1.0.0
setenv PATH /opt/FJSVcep/bin:${PATH}
Refer to "6.3.3 Applying Updates" to apply product and software (included with this product) updates.
After applying the updates, perform setup for this product. Refer to "4.4 Setup" for details.