Brother Print Server Nc 4100h User Guide
Have a look at the manual Brother Print Server Nc 4100h User Guide online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 331 Brother manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.
xiv IMPORTANT INFORMATION: REGULATIONS Federal Communications Commission (FCC) Declaration of Conformity (For U.S.A. only) Responsible Party: Brother International Corporation 100 Somerset Corporate Boulvard Bridgewater, NJ 09907-0911, USA TEL: (908) 704-1700 declares, that the products Product Name: Brother Network Card (BR-net) Model Number: NC-4100h complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and (2) this device must accept any interference received, including interference that may cause undersired operation. This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference in a residential installation. This equipment generates, uses, and can radiate radio frequency energy and, if not installed and used in accordance with the instructions, may cause harmful interference to radio communications. However, there is no guarantee that interference will not occur in a particular installation. If this equipment does cause harmful interference to radio or television reception, which can be determined by turning the equipment off and on, the user is encouraged to try to correct the interference by one or more of the following measures: - Reorient or relocate the receiving antenna. - Increase the separation between the equipment and receiver. - Connect the equipment into an outlet on a circuit different from that to which the receiver is connected. - Consult the dealer or an experienced radio/TV technician for help. Important Changes or modifications not expressly approved by Brother Industries, Ltd. could void the user’s authority to operate the equipment.
xv Industry Canada Compliance Statement (For Canada only) This Class B digital apparatus complies with Canadian ICES-003. Cet appareil numérique de la classe B est conforme a la norme NMB-003 du Canada. DECLARATION OF CONFORMITY (EUROPE) We, Brother Industries, Ltd., 15-1, Naeshiro-cho, Mizuho-ku, Nagoya 467-8561, Japan declare that this product is in conformity with the following normative documents. Safety: EN 60950, EMC: EN 55022 Class B, EN 55024 following the provisions of the Low Voltage Directive 73/23/EEC and the Electromagnetic Compatibility Directive 89/336/EEC (as amended by 91/263/EEC and 92/31/EEC). Issued by: Brother Industries, Ltd. Information & Document Company
CHAPTER 1 UNIX PRINTING 1-1 1 CHAPTER ONE Unix Printing Printing from Unix/Linux using TCP/IP Overview Brother print servers are supplied with the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol suite. Since virtually all UNIX host computers support TCP/IP, this capability allows a printer to be shared on a UNIX Ethernet network. As with all protocols, TCP/IP communications can proceed concurrently whilst other protocols are active, this means that UNIX, NetWare, Apple, and other computers can share the same Brother Print Server over an Ethernet network. The Linux operating system uses the same setup procedures as standard Berkeley UNIX systems. Refer to this chapter for a typical GUI based Linux installation. Quick Tips: 1. The default IP address of Brother print servers is 192.0.0.192. To change it, use the print front panel (if applicable), the BRAdmin utility, the printer front panel, or let your DHCP server allocate an IP address to the printer. 2. Refer to chapter 12 of this user guide to learn how to configure the IP address on your printer. 3. The default password for Brother print servers is access. 4. The default name for a Brother print server is always BRN_xxxxxx (where xxxxxx is the last six digits of the Ethernet address of the print server). Print servers found in Brother FAX/MFC products begin with the name BRF- xxxxxx. Older Brother printers that use the NC-2000 series of print servers use the name BRO_xxxxxx 5. When configuring the PRINTCAP file, pay particular attention to the service names, BINARY_P1 and TEXT_P1
CHAPTER 1 UNIX PRINTING 1-2 TCP/IP Brother Print Servers appear to the network as a UNIX host computer with a unique IP address running the lpd, line printer daemon, protocol. As a result, any host computer that supports the Berkeley remote LPR command can spool jobs to Brother Print Servers without the need for any special software on the host computer. For special applications, raw TCP ports are also available. The Brother NC-3100h and NC-4100h print servers also support the FTP protocol. This protocol can be used to send print jobs from Unix systems. The Brother print server is pre-configured to run on a TCP/IP network with a minimum of setup. The only mandatory configuration the print server is the allocation of an IP address, which can be either automatically assigned using DHCP, BOOTP etc., or manually assigned using the ARP command, BRAdmin, the printer front panel (if applicable), etc. For setting the IP address of the print server, refer to the quick print setup guide or to chapter 12 of this user guide.
CHAPTER 1 UNIX PRINTING 1-3 General TCP/IP UNIX Host Configuration The configuration process for most UNIX systems is described in the following steps. As this process varies, we recommend that you refer to your system documentation (or man pages) for additional information. 1. Configure the /etc/hosts file on each UNIX host that needs to communicate with the print server. Use your favorite editor to add an entry to the /etc/hosts file containing the IP address and node name of the device. For example: 192.189.207.3 BRN_310107 The actual format of the entry may vary depending on your system, check your system documentation and also note the format of other entries in the etc/hosts file. The node name in this file does not necessarily need to be the same as the one that is actually configured into the Brother print server (the name that appears on the printer configuration page), however, it is good practice to make the names the same. Some operating systems, such as HP/UX, do not accept the _ character in the default name, for these systems you must use a different name). In any case, the node name in the /etc/hosts file must match the node name in the /etc/printcap file. Some systems such as HP/UX and AIX allow you to enter the IP address as the host name when setting up the print queue. If this is the case, you do not need to configure the hosts file.
CHAPTER 1 UNIX PRINTING 1-4 2. Choose which print server service you want to use. There are several types of services available on Brother Print Servers. Binary services pass data through unmodified and are therefore required for PCL or PostScript rasterized graphics printouts. Text services add a carriage return at the end of each line for proper formatting of UNIX text files (which end in linefeed and do not have carriage returns). The text service can also be used for non- rasterized graphics, such as ASCII PostScript graphics or many types of PCL graphics. Choose one of the available services (a service name will be used in step 3): BINARY_P1 Binary data TEXT_P1 Text data (CR added) You may set up multiple print queues on your UNIX host computer for the same print server, each one with a different service name (for example, one queue for binary graphics jobs and one for text jobs). Refer to Appendix B for additional information on using services. 3. Configure the /etc/printcap file on each host computer to specify the local print queue, the print server name (also called remote machine or rm), and the print server service name (also called remote printer, remote queue, or rp), and the spool directory. This step applies to the majority of UNIX systems, including Linux, Sun OS (but not Solaris 2.xx), Silicon Graphics (lpr/lpd option required), DEC ULTRIX, DEC OSF/1, and Digital UNIX. SCO UNIX users should follow these steps, but should also refer to the SCO UNIX Configuration section. Users of RS/6000 AIX, HP/UX, Sun Solaris 2.xx, and other systems that do not use the printcap file should skip to section 3-a. SCO user’s should also skip to section 3a (SCO uses the printcap file, but this file is automatically configured via the rlpconf command)
CHAPTER 1 UNIX PRINTING 1-5 An example of a typical printcap file: laser1|Printer on Floor 1:\ :lp=:\ :rm=BRN_310107:\ :rp=TEXT_P1:\ :sd=/usr/spool/lpd/laser1: Make sure this information is added to the end of the printcap file. Also make sure that the last character in the printcap file is a colon : This will create a queue named laser1 on the host computer that communicates to a Brother print server with a node name (rm) of BRN_310107 and a service name (rp) of TEXT_P1 printing text files to a Brother printer through spool directory /usr/spool/lpd/laser1. If you are printing binary graphics files, you would use the service BINARY_P1 instead of TEXT_P1. The rm and rp options are not available on some UNIX systems, so if necessary check your documentation (or man pages) to determine the equivalent options. Users of Berkeley-compatible UNIX systems can use the lpc command to obtain the printer status: %lpc status laser1: queuing is enabled printing is enabled no entries no daemon present Users of AT&T-compatible UNIX systems can generally use the lpstat or rlpstat commands to obtain similar status information. Because this procedure varies from system to system, refer to your system documentation for the exact usage. 4. Skip this section if you have completed Step 3, unless you have an SCO UNIX system. If you have an HP/UX system, IBM RS/6000 AIX computer, or Sun Solaris 2.xx, there is no printcap file. This is also true for some other AT&T-based UNIX systems, as well as many VMS-based TCP/IP software packages (for example, UCX, TGV Multinet, etc.). On SCO systems, there is a printcap file, but it is automatically configured by the rlpconf command. Most of these systems generally use a printer setup program to define the service name (remote printer), the print server name (remote machine) or IP address, and the local queue name (spool directory). Refer to the appropriate section depending on your version of Unix.