Discussion:
OpenVMS/Multinet printserver
(too old to reply)
Yost, Donald
2006-12-22 16:30:03 UTC
Permalink
I'm running Multinet 4.4a on an HP alphaserver running OpenVMS v7.3-2.
I've been asked to share/serve a printer to the Windows PC's on our
network. I've done the LPD setup described in Chapter 16 of the manual.
Nothing shows up in the queue. Has anyone done anything like this?
Thanks.

Don Yost
Information Systems
Martha Jefferson Hospital
(434)982-7076





Email Confidentiality Notice: The information contained in this transmission is confidential, proprietary or privileged and may be subject to protection under the law, including the Health Insurance Portability and Accountability Act (HIPAA). The message is intended for the sole use of the individual or entity to whom it is addressed. If you are not the intended recipient, you are notified that any use, distribution or copying of the message is strictly prohibited and may subject you to criminal or civil penalties. If you received this transmission in error, please contact the sender immediately by replying to this email and delete the material from any computer.
Bennett, Carl
2006-12-22 16:41:21 UTC
Permalink
Don,

If you run a TCPDUMP on port 515, does it show anything
coming in from the network?

If not, you might not have the LPD service enabled.



You could also do an MU SHOW /CONN = ALL and search for
printer to make sure the service is up.





TCP 0 0 *(PRINTER) *(*)
LISTEN







________________________________

From: Yost, Donald [mailto:***@mjh.org]
Sent: Friday, December 22, 2006 11:30 AM
To: info-***@process.com
Subject: OpenVMS/Multinet printserver



I'm running Multinet 4.4a on an HP alphaserver running OpenVMS v7.3-2.
I've been asked to share/serve a printer to the Windows PC's on our
network. I've done the LPD setup described in Chapter 16 of the manual.
Nothing shows up in the queue. Has anyone done anything like this?
Thanks.

Don Yost
Information Systems
Martha Jefferson Hospital
(434)982-7076

Email Confidentiality Notice: The information contained in this
transmission is confidential, proprietary or privileged and may be
subject to protection under the law, including the Health Insurance
Portability and Accountability Act (HIPAA). The message is intended for
the sole use of the individual or entity to whom it is addressed. If you
are not the intended recipient, you are notified that any use,
distribution or copying of the message is strictly prohibited and may
subject you to criminal or civil penalties. If you received this
transmission in error, please contact the sender immediately by replying
to this email and delete the material from any computer.


Attention:
The information contained in this message and or attachments is intended only for the person
or entity to which it is addressed and may contain confidential and/or privileged material.
Any review, retransmission, dissemination or other use of, or taking of any action in reliance
upon, this information by persons or entities other than the intended recipient is prohibited.
If you received this in error, please contact the sender and delete the material from any system
and destroy any copies.
--------------------------------------------------------------------------------
This email message has been scanned for Viruses and Content and cleared by NetIQ MailMarshal
--------------------------------------------------------------------------------
Verne Britton
2006-12-22 17:17:32 UTC
Permalink
=20
I=92m running Multinet 4.4a on an HP alphaserver running OpenVMS v7=
.3-2. I=92ve
been asked to share/serve a printer to the Windows PC=92s on our ne=
twork. I=92ve
done the LPD setup described in Chapter 16 of the manual. Nothing s=
hows up in
the queue. Has anyone done anything like this? Thanks.
=20
Don Yost
Information Systems
Martha Jefferson Hospital
(434)982-7076
=20
I mean no offense here ... make sure the PCs are using an LPR client
or port definition in Windows... Multinet by itself does not accept
incoming connections as a "share" (SMB?) or on port 9100 :-)

A long time ago I had to play with the "type" on the incoming LPD
(or is it called LPR?) connections to force it to be binary ...=20
naturally with a smart O/S like VMS there is a big difference
between a binary and text file ... unlike many Unix's or even some
things on a Windows PC ...

But recently I believe most things show up binary (fixed length
files, no CC) in the temp files Multinet makes ... it matters most
when Multinet is reading that temp file to send it to the actual
printer ...

For older Windows (Win98 for example) there is at least one free
LPD driver ... plus I can't remember if LPD is a standard part
of XP (a choice on "port") or if you have to install the Unix-printer
optional module (or some other optional Windows module) ... it's
been a long time since I had to do it :-)


Verne
---------------------------------------------------------------------
Verne Britton, Lead Systems Programmer voice: (304) 293-5192 x230
Systems Support Group (in WV, call 1-800-253-1558)
West Virginia Network for FAX: (304) 293-5540
Educational Telecomputing ***@wvnet.edu
837 Chestnut Ridge Road http://vaxa.wvnet.edu/~verne
Morgantown, WV 26505 http://www.wvnet.edu
Selden E Ball Jr
2006-12-22 17:11:28 UTC
Permalink
Post by Yost, Donald
I'm running Multinet 4.4a on an HP alphaserver running OpenVMS v7.3-2.
I've been asked to share/serve a printer to the Windows PC's on our
network. I've done the LPD setup described in Chapter 16 of the manual.
Nothing shows up in the queue. Has anyone done anything like this?
Thanks.
We have many lpd print queues served by Multinet used
by various types of systems, including Windows.

One potential stumbling block is the username mapping.

If your Windows user accounts don't have corresponding
VMS user accounts, then you have to create a default account for them
to use and define the logical which specifies that it is to be used
for print jobs from unknown usernames. e.g.
$ DEFINE/SYS/EXEC "MULTINET_LPD_DEFAULT_USERNAME" "PRT"

If that's not the problem, what entries are in the log file of
the LPD server? That log file might provide some help in tracking
down the problem. (e.g. unauthorized connection, unrecognized
printer queue name, etc)

We use OPCOM to log Multinet's connections.
To configure our LPD connection logging, I used the command
$ MULTINET CONFIGURE/SERVER to select LPD and set
LOG-ACCEPTS and LOG-REJECTS to be TRUE and LOG-FILE to be OPCOM

ACCEPT-HOSTS, ACCEPT-NETS and REJECT-BY-DEFAULT also were
defined as needed by our environment.

Does this help?

Selden

Loading...