There are two sorts of card parameter. The first relates to the hardware; an example is the IO.LOCATION parameter. The second relates to the kernel software, an integral part of SMART.EXE; an example is the FRAME.SIZE parameter. For a list of the different parameters and an indication of whether they relate to the hardware or the kernel software, see Table 1.
If you are using SMART.CFG to configure your Smart II Software, you must place all of the card parameters that relate to the hardware of a particular Ringnode at the top of a [CARD] section (that is, before any protocol sections). You can place card parameters that relate to the kernel software either at the top of a [CARD] section (along with the hardware parameters), or if you are using an LLC interface, in the [LLC] section. For information about loading the Smart II Software and using a SMART.CFG file, see TechNote 06608.
Table 1 gives a list of all Card parameters and indicates whether they relate to Ringnode hardware or kernel software. A description of each of the parameters is given in Section 2.
Figure 1 displays part of a SMART.CFG containing some of the card parameters. The hardware parameters are at the top of the [CARD] sections; the kernel software parameters are at the top of the [CARD] section for the first card, and in the [LLC] section for the second.
Figure 1 Sample SMART.CFG
[HOST] ; Host parameters here.
[CARD] ; First card section.
io=a20 ; io location is a20.
lomem ; Use lomem transfer.
fs=1024 ; Frame size is 1K bytes.
sa=25 ; 25 saps.
es=25 ; 25 extra saps.
[IPX] ; install the IPX interface.
[CARD] ; Second card section.
io=1a20 ; io location is 1a20.
[LLC] ; Install the LLC interface.
fs=4096 ; Frame size is 4Kbytes.
sa=20 ; 20 saps.
If you are configuring your Smart II Software from the command line, you must use commas
to separate parameters relating to different Ringnodes. The following sample command-line
installs IPX onto one Ringnode using a frame-size of 4Kbytes; it also installs NetBIOS onto
the Ringnode at IO location 3A20.
Example: SMART FS=4096 IPX, IO=3A20 NETB
This section describes the Card parameters. Abbreviations are given for those parameters that can be shortened.
If you are using a Smart 16/4 AT or AT Plus Ringnode, or a Smart 16/4 MC Ringnode (with 256 kbytes of RAM) and your workstation uses Microsoft Windows or any memory management software, the process of copying DMA exchanges through buffers in conventional memory (see LOMEM) may reduce the speed of performance. If your computer has fast clock- and bus-speeds, use PIO to obtain the best performance.
If you are using a Smart 16/4 MC32 or EISA Ringnode and your workstation uses Microsoft Windows or any memory management software, use the LOMEM parameter (see below).
If you are using a Smart 16/4 PC or ISA Client Ringnode, your Ringnode performs only PIO transfers. PIO transfers are not affected by the presence of Windows or any other memory management software that the workstation is running.
DMA allows your Ringnode to exchange data directly with your computer's memory, without the intervention of the microprocessor. If a memory manager re-maps the part of PC memory that your Ringnode is trying to communicate with, the Smart II Software cannot determine efficiently the new location of the buffers.
If you are using DMA, and you are running any memory management software, set the LOMEM parameter or use PIO instead. LOMEM is set automatically when you use the WIN=31 or WIN=30 parameters, but if you are using Windows, PIO may give you better performance (particularly if your system has fast clock- and bus-speeds). We advise you to experiment to find the method which gives the best performance for your system.
Abbreviation: IO
Example: IO=3a20
The Smart LLC interface has another parameter (RX.SIZE) that you can use to reduce the frame size for LLC applications. RX.SIZE only affects the LLC interface (see Technote 66-011).
Table 2 shows default frame sizes for individual interfaces and combinations of interfaces on a 128k Ringnode. Ringnodes with 256kbytes or 512kbytes of RAM, support a frame size of 4096 bytes for all allowable combinations of interfaces.
Interfaces enabled Default frame size
IPX 4096 ODI 4096 NetBIOS 4096 LLC and IPX 1024 LLC and NetBIOS 1024 IPX and NetBIOS 1024 ODI and NetBIOS 1024 TCP/IP 1024
Range: 200 - 17960
Abbreviation: FS
Example: FS=1024
You can specify the node address without a keyword.
You can use any valid hexadecimal number in the range 400000000000 to 7FFFFFFFFFFF.
Ensure that every adapter in your network has a different node address.
Range: 400000000000 - 7FFFFFFFFFFF
Abbreviation: NA or (blank)
Example: NA=400012345678 or just 400012345678
There is a minimum value for the sum of SAPS and EXTRA.SAPS. If the sum comes to 5 or less, the number of Service Access Points you can open at any one time remains 5.
Range: 0 - 127
Default: 2
Abbreviation: SA
Example: SA=27
There is a minimum value for the sum of SAPS and EXTRA.SAPS. If the sum comes to 5 or less, the number of Service Access Points you can open at any one time remains 5.
Range: 0 - 127
Default: 3
Abbreviation: ES
Example: ES=27
If you enable the NetBIOS interface, NetBIOS uses all of the links that you specify with the STATIONS parameter. If you disable the NetBIOS interface, all of these links are available to other LLC applications.
There is a minimum value for the sum of STATIONS and EXTRA.STATIONS. If the sum comes to 20 or less, the number of links you can open at any one time remains 20.
The sum of STATIONS and EXTRA.STATIONS must not exceed 255.
Range: 0 - 254
Default: 32
Abbreviation: ST
Example: ST=27
NetBIOS uses all of the links you specify with the STATIONS parameter. Those that you specify using EXTRA.STATIONS are available for other LLC applications.
The default value of 3 allows you to use an LLC workstation application that requires one link. You could use the other two links to connect to a 3270 attachment program, to an AS/400 direct attachment program, or to a bridge.
There is a minimum value for the sum of STATIONS and EXTRA.STATIONS. If the sum comes to 20 or less, the number of links you can open at any one time remains 20. The sum of STATIONS and EXTRA.STATIONS must not exceed 255.
Range: 0 - 254
Default: 3
Abbreviation: EST
Example: EST=27