Panasonic Kx P7305 Operating Instructions Manual
Have a look at the manual Panasonic Kx P7305 Operating Instructions Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 10737 Panasonic manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.
Settings and Printing Network Network Maintenance and Spec. Setup in NetWare 58 17Select the print server name in the list or enter the print server name you want to use for printing. Click [Next >]. NOTE • If the print server is on the NetWare server, the printer server can be selected from the list. 18Change the queue name if needed. Click [Next >].
Settings and Printing Network Network Maintenance and Spec. Setup in NetWare 59 19Follow the instructions on the screen. 20On the NetWare server type LOAD PSERVER xxxxxxxx, then press the Enter key. (xxxxxxxx : print server name). 21Turn the printer off and on before printing.
Settings and Printing Network Network Maintenance and Spec. Setup in NetWare 60 Perform the following steps: Step 1: Setting up the printer Step 2: Setting up the Server Step 3: Setting up the client There are two printing modes. [A] Print server (PSERVER) mode [B] Remote printer (RPRINTER) mode Before setting up, select a printing mode. For detailed information on these modes, refer to the NetWare manual or Novell web site. You may need to check with your network administrator which to select. Setting the NetWare server is almost performed on the client. You must log on the server using the supervisor privilege. Novell Client software must be installed in your computer prior to setting up. Step 1: Setting up the printer When printing in Print Server mode, refer to procedures 1 to 12 of “[A] Using NDS - PSERVER mode” on page 48 in “In NetWare 4.x / NetWare 5.x / NetWare 6”. However, click on the Bindery Mode check box at step 10. When printing in Remote Print mode, refer to procedures 1 to 12 of “[B] Using NDS - RPRINTER (NPRINTER) mode” on page 53 in “In NetWare 4.x / NetWare 5.x / NetWare 6” . In NetWare 3.x
Settings and Printing Network Network Maintenance and Spec. Setup in NetWare 61 Step 2: Setting up the Server [A] Using Print Server (PSERVER) mode 1Select the printer you want to configure in the Network Setup Tool window. 2Click the Setup menu and select Create NetWare Queue. 3Follow the instructions on the screen. • When asked to select NDS mode or Bindery mode, select Bindery Mode and click [Next >]. 4Select a file server from the list and click [Next >].
Settings and Printing Network Network Maintenance and Spec. Setup in NetWare 62 5Click on the Print Server Mode check button and click [Next >]. 6Change the queue name if needed, then click [Next >]. 7Follow the instructions on the screen. NOTE • When the setting is finished, the printer is automatically restarted.
Settings and Printing Network Network Maintenance and Spec. Setup in NetWare 63 [B] Using the Remote Printer (RPRINTER) mode 1Select the printer you want to configure in the Network Setup Tool window. 2Click the Setup menu and select Create NetWare Queue. 3Follow the instructions on the screen. • When asked to select NDS or Bindery mode, select Bindery Mode and click [Next >]. 4Select a file server from the list and click [Next >].
Settings and Printing Network Network Maintenance and Spec. Setup in NetWare 64 5Click on the Remote Printer Mode check button and click [Next >]. 6Select the print server name in the list or enter the print server name you want to use for printing. Click [Next >]. NOTE • If the print server is on the NetWare server, the printer server can be selected from the list.
Settings and Printing Network Network Maintenance and Spec. Setup in NetWare 65 7Change the queue name if needed. Click [Next >]. 8Follow the instructions on the screen. 9Ty p e LOAD PSERVER xxxxxxxx, then press the Enter key. (xxxxxxxx : print server name). 10Turn the printer off and on before printing. Step 3: Setting up the client See “[C] Using the printer CD-ROM” on page 28 in “Step 4: Setting up the client computer”. NOTE • If using the Novell Client Software in Windows NT 4.0 / Windows 2000 / Windows XP / Windows Server 2003, add the printer using Add Printer.
Settings and Printing Network Network Maintenance and Spec. Setup in UNIX 66 This chapter explains how to set up printing in various UNIX environments. Supported UNIX variants are as follows: • Solaris 2.6 • Solaris 2.3x - 2.5x • HP-UX 9.x and 10.x • AIX 4.x.x • BSD UNIX There are two ways of printing. • Printing using LPD • Printing using FTP LPD (Line Printer Daemon) is a network printing protocol and programs associated with printer spooling service installed on TCP/IP systems. Perform the following steps to set up. Step 1: Setting up TCP/IP on the printer Step 2: Adding the printer to UNIX systems Step 3: Setting up print queues Step1: Setting up TCP/IP on the printer Refer to “Step 2: Setting up TCP/IP on the printer” on page 8. Setup in UNIX Printing using LPD
Settings and Printing Network Network Maintenance and Spec. Setup in UNIX 67 Step 2: Adding the printer to UNIX systems Perform the following steps to add the printer as a network printer to a UNIX systems. When editing the hosts file, contact your network administrator. 1Log in as root. # login root 2Edit your /etc/hosts file to add the printer as a network printer to your system. (Example) The printer's IP Address is "172.16.xxx.xxx" and the host name is "kxp7310". 172.16.xxx.xxx kxp7310 # KX-P7310 Printer 3Confirm the connection to the network by using ping command. # ping kxp7310 Step 3: Setting up print queues Set up a print queue to use the network printer depending on your system environment. [For Solaris 2.6] 1Create Printer Queue. (1) Log in as root. # login root (2) Add print server name. Example: adding printer queue name as "kxp7310lp" # lpadmin -p kxp7310lp -m netstandard -o protocol=bsd -o dest=kxp7310:lp -v /dev/null The "lp" after ":" is the remote printer queue name. (3) Enable printer queue: # usr/sbin/accept kxp7310lp # usr/bin/enable kxp7310lp