Discussion:
[CI] Kernel Panic
Eduardo Sanz Martin
2004-11-26 11:01:09 UTC
Permalink
Hello,

My system is a cluster pack of DL380 with MSA500 G2. DL380 is two
processors with Hyperthreading.

I installed CI software and I boot with CI kernel. I got a kernel panic
just before run cluster_start.

I got this message:

Kernel panic: ics_llunack_open: bind error -99
Instruction(i) breakpoint #0 at 0xc0122760 (adjusted)
0xc0122760 panic_hook: int3
Entering kdb (current=0xf7062000, pid 625) on processor 0 due to
Breakpoint @ 0xc0122760

Any idea about this problem?

Best Regards,

Eduardo Sanz
Aneesh Kumar K.V
2004-11-26 11:11:09 UTC
Permalink
Post by Eduardo Sanz Martin
Hello,
My system is a cluster pack of DL380 with MSA500 G2. DL380 is two
processors with Hyperthreading.
I installed CI software and I boot with CI kernel. I got a kernel panic
just before run cluster_start.
Kernel panic: ics_llunack_open: bind error -99
Instruction(i) breakpoint #0 at 0xc0122760 (adjusted)
0xc0122760 panic_hook: int3
Entering kdb (current=0xf7062000, pid 625) on processor 0 due to
What is the contents of /etc/cluster.conf . Are you used a CVS checked
out code or is this a released version ?


-aneesh
Eduardo Sanz Martin
2004-11-26 11:26:11 UTC
Permalink
Hello,

The contents of cluster.conf is:

IFCONFIG=eth1:172.16.1.1:255.255.255.224
CLUSTER_MASTER=1:172.16.1.1
CLUSTER_NODENUM=1

I am using the 0.9.9 version.

Eduardo
Post by Eduardo Sanz Martin
Eduardo Sanz
Post by Eduardo Sanz Martin
Hello,
My system is a cluster pack of DL380 with MSA500 G2. DL380 is two
processors with Hyperthreading.
I installed CI software and I boot with CI kernel. I got a kernel panic
just before run cluster_start.
Kernel panic: ics_llunack_open: bind error -99
Instruction(i) breakpoint #0 at 0xc0122760 (adjusted)
0xc0122760 panic_hook: int3
Entering kdb (current=0xf7062000, pid 625) on processor 0 due to
What is the contents of /etc/cluster.conf . Are you used a CVS checked
out code or is this a released version ?
-aneesh
--
Eduardo Sanz Martin (***@cidaut.es) Ingeniero Informatico
Fundacion CIDAUT -- Parque Tecnologico de Boecillo, P.209. Boecillo
Departamento de Informatica Valladolid 47151
Tlfno.(34)983 54 80 35 Ext.410 Fax. (34) 983 54 80 62
Aneesh Kumar K.V
2004-11-26 13:22:25 UTC
Permalink
Post by Eduardo Sanz Martin
Hello,
I just check eth1 config file and it was desactived, upss!!
I changed eth1 configuration and I stared cluster_start command and it
works. How can i probe that it is working?
use cluster command to find details of nodes in the cluster. You can
write small application that use different cluster API's and see what
happens when a nodes goes down. You can find the necessary documentation
at ci-linux.sf.net page.
Post by Eduardo Sanz Martin
I have a quiestion. I installed CI cluster software on two machines.
Where I can find documentation about how to set up services as NFS
server cluster, BIND server cluster .... because CI cluster software is
just to provide a cluster infrastructure, right?
Thanks,
For that you will have to install the OpenSSI packages which you can
find on www.openssi.org.
Post by Eduardo Sanz Martin
Eduardo
Post by Eduardo Sanz Martin
Hello,
IFCONFIG=eth1:172.16.1.1:255.255.255.224
CLUSTER_MASTER=1:172.16.1.1
CLUSTER_NODENUM=1
I am using the 0.9.9 version.
Can you send me the output of below commands
just before you run the cluster_start command.
ifconfig eth1
netstat -a
-aneesh
Loading...