Número 1
Para ver si todas las tuberías están activas, utilice este comando: "pss | grep ifw". La salida debería tener este aspecto:
$ pss | grep ifw
pin 18601 18486 0 10:48:02 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 24721 1 0 11:53:28 pts/0 01:00 bin/ifw -r ./custom/conf/dia_1_P.reg
pin 18603 18486 0 10:48:02 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18613 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18607 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18612 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18605 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18600 18486 0 10:48:02 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18618 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18616 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18611 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18614 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18486 1 0 10:48:00 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18610 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18608 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 19123 1 0 10:50:47 pts/0 00:18 bin/ifw -r ./custom/conf/rt_1_P.reg
pin 18490 18486 0 10:48:00 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18609 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18602 18486 0 10:48:02 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18617 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18615 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 19130 1 0 10:50:59 pts/0 01:29 bin/ifw -r ./custom/conf/mbi_1_P.reg
pin 18606 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18604 18486 0 10:48:02 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 21975 1 0 11:23:18 pts/0 01:01 bin/ifw -r ./custom/conf/dcn_1_P.reg
pin 19126 1 0 10:50:53 pts/0 00:17 bin/ifw -r ./custom/conf/rt_1_S.reg
Número 2
Si no puede iniciar el oleoducto y recibe este mensaje de error "Error: No se pudo iniciar el manejador de eventos, no se puede continuar", entonces necesita matar el proceso del manejador de eventos. Vea el ejemplo que sigue:
/opt/portal/pre_dia/log/process/ $ tail -f dia_1_P.out
;
Servidor Pipeline / Versión 7.3 10095 iniciado a las 06.01.2009 16:23:11.
Copyright (c) 1998 - 2007 Oracle Corporation. Todos los derechos reservados.
Demasiados intentos fallidos de iniciar el demonio manejador de eventos.
Error: No se ha podido iniciar el manejador de eventos, no se puede continuar.
Servidor Pipeline / Versión 7.3 10095 finalizado a las 06.01.2009 16:23:11.
Resolución:
$ pss | grep dia
pin 27727 1 0 15:50:21 pts/3 00:00 /opt/portal/pre_dia/bin/ifw_eventhandler64
pin 3055 4463 1 16:24:18 pts/3 00:00 grep dia
$ matar -9 27727
Número 3
Para reequilibrar la tubería MBI, ejecute el siguiente comando:
cd /opt/portal/pre_mbi/bin/
./pin_ctl snmpset rebalanceAaaGw aaa
Para reequilibrar la tubería DIAMETRO, ejecute el siguiente comando:
cd /opt/portal/pre_dia/bin/
./pin_ctl snmpset rebalanceAaaGw aaa
Número 4
Si recibe este mensaje de error "ERR_TAM_INIT_FAILED", entonces deberá eliminar los archivos del directorio tam.
bin/ifw: Se ha producido un error durante la creación.
Originador : ifw.Pipelines.ExceptionPipeline.TransactionManager
Destino :
Mensaje : ERR_TAM_INIT_FAILED
Argumentos : ifw.Pipelines.ExceptionPipeline.TransactionManager
Estado : falso
Gravedad : CRÍTICO
Tema : 1
Resolución:
cd /opt/portal/
/tam
Haga una copia de seguridad de los archivos en otra ubicación
rm TamTrans*.dat
rm ExceptionBinaryLogFile.dat
Número 5
Si recibe este mensaje de error "ERR_REG_LOCK_FILE_EXISTS", entonces necesita borrar el archivo de bloqueo.
*** Registro no inicializado.
*** Intentó escribir el mensaje '[T:1] ERR_REG_LOCK_FILE_EXISTS'
*** argumento (0): ./custom/conf/rt_1_P.reg.lock
bin/ifw: Se ha producido un error durante la creación.
Autor : ifw
Destino :
Mensaje : ERR_REG_LOCK_FILE_EXISTS
Argumentos : ./custom/conf/rt_1_P.reg.lock
Estado : falso
Gravedad : CRÍTICO
Tema : 1
Resolución:
cd /opt/portal/
/custom/conf
rm rt_1_P.reg.lock