Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Failure 1 contacting CSS daemon 10gR2 on gentoo

Re: Failure 1 contacting CSS daemon 10gR2 on gentoo

From: <ibm_97_at_yahoo.com>
Date: 25 Oct 2005 08:44:17 -0700
Message-ID: <1130255057.054510.42350@g43g2000cwa.googlegroups.com>

What happens when you do 'crsctl start crs'?

Hans-Peter wrote:
> When I do 'crsctl check css' I receive the message 'Failure 1 contacting CSS
> daemon'.
>
> I straced what is going wrong and found that it has something to do with
> sockets.
> A piece of the the trace file is below.
> socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 5
>
> setsockopt(5, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
>
> bind(5, {sa_family=AF_INET, sin_port=htons(0),
> sin_addr=inet_addr("127.0.0.1")}, 16) = 0
>
> getsockname(5, {sa_family=AF_INET, sin_port=htons(1024),
> sin_addr=inet_addr("127.0.0.1")}, [16]) = 0
>
> getpeername(5, 0xbf88f4dc, [16]) = -1 ENOTCONN (Transport endpoint is
> not connected)
>
>
> Is there anyone that knows what I can do about it?
>
> Regards Hans-Peter
Received on Tue Oct 25 2005 - 10:44:17 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US