vaishali
25th January 2007, 20:36
Hi

When we try to start infommix i.e
oninit

it comes to # prompt
but when i say onstat -
it give me message "Shared memory not initialised "

I checked in online.log it shows below message

Thu Jan 25 22:29:01 2007

22:29:01 Event alarms enabled. ALARMPROG = '/appl/informix/etc/log_full.sh'
22:29:06 DR: DRAUTO is 0 (Off)
22:29:06 listener-thread: err = -27006: oserr = 48: errstr = : Network driver c
annot establish listen endpoint.
System error = 48.
22:29:06 Attempting to bring listener thread down.

22:29:06 Server stopped.

Regards,
Vaishali

triton45
15th February 2007, 15:36
[informix]#finderr 27006
-27006 Network driver cannot establish listen endpoint.

You specified stream pipe (ipcstr) as the network-communication type
for this database server. The database server is not able to create the
stream pipe. The most common cause of this error is that another
database server on your network is already using the service name for
this database server.

Check that the servicename value in the $INFORMIXDIR/etc/sqlhosts file or
in the SQLHOSTS registry information is unique across all database servers
on your network. If the servicename is unique, check the accompanying ISAM
code for additional error information.

If a previously created stream pipe with the same name is not released
by an aborted online server, you need to manually remove the stream
pipe files /INFORMIXTMP/<servicename>.str and /INFORMIXTMP/<servicename>.exp.

vaishali
18th February 2007, 07:46
thanks.System created two files baan.str and baan.exp,we removed this files so now i m able to start my database.

But still i m not able to understand why everytime when we restart the system it is creating this entry.Is there any solution so that it will not create this entries ?

Thanks & Regards,
Vaishali