COMTOKR and HPRDIR.EXE (98188)



The information in this article applies to:

  • Microsoft LAN Manager 2.2

This article was previously published under Q98188

SUMMARY

This article contains information on using a Hewlett-Packard (HP) JetDirect card to allow an HP LaserJet to talk directly to the network when there is more than one NIC in the server to segment the LAN.

MORE INFORMATION

When there are two or more network interface cards to segment the LAN, the HPRDIR talks only to one of them. The Remoteboot protocol COMTOKR can be bound to all cards. Only printers connected to the first NIC with COMTOKR bound to it will print; but HP LaserJets with JetDirect cards installed and connected to the server through other NICs in the server will not.

Example

For example, the server has two IBM token ring cards and one Ethernet card. COMTOKR can bind to up to eight NDIS drivers--either Ethernet or token ring.

PROTOCOL.INI

; Note: NetBEUI and/or TCP/IP sections omitted here for simplicity.

[COMTOKR_XIF]
   drivername = COMTOKR$
   bindings = "IBMTOK_NIF", "IBMTOK2_NIF", "ELNKII_NIF"

[IBMTOK_NIF]
   drivername = IBMTOK$

[IBMTOK2_NIF]
   drivername = IBMTOK2$

[ELNKII_NIF]
   drivername = ELNKII$
				
In this example, HPREDIR communicates only through the first IBM token ring adapter (IBMTOK_NIF). To have HPREDIR operate over the second token ring adapter or the Etherlink II adapter, you must edit PROTOCOL.INI so that the appropriate driver appears first in the [COMTOKR_XIF] bindings line.

Modification Type:MajorLast Reviewed:9/30/2003
Keywords:KB98188