 |
 |

-
Check that the port monitor is running on the host by typing:
sacadm -l
-
Check that there is an entry for a tcp listener. The output should look similar to the following:
tcp listen - 3 ENABLED /usr/lib/saf/listen -m inet/tcp tcp 2>/dev/null #
-
Check that the port monitor for LPD is running on the host by typing:
pmadm -l -p tcp -s lpd
- Check that there is an entry for the LPD listener.
The output should look similar to the following:
tcp listen lpd - root - \x00020203c1816d240000000000000000 - p -
var/spool/lp/fifos/listenBSD #
-
Get the address of the LPD daemon on the host by typing:
lpsystem -A
The output should look similar to the following:
00020203c1816d240000000000000000
Make a note of this address it will be needed later in the configuration process.
-
Change the address of the LPD port monitor using sysadm by typing the following:
sysadm ports
A menu is displayed.
-
Select port_services from the menu. A sub-menu will then be displayed select modify from the menu.
-
Use the cursor keys to move the > symbol to the lpd entry and press enter.
-
Move the cursor to field labeled Server's private address and change the address to the one found in step 3.
Note: Make sure that the line begins with \\x.
-
Press F3 to save the changes and then F7 to exit.
-
Make the print system aware of the PC running MultiView DeskTop which will be sending LPR print jobs, by typing
the following command:
lpsystem -t bsd <PC logical name>
The PC logical name can be found in the /etc/hosts file.
-
Allow remote users access to the host printer queue, by tying the following command:
lpadmin -p <printer name> -u allow:all!all
-
Stop and restart the UNIX print spooler to make the changes take effect by typing the following:
lpshut - to stop the spooler
/usr/lib/lpsched - to restart the spooler
-
Make sure the required printer queue will accept requests by typing:
accept <printer queue name> enable <printer queue name>
Test the facility from MultiView DeskTop.
-
Make the print system aware of the PC running MultiView DeskTop which will be receiving LPR print jobs from the
host, by typing the following command:
lpsystem -t bsd <PC logical name>
The PC logical name can be found in the /etc/hosts file
-
Set up a printer queue on the UNIX host to use the printer queue defined under MultiView DeskTop 4.2 LPD on the
PC, by typing:
lpadmin -p <queue name> -s <PC logical name>!<lpd queue name>
-
Make sure the required printer queue will accept requests by typing:
accept <printer queue name> enable <printer queue name>
Test the facility from the UNIX host.
|
 |