CICS y HSM chuleta operativa
Este post cubre consultas CICS, acciones sobre terminales y transacciones, revision de logs HSM e incidencias transaccionales.
CICS: comandos de consulta
1
2
3
4
| CEMT I TASK
CEMT I TRAN(<TRANSACCION>)
CEMT I TERM(<TERMINAL>)
CEMT I FILE(<FICHERO>)
|
CICS: acciones habituales
1
2
3
4
| CEMT S TRAN(<TRANSACCION>) ENABLED
CEMT S TRAN(<TRANSACCION>) DISABLED
CEMT S TERM(<TERMINAL>) INSERVICE
CEMT S TERM(<TERMINAL>) OUTSERVICE
|
DB2 desde entorno CICS
1
2
| Revisar transacciones en duda antes de forzar acciones.
Documentar identificador, usuario, terminal y hora.
|
HSM: comprobaciones generales
1
2
| ps -ef | grep -i hsm | grep -v grep
tail -f /var/log/<APP>/hsm.log
|
Incidencias HSM
1
2
| ps -ef | grep -i hsm | grep -v grep
grep -i "error\|fail\|timeout" /var/log/<APP>/hsm.log
|
Contingencia transaccional
Documentar region, terminal, transaccion, hora de inicio, hora de fin y accion aplicada.