Xerox 701P42722_EN All in One Printer User Manual


 
4 UNIX TCP/IP
46 Xerox CopyCentre/WorkCentre 118 System Administration Guide
HP-UX
Follow the steps below to set up an HP-UX workstation to communicate with the
machine.
1. Log in as root at a client and add the machine to the /etc/hosts file. For example:
Ip address [tab] PrinterName
2. Verify connectivity to the machine, by using a UNIX command such as ping from a
terminal command window, as shown in the following example:
ping PrinterName
NOTE: Select CTRL+C to cancel the ping command.
3. There are two methods to install the machine on an HP-UX workstation. Choose
the method that will be used to complete the installation and refer to the
appropriate page:
Using the Command Window TTY Method – page 46
Using the System Administrator Manager (SAM) GUI Method – page 47
Using the Command Window TTY Method
Follow the steps below to use the command window to manually enter command
strings.
1. Open a command window on the desktop. From the command prompt (#), enter
the information below. Remember that UNIX commands are case-sensitive.
1) Type su to access the superuser mode.
2) Type sh to run the Bourne shell.
3) Type lpshut to stop the print service.
4) Type the following command on one line:
lpadmin -pqueuename -v/dev/null -mrmodel -ocmrcmodel-
osmrsmodel -ob3 -orc -ormhostname -orplp
NOTE: The queuename is the name of the print queue being created. The hostname
is the PrinterName for the machine from the etc/hosts file.
The remote queue name must be set to lp to spool jobs to the machine. This is set by
the -orplp command.
2. Type lpsched to start the print service.
3. Type enable queuename to enable the queue to print to the machine.
4. Type accept queuename to enable the queue to start accepting jobs from the
HP-UX workstation.
NOTE: The queuename is the name of the print queue that has been created.
5. Type exit to exit the Bourne shell.
6. Type exit to exit superuser mode.
7. Type exit to close the command window.