Unsolved
This post is more than 5 years old
1 Message
0
1499
Install files for installing Centera XAM/VIM
Hello,
I'm new on this kind of products. I' m trying to install the centera xam for connection my application (alfresco) with the centera storage
when i try to connect to the centera it says "Message: xam/vim not found"
I have look up in the web and it is said that this message is showed when the PATH is not pointing to the PATH of the centera XAM/VIM
I have added the to the PATH and on a env variable XAM_VIM_PATH the path were i have installed the Centera_SDK-gcc4 for linux, but i think there must be something i haven installed.
Centera_SDK is including the packages of centera vim or centera xam? If not, could you say me where i could download them?
Thanks in advance!
Julián
1 Message
0
February 18th, 2013 03:00
Hello,
I have the same problem trying connect to centera storage.
Operating System: Linux ( Red Hat Enterprise Linux Server release 5.5)
*****************************
[dmadmin@prudocum ~]$ cd /home/dmadmin/docum/XAM_Tools/shXAM
[dmadmin@prudocum shXAM]$ strace -ttt -f -T -s30000 -o centera_xam.log /usr/local/bin/shXAM.sh
shXAM>connect snia-xam://centera_vim!128.221.200.60?/home/dmadmin/centera/c3armtesting.pea
Error Occurred:
Message: xam/vim not found
shXAM>
*****************************
/usr/local/bin/shXAM.sh:
-----------------------------
export LD_LIBRARY_PATH=/opt/centera/lib/64:/lib64/:/lib/:/opt/centera_VIM/lib64
export XAM_VIM_PATH=/opt/centera_VIM/lib64
PATH=$PATH:/home/dmadmin/docum/java/bin/
java -jar /home/dmadmin/docum/XAM_Tools/shXAM/shXAM.jar
****************************
I found in centera_xam.log that not found "centera_vim" and "libcentera_vim.so"
**************************************
21827 1361184256.427303 open("/home/dmadmin/jdk1.6.0_27/bin/../jre/lib/amd64/jli/centera_vim", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000021>
21827 1361184256.427363 open("/home/dmadmin/jdk1.6.0_27/jre/lib/amd64/server/centera_vim", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000015>
21827 1361184256.427413 open("/home/dmadmin/jdk1.6.0_27/jre/lib/amd64/centera_vim", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000013>
21827 1361184256.427473 open("/opt/centera/lib/64/centera_vim", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000015>
21827 1361184256.427518 open("/lib64/centera_vim", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000011>
21827 1361184256.427559 open("/lib/centera_vim", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000012>
21827 1361184256.427600 open("/opt/centera_VIM/lib64/centera_vim", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000012>
21827 1361184256.427644 open("/etc/ld.so.cache", O_RDONLY) = 6 <0.000013>
21827 1361184256.427685 fstat(6, {st_mode=S_IFREG|0644, st_size=36803, ...}) = 0 <0.000009>
21827 1361184256.427737 mmap(NULL, 36803, PROT_READ, MAP_PRIVATE, 6, 0) = 0x2aaab2182000 <0.000018>
21827 1361184256.427780 close(6) = 0 <0.000006>
21827 1361184256.427868 open("/lib64/centera_vim", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000010>
21827 1361184256.427908 open("/usr/lib64/tls/x86_64/centera_vim", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000012>
21827 1361184256.427948 stat("/usr/lib64/tls/x86_64", 0x40503560) = -1 ENOENT (No such file or directory) <0.000010>
21827 1361184256.427986 open("/usr/lib64/tls/centera_vim", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000010>
21827 1361184256.428024 stat("/usr/lib64/tls", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 <0.000009>
21827 1361184256.428073 open("/usr/lib64/x86_64/centera_vim", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000010>
21827 1361184256.428111 stat("/usr/lib64/x86_64", 0x40503560) = -1 ENOENT (No such file or directory) <0.000009>
21827 1361184256.428147 open("/usr/lib64/centera_vim", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000010>
21827 1361184256.428203 stat("/usr/lib64", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 <0.000010>
21827 1361184256.428257 munmap(0x2aaab2182000, 36803) = 0 <0.000015>
21827 1361184256.428310 open("/home/dmadmin/jdk1.6.0_27/bin/../jre/lib/amd64/jli/libcentera_vim.so", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000014>
21827 1361184256.428359 open("/home/dmadmin/jdk1.6.0_27/jre/lib/amd64/server/libcentera_vim.so", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000016>
21827 1361184256.428409 open("/home/dmadmin/jdk1.6.0_27/jre/lib/amd64/libcentera_vim.so", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000015>
21827 1361184256.428458 open("/opt/centera/lib/64/libcentera_vim.so", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000011>
21827 1361184256.428498 open("/lib64/libcentera_vim.so", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000010>
21827 1361184256.428536 open("/lib/libcentera_vim.so", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000010>
21827 1361184256.428574 open("/opt/centera_VIM/lib64/libcentera_vim.so", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000011>
21827 1361184256.428615 open("/etc/ld.so.cache", O_RDONLY) = 6 <0.000010>
21827 1361184256.428650 fstat(6, {st_mode=S_IFREG|0644, st_size=36803, ...}) = 0 <0.000007>
21827 1361184256.428695 mmap(NULL, 36803, PROT_READ, MAP_PRIVATE, 6, 0) = 0x2aaab2182000 <0.000008>
21827 1361184256.428727 close(6) = 0 <0.000007>
21827 1361184256.428764 open("/lib64/libcentera_vim.so", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000009>
21827 1361184256.428802 open("/usr/lib64/tls/libcentera_vim.so", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000010>
21827 1361184256.428842 open("/usr/lib64/libcentera_vim.so", O_RDONLY) = -1 ENOENT (No such file or directory) <0.000010>
21827 1361184256.428882 munmap(0x2aaab2182000, 36803) = 0 <0.000010>
**************************************
In my system I couldn't find "libcentera_vim.so" or "centera_vim"
Where can I download this files?
Thanks
everiscarm
1 Message
0
February 23rd, 2013 10:00
Hello,
The necessary libraries are in Centera_SDK_VIM and Centera_SDK_XAM, I need download and links are restricted.
I have sent private messages, please respond.
thanks
Sellapsx
7 Posts
0
January 6th, 2014 11:00
Hello,
It will the same question, where can i download "centera_vim.dll".
Thanks
mckeown_paul
409 Posts
0
January 6th, 2014 12:00
We no longer distribute the XAM SDK as it is End of Life.
You normally however would source the appropriate XAM DLL SDK you need with the application you are using.
We can look at out-of-band requests if you email centeracse@emc.com mailing list with a request stating why you are wishing to use the XAM SDK.
Sellapsx
7 Posts
0
January 6th, 2014 12:00
Thanks Paul, I'm using the XAM Library to connect our centera. The Centera Connection is obtained by
"snia-xam://centera_vim!167.138.140.54?pea file" . Can you pl direct me with XAM DLL Implementation.
Thanks
Siva