failed to start csa102 and csa103
Hi there,
1- I have deployed the csa102 images on both System Controller and PayloadNode. I started amf on both nodes. I see the csa102CompI0.log print hello world on PayloadNod but can't see anything on system controller.
Also the PayloadNode fails to run lockutil la 102 with error :
PID28582:File[clEo.c]:Func[main]:Line499: Could not open shared memery segment. Please check the component Name or theshared memory segment permission rc=10120
I have read the topic on http://www.openclovis.org/cant-startup-csa102-on-payload-nodes but not resolved my problem.
I run RH4 with OpenClovis 2.2 alpha.
How to resolve the problem please!
2- How can I instantiate an application writen with SAF Clovis API?with the command like lockutil la 102?
3- can i save C structures in openClovis checkpoint (for example : struct msg {int a, int b}) AS openais don't allow it.
Thanks

Hi,
I think I came across the same "could not open shared memory segment" problem, although it's been a while so I'm not positive. At any rate, the SELinux security mechanism in linux seems to prevent some accesses required by OpenClovis. Edit your /etc/sysconfig/selinux file and set SELINUX=disabled, then reboot. I'm guessing this will fix your problem.
regards, Claude