failed to Start the SISP at the Payload
failed to start sisp on payloadNode
Hi,
I currenty evaluating OpenClovis as ours middleware solution.
I installed OpenClovis version 2.2 and tried to use the evaluation kit as described in the Evaluation User Guide.
I have two PCs in the same subnet.
In the target.conf file I defined one as the SCNodeI0 and the other as PayloadNode0.
Then after unzipped and extracts the PayloadNode0.tgz on the PayloadNode0 I try to start the sisp daemon and receives the following errors:
root@test1 sisp]# ./etc/init.d/sisp start
Starting sisp_amf:
insmod: error inserting '/root/sisp/modules/clIoc.ko': -1 file exists
insmod: error inserting '/root/sisp/modules/clIocUdpKernelXport.ko': -1 file exists

Nitin,
It looks like you already have a running SISP on the machine. The error messages are while loading the IOC kernel modules. Looks like the modules are already running and hence the failure.
Can you try stopping sisp (/root/sisp/etc/init.d/sisp stop) and start it again.
Thanks,
Hari
i have tried this but it failed to do so
what i did after that is to unload that module by using rmmod after that the problem doesnt persists anymore!!!