- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Queue-specific UCX$TELNETSYM logical names?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-06-2009 04:47 PM
тАО10-06-2009 04:47 PM
I've been trying to solve a printing problem on UCX 4.2 (yes, old) and believe I have done so by defining the UCX$TELNETSYM_RAW_TCP logical name.
I was wondering if this logical, and the other UCX$TELNETSYM_xxx logical names, can be defined to be queue-specific in some way? For example, UCX$TELNETSYM_queuename_xxx. However I've not been able to find this in the documentation.
Hoff has written in "Ask the Wizard" and in his blogs that the usual trick is to define the required logical name(s), start the queues for which the logicals are desired, then deassign the logical name(s) before starting the rest of the queues.
Can someone please confirm that Hoff's solution is the only way to get queue-specific behaviour for UCX$TELNETSYM_xxx logical names?
Thanks,
Jeremy Begg
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 10:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 11:31 PM
тАО10-06-2009 11:31 PM
Re: Queue-specific UCX$TELNETSYM logical names?
I asked Matt Muggeridge this question at the last VMS bootcamp, and he said he wasn't aware of any queue specific logical names. I ask him to put it on his list of requested enhancements. So it was not in TCPIP 5.6 (or even the development version of 5.7 at the time). In other words, I think it is safe to assume that UCX 4.2 did not have queue specific logical names. Try using Hein's "strings" program to see what logical names are hiding in the .EXE files. To get STRINGS.MAR see http://labs.hoffmanlabs.com/node/875 (attachment has example)
I just happen to have a ucx$telnetsym.exe_old that appears to be from 4.2, and it does not have any strings that appear to be for queue specific logical names. Note the string %sUCX$TELNETSYM_%s.LOG that is used to create the file specifications for the queue specific log files.
In 7.3-2 you can use the SDA LNM extension to trace logical name translations, and you can see that no queue specific logical names are tried. But in VMS 6.2 (or whatever version UCX 4.2 runs with), I am not sure that the LNM extension existed.
I agree that the current implementation is too limiting, and the workaround doesn't work well, especially when using autostart queues across nodes, as in /AUTOSTART_ON=(SIGMA::"172.30.205.203:9100",OMEGA::"172.30.205.203:9100")
See attachment for more details (shows output from strings program and SDA LNM trace)
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 11:40 PM
тАО10-06-2009 11:40 PM
Re: Queue-specific UCX$TELNETSYM logical names?
Attached is the missing info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 12:32 AM
тАО10-07-2009 12:32 AM
Re: Queue-specific UCX$TELNETSYM logical names?
Thanks,
Jeremy Begg