Avaya Writing Technician Interface Scripts Manual do Utilizador Página 98

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 122
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 97
Writing Technician Interface Scripts
A-20 114089 Rev. A
echo
printf “%-4.4s %-4.4s %-8.8s %-10.10s %-10.10s %-10.10s %-10.10s \
%-10.10s\n” “” “” “” “” “” “ Port” “ Internal” “”
printf “%-4.4s %-4.4s %-8.8s %-10.10s %-10.10s %-10.10s %-10.10s
%-
10.10s\n” “” “” “” “ Parity” “ Ring” “Operation”
“Operation”
“ Host”
printf “%-4.4s %-4.4s %-8.8s %-10.10s %-10.10s %-10.10s %-10.10s \
%-10.10s\n” “Slot” “Conn” “Circuit” “ Errors” “ Errors” \
“ Errors” “ Errors” “ Errors”
printf “%-4.4s %-4.4s %-8.8s %-10.10s %-10.10s %-10.10s %-10.10s \
%-10.10s\n” “----” “----” “--------” “----------” \
“----------” “----------” “----------” “----------”
let i = 0
:FI_SyLOOP:
mi/jointfilesconvert/91351/bget -n wfFddiEntry attr $nextid value nextid
if “$nextid” = “END” then; let i = $i + 1; goto :FOOTER_AND_END:
let cctnum = ${value[$Cct]}
gosub :GETCCTNAME:
if “$matchcct” = “” then ; goto :FI_PRNTSE:
if -ic “$matchcct” != “$cctname” then ; goto :FI_SYS_NXT:
let match_entries = $match_entries + 1
:FI_PRNTSE:
let parity = ${value[$ParityErrRx]}
let parity = $parity + ${value[$ParityErrTx]}
let ring = ${value[$RingErrRx]}
let ring = $ring + ${value[$RingErrTx]}
let ring = $ring + ${value[$SmtRingErrRx]}
printf “%4d %4d %-8.8s ” ${value[$Slot]} ${value[$Node]}
“$cctname”
printf “%10u %10u %10u %10u %10u ” $parity $ring \
${value[$PortOpErr]} ${value[$InternOpErr]} \
${value[$HostErr]}
echo
cutenv -c9-15 name2 “$cctname”
if ${name2[0]} = 1 then; \
printf “%4s %4s *%-7.7s\n” “” “” “${name2[1]}”
Vista de página 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 121 122

Comentários a estes Manuais

Sem comentários