ACC Utilities Reference Guide
44 Chapter2
TTGEN-ZCOMSystemTableGenerator
Creating the TTGEN Configuration File
Series 8x7 Systems (E/F/G/H/I series) For these systems, there is no
bus converter: The b us value is 0. The address returned by ioscan will be
a card address. For example, if the ioscan reported that the first ACC
card on the system is at card address 4, and the second is at card address
12, the corresponding ttgen Interface-Definition statements would be:
<card_type> 0 0:4 /opt/acc/<card-type>/x25.zabs
<card_type> 1 0:12 /opt/acc/<card-type>/x25.zabs
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 re turned 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 re turned 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










