Numéro 1
Pour vérifier si tous les pipelines sont en place, utilisez la commande suivante : "pss | grep ifw". La sortie devrait ressembler à ceci :
$ 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
Numéro 2
Si vous ne pouvez pas démarrer le pipeline et que vous obtenez ce message d'erreur : "Error : Could not start event handler, cannot proceed", vous devez tuer le processus du gestionnaire d'événements. Voir l'exemple qui suit :
/opt/portal/pre_dia/log/processus/ $ tail -f dia_1_P.out
;
Pipeline Server / Version 7.3 10095 démarré le 06.01.2009 16:23:11.
Copyright (c) 1998 - 2007 Oracle Corporation. Tous les droits sont réservés.
Trop de tentatives infructueuses de démarrage du démon gestionnaire d'événements.
Erreur : Impossible de démarrer le gestionnaire d'événements, impossible de continuer.
Pipeline Server / Version 7.3 10095 terminé le 06.01.2009 16:23:11.
Résolution:
$ 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
$ kill -9 27727
Numéro 3
Pour rééquilibrer le pipeline MBI, exécutez la commande suivante :
cd /opt/portal/pre_mbi/bin/
./pin_ctl snmpset rebalanceAaaGw aaa
Pour rééquilibrer le pipeline DIAMETER, exécutez la commande suivante :
cd /opt/portal/pre_dia/bin/
./pin_ctl snmpset rebalanceAaaGw aaa
Numéro 4
Si vous obtenez ce message d'erreur : "ERR_TAM_INIT_FAILED", vous devez supprimer des fichiers dans le répertoire tam.
bin/ifw : Une erreur s'est produite lors de la création.
Origine : ifw.Pipelines.ExceptionPipeline.TransactionManager
Destination :
Message : ERR_TAM_INIT_FAILED
Arguments : ifw.Pipelines.ExceptionPipeline.TransactionManager
État : faux
Gravité : CRITIQUE
Fil : 1
Résolution:
cd /opt/portal/
/tam
Sauvegarde des fichiers vers un autre emplacement
rm TamTrans*.dat
rm ExceptionBinaryLogFile.dat
Numéro 5
Si vous obtenez ce message d'erreur : "ERR_REG_LOCK_FILE_EXISTS", vous devez supprimer le fichier de verrouillage.
*** Le journal n'a pas été initialisé.
*** Tentative d'écriture du message '[T:1] ERR_REG_LOCK_FILE_EXISTS'
*** argument (0) : ./custom/conf/rt_1_P.reg.lock
bin/ifw : Une erreur s'est produite lors de la création.
Auteur : ifw
Destination :
Message : ERR_REG_LOCK_FILE_EXISTS
Arguments : ./custom/conf/rt_1_P.reg.lock
État : faux
Gravité : CRITIQUE
Fil : 1
Résolution:
cd /opt/portal/
/custom/conf
rm rt_1_P.reg.lock




