Installation guide

Remote STREAMS Environment
7-4 Fault Tolerant System Administration (R1004H) HP-UX version 11.00.03
The following is the template of the orsdinfo file that is installed with the
operating system
:
# The file format is :
# <Bay Slot> <UX_Min> <Flag DrName PCIMin [SM_ERR [NTCBs [NRCBs]]]> <DeviceName>
#
# Flag - Currently 0 or 1. 1 => CLONEOPEN.
# DrvName - is the name of the Driver in the firmware we want to open.
# PCIMin - The firmware driver minor number
#
# Optional Data
#
# SM_ERR - If a 1 is entered here, a M_ERROR will
# be sentupstream when ERRORS occur.
# (ie: ss7 may want a M_ERROR but X25 may not)
#
# NTCBs - Gives the number of TCBs for normal data transfer for
# the STREAM. Can be 0 to use the card’s default.
# NRCBs - Gives the number of RCBs for normal data transfer for
# the STREAM. Can be 0 to use the card’s default.
# NOTE: If it is user for user to open 2 STREAMS to the board
# and link them, we would probably not offer this field.
#
# Note [[NTCBs] [NRCBs]] are optional fields
# and will be treated as 0 by default.
#
# Example:
# <3 3> <1> <0 loop 20 20 > </dev/rsd/pass0>
#
# This entry will create a the device /dev/rsd/pass0 on the host machine
# with major 80 and minor 1.
# The device’s corresponding major and minor numbers in the firmware are
# 1 and 0 respectively. Don’t use rse_major number 0.
#
# Examples
#<2 4> <1> <0 loop 1 1 20 20 > </dev/rsd/loop1>
#<2 4> <2> <0 loop 2 0 10 10 > </dev/rsd/loop2>
#<2 4> <3> <0 loop 3 1 0 0 > </dev/rsd/loop3>
#<2 4> <4> <0 loop 4 1 30 > </dev/rsd/loop4>
#<2 4> <5> <0 loop 4 1 > </dev/rsd/loop5>
#<2 4> <6> <0 loop 4 > </dev/rsd/loop6>
For more information, see the orsdinfo(4)man page.