ACC Utilities Reference Guide

TTGEN - ZCOM System Table Generator
Creating the TTGEN Configuration File
Chapter 244
Series 890/T500 Systems For these systems, the address information
returned from ioscan is in the format of BB/CC, where BB is the bus
converter address and CC is the card address.
For example, if the ioscan returns that the first ACC card on the system
is at card address 4, and a second card is at 12, the corresponding ttgen
Interface-Definition statements would be:
<card_type> 0 2:8 /opt/acc/<card-type>/x25.zabs
<card_type> 1 12:16 /opt/acc/<card-type>/x25.zabs
HP 9000 Series B and C Systems For these systems, the address
information returned from ioscan is in the format of BB/BB/CC, where
BB/BB is the bus converter address and CC is the card address.
For example, if the ioscan returns that the first ACC card on the system
is at slot location 1, bus address 8/0/1.0, and a second card is at slot
location 3, bus address 8/0/3.0, the corresponding ttgen
Interface-Definition statements would be:
<card_type> 0 8:0:1 /opt/acc/<card-type>/x25.zabs
<card_type> 1 8:0:3 /opt/acc/<card-type>/x25.zabs
HP 9000 Series K Systems For these systems, the address
information returned from ioscan is in the format of BB/BB/CC, where
BB/BB is the bus converter address and CC is the card address.
For example, if the ioscan returns that the first ACC card on the system
is at location 10/16/8, and a second card is at 10/4/4, the corresponding
ttgen Interface-Definition statements would be:
<card_type> 0 10:16:8 /opt/acc/<card-type>/x25.zabs
<card_type> 1 10:4:4 /opt/acc/<card-type>/x25.zabs