Symptom:
Migration of an SMP/E environment fails on the SMP/E Environment Functions step of the wizard, and I receive one of the following messages:
MMR0005S - An error occurred during dlopen(libGIMAPI03040026.so): CEE3501S The module libGIMAPI03040026.so was not found. MMI0084S - Initialization of CAGIMAPI address space failed.
.1299171650. CGIMAPIExtractor_ForkStub: Exception occurred during Initialize() processing: mcCagimapiHandshake
.1299171650. CGIMAPIExtractor_ForkStub: Exception text: Initialization of CAGIMAPI address space failed.
An exception has occurred during native_initialize(): MMI0101S - A serious error has occurred while initializing GIMAPI Extractor.
ERROR (http-17310-5) 2011-03-03 14:49:43,895 (DataExtractionDriver_Jni.java:305): Initialization of DataExtractionDriver_Jni has failed.
INFO (http-17310-5) 2011-03-03 14:49:43,896 (BufferedMessageReader.java:206): A new message was read and enqueued in the message log: MMR0005S - An error occurred during dlopen(libGIMAPI03040026.so): CEE3501S The module libGIMAPI03040026.so was not found. at ./CGIMAPIExtractionLibrary.C:51
INFO (http-17310-5) 2011-03-03 14:49:43,896 (BufferedMessageReader.java:206): A new message was read and enqueued in the message log: MMI0084S - Initialization of CAGIMAPI address space failed. At ./CGIMAPIExtractor_ForkStub.C:430
Reason:
CA CSM cannot load the shared object files (DLL), because the files do not have the required attributes. All of the files need the following attributes:
+p, +s, +r, +x
The libcci.so file also needs this attribute:
+a
Solution:
Check the SO files and DLL files for the correct attributes and privileges. Add the required attributes and privileges to files that are lacking them.
ls -E *.so *.dll
Results similar to the following example appear:
-rwxr-xr-x aps- 1 USERID GROUPID 233472 Aug 17 2010 libcci.so
extattr attribute filename
For example, to add the +a attribute to the libcci.so file, type:
extattr +a libcci.so
chmod attribute filename
For example, to add the +r attribute to the libcci.so file, type:
chmod +r libcci.so
|
Copyright © 2014 CA.
All rights reserved.
|
|