Service nscd is terminated unexpectedly while unloading SEOS kernel by "SEOS_load -u"
In the script "SEOS_unload_int.opt", service nscd is stopped before SEOS kernel unloading as pre action and is restarted after SEOS kernel unloading as post action.
But, there was an error in the script and it disturbs to restart service nscd.
Please edit the file "SEOS_unload_int.opt" located at <CA Privileged Identity Manager install directory>/exits/LOAD.
1. search the string "/tmp/.seos_nscd_start", and found only one place.
2. replace it to "/tmp/.seos_start_nscd"
3. save