Unix
Xerox WorkCentre 3315DN/3325DN/3325DNI
System Administrator Guide
35
• Gateway Address for the machine.
• Host Name for the machine.
Procedure
Follow the steps in Configure Static IPv4 Addressing using the Machine User Interface on page 28 then
return to this page.
Configure the Client
1. Add the machine printer Host Name to the etc/hosts file.
2. Ensure that you can ping the machine.
3. Use either the GUI method or the tty method as detailed below:
GUI Method
1. Open a Command window from the desktop.
2. Enter su to access Super User mode.
3. Enter admintool to run the System Administrator Tool.
4. Select Browse:Printers.
5. Select Edit:Add:Access to Printer....
6. Enter the following information into the Access to Remote Printer form:
a. Printer Name: queuename.
Where queuename is the name of the queue being created.
b. Print Server: hostname.
Where hostname is the machine hostname from the /etc/hosts file.
c. Select OK to complete the form.
7. Enter sh to run the Bourne shell.
8. Enter the command: lpadmin -p queuename -s hostname !lp to modify the remote queuename.
9. Enter Exit to exit the Bourne shell.
10. Enter Exit to exit Super User mode.
11. Test the queue created, by entering the command:
lp -d queuename /etc/hosts.
12. Verify that the job prints at the machine.
tty Method
1. Enter su to access Super User mode.
2. Enter sh to run the Bourne shell.
3. Define the machine as a BSD style printer, by entering the command:
lpsystem -t bsd hostname
Where hostname
is the machine hostname from the /etc/hosts file.
4. Create the queue, by entering the command:
lpadmin -p queuename -s hostname -T unknown -I any
where queuename is the name of the queue being created.
5. Enter Exit to exit the Bourne shell.