While trying to uninstall 12.8 Policy Server on Linux, instead of cleaning uninstallation, the CA folder was deleted by mistake.
Now while trying to re-install the server on the same box, it is giving errors and it is not getting installed properly.
On linux, the installation creates several files which can be in a global location - usually under /var and or the directory where SiteMinder is installed - and/or the home directory of the user who installed SiteMinder.
These files are:
.com.zerog.registry.xml
.Admin_UI_Prerequisite_Registry.registry
.CA_IAM_FW.registry
Do a system-wide file search for these files.
The following commands should do this:
# find / -name ".com.zerog.registry.xml"
# find / -name ".Admin_UI_Prerequisite_Registry.registry"
# find / -name ".CA_IAM_FW.registry"
These files should be deleted, or renamed, so SiteMinder can then be installed again.