Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
After read this article, donot know which step should be done on client and which should be done on the server, could some one instruct??
SunOS 4.X/BSD Clients to Solaris 2 Server
1. Register the service
# lpsystem -t bsd print_server_name
where
-t specifies the remote system type, either s5 or bsdCreate an instance of the listen port monitor to monitor the network for print requests
# sacadm -a -p tcp -t listen -c "/usr/lib/saf/listen tcp" -v 'nlsadmin -V'Obtain the print server's universal address in hex
# lpsystem -A
00020203809274040000000000000000
where the first four digits, 0002, represent the internet protocol family, the next four, either 0203 or 0ACE, represent the BSD printer port (515 -> 20316) or System V listen port (2766-> 0ACE16), respectively, the next 8 digits, 80927404, represent the hex IP address of the server (replaced by zeroes in later versions of SunOS 5.X), and the final 16 zeroes are padding.Configure the listenBSD service to monitor incoming requests from BSD clients
# pmadm -a -p tcp -s lpd -i root -v 'nlsadmin -V' -m 'nlsadmin -o /
var/spool/lp/fifos/listenBSD -A "\00020203809274040000000000000000"'

![]() |
Openwin
|
Samba Installation
|

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |