Betina:
Ya en varios mensajes que te piden el archivo de configuración (onconfig.nombredela instancia) mencionas que tu onconfig es:
1- onconfig.ol_enfermeria
BUFFERS 2000
LOCKS 8000
SHMVIRTSIZE 20000
SHMADD 8000
ROOTNAME rootdbs
ROOTPATH $INFORMIXDIR/dbspaces/rootdbs_dat.000
ROOTSIZE 2000000
DBSPACETEMP temporal
DBSERVERNAME ol_enfermeria
DUMPDIR $INFORMIXDIR/tmp
NETTYPE soctcp, 5, 50, NET
TAPEDEV /dev/null
LTAPEDEV $INFORMIXDIR/ifxbkp/ifxbkp.bak
LTAPESIZE 400264
Pues bien, eso no es un archivo de configuración típico de Informix, me parece que te estás confundiendo. Salvo que lo hayan editado y le hayan metido una tijera fenomenal, eliminando comentarios y un montón de cosas y dejando solo algunos de los valores que deben estar, con lo cual hay un riesgo alto que el motor nunca arranque.
Te adjunto un par de ejemplos de archivos de configuración para que veas que es lo que se te está requiriendo, y te copio las primeras 100 lineas de uno para que veas la enorme diferencia que hay, que desconozco el motivo.
#**************************************************************************
INFORMIX SOFTWARE, INC.
Title: onconfig.std
Description: Informix Dynamic Server Configuration Parameters
#**************************************************************************
Root Dbspace Configuration
ROOTNAME rootdbs # Root dbspace name
ROOTPATH C:\IFMXDATA\ol_siuserv2\rootdbs_dat.000
# Path for device containing root dbspace
ROOTOFFSET 0 # Offset of root dbspace into device (Kbytes)
ROOTSIZE 400000 # Size of root dbspace (Kbytes)
Disk Mirroring Configuration Parameters
MIRROR 0 # Mirroring flag (Yes = 1, No = 0)
MIRRORPATH # Path for device containing mirrored root
MIRROROFFSET 0 # Offset into mirrored device (Kbytes)
Physical Log Configuration
PHYSDBS dbs_logs # Location (dbspace) of physical log
PHYSFILE 50000 # Physical log file size (Kbytes)
Logical Log Configuration
LOGFILES 40 # Number of logical log files
LOGSIZE 5000 # Logical log size (Kbytes)
LOG_BACKUP_MODE MANUAL # Logical log backup mode (MANUAL, CONT)
Diagnostics
MSGPATH C:\informix\ol_siuserv2.log # System message log file path
CONSOLE C:\informix\conol_siuserv2.log # System console message path
ALARMPROGRAM C:\informix\etc\log_full.bat # Alarm program path
TBLSPACE_STATS 1 # Maintain tblspace statistics
System Diagnostic Script.
SYSALARMPROGRAM - Full path of the system diagnostic script (e.g.
c:\informix\etc\evidence.bat.) Set this parameter
if you want a different Diagnostic Script than
{INFORMIXDIR}\etc\evidence.bat, which is default.
System Archive Tape Device
#TAPEDEV \.\TAPE0 # Tape device path
#TAPEDEV NUL # Tape device path
TAPEDEV C:\IFMXBKUP\backup.bak # Tape device path
TAPEBLK 16 # Tape block size (Kbytes)
TAPESIZE 1024000 # Maximum amount of data to put on tape (Kbytes)
Log Archive Tape Device
#LTAPEDEV \.\TAPE1 # Log tape device path
LTAPEDEV C:\IFMXBKUP\sallog.bak # Log tape device path
#LTAPEDEV NUL # Log tape device path
LTAPEBLK 16 # Log tape block size (Kbytes)
LTAPESIZE 1024000 # Max amount of data to put on log tape (Kbytes)
Optical
STAGEBLOB # Informix Dynamic Server/Optical staging area
OPTICAL_LIB_PATH # Location of Optical Subsystem driver DLL
System Configuration
SERVERNUM 0 # Unique id corresponding to a server instance
DBSERVERNAME ol_siuserv2 # Name of default Dynamic Server
DBSERVERALIASES # List of alternate dbservernames
NETTYPE soctcp,1,NET # Override sqlhosts nettype parameters
DEADLOCK_TIMEOUT 60 # Max time to wait of lock in distributed env.
RESIDENT 0 # Forced residency flag (Yes = 1, No = 0)
MULTIPROCESSOR 0 # 0 for single-processor, 1 for multi-processor
NUMCPUVPS 1 # Number of user (cpu) vps
SINGLE_CPU_VP 0 # If non-zero, limit number of cpu vps to one
NOAGE 0 # Process aging
AFF_SPROC 0 # Affinity start processor
AFF_NPROCS 0 # Affinity number of processors
Shared Memory Parameters
LOCKS 50000 # Maximum number of locks
BUFFERS 3000 # Maximum number of shared buffers
NUMAIOVPS 1 # Number of IO vps
PHYSBUFF 32 # Physical log buffer size (Kbytes)
LOGBUFF 32 # Logical log buffer size (Kbytes)
LOGSMAX 60 # Maximum number of logical log files
CLEANERS 1 # Number of buffer cleaner processes
SHMBASE 0xc000000 # Shared memory base address
SHMVIRTSIZE 16384 # initial virtual shared memory segment size
SHMADD 8192 # Size of new shared memory segments (Kbytes)
SHMTOTAL 0 # Total shared memory (Kbytes). 0=>unlimited
CKPTINTVL 300 # Check point interval (in sec)
LRUS 8 # Number of LRU queues
LRU_MAX_DIRTY 60 # LRU percent dirty begin cleaning limit
LRU_MIN_DIRTY 50 # LRU percent dirty end cleaning limit
LTXHWM 50 # Long transaction high water mark percentage
LTXEHWM 60 # Long transaction high water mark (exclusive)
TXTIMEOUT 0x12c # Transaction timeout (in sec)
STACKSIZE 64 # Stack size (Kbytes)
Saludos
Gustavo
onconfig.rar (8.46 KB)