IBM Sterling Connect:Direct : Ferramentas

From Wiki

Ferramenta direct

Executa os comandos no CD

Dica: esse comando pra executar através da linha de comando.

#running this script will generate a $? Of 8
/opt/cdunix/ndm/bin/direct -x << EOJ
select process;
EOJ

Ferramenta ndmmsg

Exibe códigos e mensagens de erro de forma detalhada

ndmmsg -f /usr/ndmunix/msgfile.cfg XUPC050I

Ferramenta ndmxlt

a Translation table utility to translates data from one character set code to a different character set code, such as ASCII to EBCDIC

Ferramenta statarch.sh

Faz o arquivamento de estatísticas.

./ndm/bin/statarch.sh /opt/IBM/ConnectDirect/cdunix/work/CDSRV01 S20230307

onde statarch.sh <diretório com os arquivos> <date range> Neste caso faz o arquivamento dos arquivos

S20230306.001
S20230305.001
S20230304.001

Isto é controlado pelo initparm.cfg

# Stat file info.
stats:\
 :file.size=1048576:\
 :max.age=8:\
 :log.commands=n:\
 :log.select=n:\
 :syslog.logd=daemon:

mais detalhes em Statistics file information record

Ver também