failed to Start the SISP at the Payload

Submitted by nitin on Tue, 2007-01-09 00:08.

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

Submitted by harikrishna_gp on Tue, 2007-01-09 12:12.

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

Submitted by nitin on Wed, 2007-01-10 01:57.

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!!!