This section explains the tasks after uninstallation.
The uninstaller does not uninstall the FJSVod package when the following product is installed on CEP Server.
Systemwalker Centric Manager (Management Server)
Below are manual uninstallation steps for the FJSVod package.
Check product usage
Check if the following product is installed. If it is installed, do not uninstall the FJSVod package.
Systemwalker Centric Manager (Management Server)
Uninstall the FJSVod package
Execute rpm as a superuser to uninstall the FJSVod package.
# /bin/rpm -e --nodeps FJSVod <ENTER>
The uninstaller does not uninstall the FJSVsmee64 and FJSVsclr64 packages, because these packages may be included in Fujitsu non-Interstage products such as Systemwalker Centric Manager.
If you want to uninstall these packages manually, execute following commands as a superuser.
# /bin/rpm -e --nodeps FJSVsmee64 <ENTER>
# /bin/rpm -e --nodeps FJSVsclr64 <ENTER>
Delete the path below from the PATH environment variable of the CEP Server users.
/opt/FJSVcep/bin
Point
If the following files were created in the /etc/profile.d directory in "4.3.3.1 Setting Environment Variables", delete the created files:
/etc/profile.d/FJSVcep.sh
/etc/profile.d/FJSVcep.csh
The engine execution user and the group to which the engine execution user belongs that are specified at installation will not be deleted at uninstallation. If the user is not required, delete the user.
Example
Below is an example of manually deleting the execution user called "isbdcep".
$ su -<ENTER>
# userdel isbdcep<ENTER>
Note
The user and group deletion method depends upon the management policy of the system. Always check with the system administrator.