If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > No puedo iniciar INFORMIX

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-24-03, 11:14
noriepa noriepa is offline
Registered User
 
Join Date: Nov 2003
Posts: 1
No puedo iniciar INFORMIX

Estoy instalando informix en una Sparc 20 con sistema operativo Solaris 2.5
La versión de informix es la 7.30 y ya no se que hacer al inicializar el informix esto es la que me da:

$ oninit -ivy
Checking group membership to determine server run modesucceeded
Reading configuration file '/mnt/storagearray/Informix/etc/onconfig'...succeeded
Creating /INFORMIXTMP/.infxdirs ... succeeded
Creating infos file "/mnt/storagearray/Informix/etc/.infos.storm32" ... "/mnt/storagearray/Informix/etc/.conf.storm32" ... succeeded
Writing to infos file ... succeeded
Checking config parameters...succeeded
Allocating and attaching to shared memory...succeeded
Creating resident pool 4316 kbytes...succeeded
Creating buffer pool 20002 kbytes...succeeded
Initializing rhead structure...succeeded
Initializing ASF ...succeeded
Initializing Dictionary Cache and Stored Procedure Cache...succeeded
Bringing up ADM VP...succeeded
Creating VP classes...succeeded
Onlining 0 additional cpu vps...succeeded
Onlining 2 IO vps...succeeded
Forking main_loop thread...succeeded
Initialzing DR structures...succeeded
Forking 2 'tlitcp' listener threads...succeeded
Starting tracing...succeeded
Initializing 5 flushers...succeeded
Initializing log/checkpoint information...$

El fichero online.log me da los siguientes errores y no se a que pueden ser debidos:

Mon Nov 24 16:50:28 2003

16:50:28 Event alarms enabled. ALARMPROG = '/mnt/storagearray/Informix/etc/log_full.sh'
16:50:35 DR: DRAUTO is 0 (Off)
16:50:35 Informix Dynamic Server Version 7.30.UC5 Software Serial Number xxxxxxx
16:50:49 listener-thread: err = -931: oserr = 0: errstr = sql_informix: Cannot locate sql_informix service/tcp service in /etc/services.

16:50:49 Attempting to bring listener thread down

16:50:49 PANIC: Attempting to bring system down

Si alguien me puede ayudar le estaré muy agradecida.

Un saludo:

Noriepa
Reply With Quote
  #2 (permalink)  
Old 11-25-03, 10:19
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: No puedo iniciar INFORMIX

Quote:
Originally posted by noriepa
Estoy instalando informix en una Sparc 20 con sistema operativo Solaris 2.5
La versión de informix es la 7.30 y ya no se que hacer al inicializar el informix esto es la que me da:

$ oninit -ivy
Checking group membership to determine server run modesucceeded
Reading configuration file '/mnt/storagearray/Informix/etc/onconfig'...succeeded
Creating /INFORMIXTMP/.infxdirs ... succeeded
Creating infos file "/mnt/storagearray/Informix/etc/.infos.storm32" ... "/mnt/storagearray/Informix/etc/.conf.storm32" ... succeeded
Writing to infos file ... succeeded
Checking config parameters...succeeded
Allocating and attaching to shared memory...succeeded
Creating resident pool 4316 kbytes...succeeded
Creating buffer pool 20002 kbytes...succeeded
Initializing rhead structure...succeeded
Initializing ASF ...succeeded
Initializing Dictionary Cache and Stored Procedure Cache...succeeded
Bringing up ADM VP...succeeded
Creating VP classes...succeeded
Onlining 0 additional cpu vps...succeeded
Onlining 2 IO vps...succeeded
Forking main_loop thread...succeeded
Initialzing DR structures...succeeded
Forking 2 'tlitcp' listener threads...succeeded
Starting tracing...succeeded
Initializing 5 flushers...succeeded
Initializing log/checkpoint information...$

El fichero online.log me da los siguientes errores y no se a que pueden ser debidos:

Mon Nov 24 16:50:28 2003

16:50:28 Event alarms enabled. ALARMPROG = '/mnt/storagearray/Informix/etc/log_full.sh'
16:50:35 DR: DRAUTO is 0 (Off)
16:50:35 Informix Dynamic Server Version 7.30.UC5 Software Serial Number xxxxxxx
16:50:49 listener-thread: err = -931: oserr = 0: errstr = sql_informix: Cannot locate sql_informix service/tcp service in /etc/services.

16:50:49 Attempting to bring listener thread down

16:50:49 PANIC: Attempting to bring system down

Si alguien me puede ayudar le estaré muy agradecida.

Un saludo:

Noriepa
HOLA NORIEPA

Este error se debe a que en el ONCONFIG definiste una conexion por socket, DBSERVERALIAS. Este nombre debe existir en un archivo llamado $INFORMIXDIR/etc/sqlhosts.std o el que hallas definido con la variable $%INFORMIXSQLHOSTS. Ahora bien, en este archivo haces referencia a un servicio (cuarta columna del archivo) y este debe existir en el archivo del sistema operativo /etc/services.

Gustavo.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On