- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Is there a way to set a queue to accept PASSAL...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2004 08:42 PM
11-14-2004 08:42 PM
Is ther a way to set the queue so that all print jobs sent to it will be passall?
Chaim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2004 09:12 PM
11-14-2004 09:12 PM
Re: Is there a way to set a queue to accept PASSALL
AFAIK not for every queue, but if you have set up queues with the TELNET symbiont, you can define the logical name TCPIP$TELNETSYM_RAW_TCP to 1 in the system table.
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2004 09:30 PM
11-14-2004 09:30 PM
Re: Is there a way to set a queue to accept PASSALL
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2004 09:36 PM
11-14-2004 09:36 PM
Re: Is there a way to set a queue to accept PASSALL
The TCPIP$TELNETSYM_RAW_TCP logical name, instructs the telnetsym to use a "RAW" tcp connection. This means that there is no TELNET protocol on this connection. Telnet protocol uses FF(hex) character for escape character. This character is followed by an TELNET command. You need this logical name if the printer server (or printer) doesnt support telnet protocol (and many of them does not).
The /PASSALL qualifier instructs the queue to not interpret the contents (mostly form feeds and line feeds).
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2004 09:44 PM
11-14-2004 09:44 PM
SolutionI stand corrected.
Chaim,
We're not using Multinet over here. So I can't be of any assistance. However, something I've found on the net:
http://www.opus1.com/mnetdoc/admin_guide/Ch16.htm
Greetz,
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2004 10:43 PM
11-14-2004 10:43 PM
Re: Is there a way to set a queue to accept PASSALL
There is a very crude way of defining it by making use of symbols. You can define the following symbol for a particular queue....
PRINTPASS=="PRI /queue=LPD$print /PASSALL"
This would ensure any application wanting to print with a particular queue uses passall.
Cheers,
Himanshu