1747988 Members
4948 Online
108756 Solutions
New Discussion юеВ

Informix error

 
SOLVED
Go to solution
Pedro Cosmen
Valued Contributor

Informix error

Hello:

I have a problem with an old F30 server runnig HP-UX 10.20 and Informix 7.31. every time i try to start Informix failed and the message i nthe online.log is :

Wed Dec 15 12:20:50 2004

12:20:50 Event alarms enabled. ALARMPROG = '/usr/bin/true'
12:20:56 DR: DRAUTO is 0 (Off)
12:20:56 listener-thread: err = -27006: oserr = 226: errstr = : Network driver
cannot establish listen endpoint.
System error = 226.
12:20:56 Attempting to bring listener thread down.

12:20:56 Server stopped.

Thank you for your help.
4 REPLIES 4
kamalnathan
Occasional Advisor

Re: Informix error

Check the sqlhosts (in INFORMIXDIR )
and /etc/services file has the same name and entry for services.

also check the host IP is listed in /etc/hosts file
kamalnathan
Occasional Advisor

Re: Informix error

please make sure INFORMIXSERVER variable is set to instant name
JJ_4
Frequent Advisor
Solution

Re: Informix error

Have a look under /INFORMIXTMP and see what files are there (post the ls -latr output)

If you have no other instances try :

mv /INFORMIXTMP /INFORMIXTMP.orig

and then

oninit -v

This will re-create /INFORMIXTMP.

If you have other instances, you would need to post your DBSERVERNAME and DBSERVERALIAS along with the $INFORMIXDIR/etc/sqlhosts file.
Not enough Zappa makes you sad.
Pedro Cosmen
Valued Contributor

Re: Informix error

Thank you for your help, it was an .str file in the INFORMIXTMP dir.