|
Ed,
The Following is the entire setup procedure for the PBXDI ISA option on
node SDLC. I guess you have new wan drivers which I would like the see
the procedure for installing.
Regards,
Ron
Procedure to add ISA PBXDI on a AXP 200
=======================================
>>> isacfg -all !to scan to see what's configured
>>> isacfg -init !to set to factory default CAUTION
>>> add_sound !to add sound option
>>> isacfg -slot 1 -dev 0 -mk -handle PBXDI -etyp 1 -enadev 1 -iobase0 300
-irq0 5 -membase0 D4000 -memlen0 4000
>>> init ! to save PBXDI new to configuration
>>> isacfg -all !to scan to see what's configured
or
>>> iconfig !to scan to see what's configured
or
>>> sho config !to scan to see what's configured
Procedure for setting up wan components
=======================================
sdlc# /usr/sbin/wddsetup
Configuring "CTF Collector Components " (CTABASE301)
WAN Device Drivers for Digital UNIX Configurator.
(c) Digital Equipment Corporation. 1996. All Rights Reserved.
Configuring "WDD Base Component " (WDABASE300)
Configuring "WDD Datalink Protocols " (WDADATALNKS300)
Configuring "WDD Synchronous Device Drivers " (WDADRIVERS300)
You must now specify the hardware device(s) on which you
want the WAN Device Drivers and Datalink Protocols (WDA)
software to be run.
Note that with the LLC2 datalink protocol, no synchronous
drivers need to be specified as this protocol operates over a LAN.
The synchronous devices supported on your system are:
fsi - PBXDI multiport synchronous option
pwa - Emulex PCI WAN Adapter multiport sync option
none - No synchronous device driver is required
Please specify which device(s) {pwa fsi none} are to be used. Note
that the modem connect lines will use the devices according to the
order they appear in (i.e. line line-0 will use the first device
and so on). [fsi]:
The fsi driver will be configured.
Is this correct? (y/n) [y]:
Select one of the following datalink protocol options:
1) No Level 2 datalink protocol is required.
2) The HDLC/LAPB Synchronous datalink protocols are required.
3) The LLC2 (LAN) datalink protocol is required.
4) All datalink protocols (HDLC/LAPB/LLC2) are required.
Enter datalink protocol option(s) required [2]: 4
You have selected both the WAN (HDLC/LAPB) and LAN (LLC2) datalinks.
Is this correct? (y/n) [y]:
Event Logging ...
You have selected the PBXDI ISA sync device for communications.
Cards on an ISA bus must be manually configured at the system
console with the 'iconfig' utility.
Refer to the 'X.25 for Digital UNIX Installation Guide' and read
the appendix titled 'PBXDI ISA Synchronous Communications Adapter'.
You must now specify the number of fsi devices to be used.
Please specify the number of fsi devices. [1]:
Your system has 1 fsi device.
Is this correct? (y/n) [y]:
How many ports does unit fsi-0 support - 2 or 4? [4]: 2
You must now specify which of the synchronous ports you have
configured will operate in half-duplex mode.
The ports you have configured on your system are:
fsi0 fsi1
Please specify which port(s) will operate in half-duplex mode. [none]: fsi0 fsi1
The ports you have selected to operate in half-duplex mode are:
fsi0 fsi1
Is this correct? (y/n) [y]:
You must enter the line speed for the ports which you have
specified will run in half-duplex mode, and for any ports
which will be used for IBM multipoint.
Line speed must be entered in bits/second. Eg. 19.2Kbits/sec
should be entered as "19200".
Enter the Line Speed for port fsi0 [no default] : 19200
Port fsi0 will run at 19200 BPS.
Is this correct? (y/n) [y]:
Enter the Line Speed for port fsi1 [no default] : 55855
Port fsi1 will run at 55855 BPS.
Is this correct? (y/n) [y]:
Some communication devices utilize NRZI (nonreturn-to-zero-inverted)
bit encoding to maintain bit synchronization across longer frames.
From the list of device ports displayed, select those that you want
to use NRZI encoding.
A port should only be selected to use NRZI encoding if its hardware
and the remote device(s) are configured to require it.
If you are uncertain as to the correct response, check with your
network administrator.
The ports you have configured on your system are:
fsi0 fsi1
Please specify which port(s) are to use NRZI. [none]:
No lines will use NRZI encoding.
Is this correct? (y/n) [y]:
To complete the configuration of WAN Support for Digital UNIX, create
a WAN network configuration by running the command:
/usr/sbin/wansetup [BASIC|ADVANCED]
NOTE: If you wish to verify that WAN Support has installed
correctly, you may verify the Wide Area Device Driver
component by executing the command:
setld -v WDABASE300
X.25 components may be verified by executing the command:
setld -v .lk
Running either of these verifications will invalidate any
existing BASIC or ADVANCED configuration information and
you will have to reboot the system.
Wide Area Configuration is complete.
For the WAN configuration modifications to take effect, either
restart the WAN services by running the following command:
/usr/sbin/wanstartup [START|RESTART]
or reboot the system with the following command.
/usr/sbin/shutdown -r now
wddsetup completed successfully.
Added Cables to Patch for ports FSI-0 and FSI-1
V.24 V.35
C34-4M4 C32-2M9
SDLC SDLC
FSI-0 FSI-1
use patch ---> L1131 To be assign by Windsor
Modem Elim
NCL command script for Fsi-0 and Fsi-1
---------------------------------------
sdlc# cat wdd.mconnect.ncl
#
# Sample start up script for the WAN Device Driver kit.
#
#
# Create the modem connect entity and its lines.
#
create modem connect
create modem connect line line-0 communications port fsi0, -
duplex half
create modem connect line line-1 communications port fsi1, -
duplex half
set modem connect line line-0 speed 19200
set modem connect line line-1 speed 55855
enable modem connect line line-0
enable modem connect line line-1
exit
|