- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Identify TCPIP$TELNETSYM Print Queue Usage
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
03-15-2006 07:41 AM
03-15-2006 07:41 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 08:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 08:22 AM
03-15-2006 08:22 AM
Re: Identify TCPIP$TELNETSYM Print Queue Usage
For each queue specify
$ ACC/TYPE=PRINT/QUEUE=
and if no answer is returned, it has not being used - for the period the accounting file was active.
Accounting filew: default it is SYS$SYSTEM;ACCOUNTNG.DAT but your system may have saved files elsewehere.
You may want to specify a period (/SINCE, /BEFORE) to limit the results.
(I tried using wildcards in the queuespec but that doesn't translate into a wildcard - alas...)
WIllem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 08:23 AM
03-15-2006 08:23 AM
Re: Identify TCPIP$TELNETSYM Print Queue Usage
http://www.hpug.org.uk/LIST_UNUSED_QUEUES_COM.TXT
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 08:47 AM
03-15-2006 08:47 AM
Re: Identify TCPIP$TELNETSYM Print Queue Usage
I guess it depends on exactly what you mean by "used". ACCOUNTING can tell you which queues are printing files, but that's not necessarily the only definition of "used". Jobs could be entered on a stopped queue, and requeued elsewhere. You won't see accounting records, but deleting the queue will break the process.
There may also be queues which are read by some processes, but rarely (or never) have jobs entered. Deleting the queue may result in the process failing.
Another option over ACCOUNTING is to use an AUDIT ACE on the queue, and examine the audit journal after your test period. To trace jobs submitted:
$ EDIT/ACL/OBJECT=QUEUE queue-name
(AUDIT=SECURITY,ACCESS=SUBMIT+SUCCESS)
To see if a queue is read, change the access to "READ+SUBMIT+SUCCESS" (but be aware that a single SHOW QUEUE command will generate multiple audit messages). Other accesses you can audit are MANAGE and DELETE.
While debugging, use an ALARM=SECURITY ACE and watch the activity from a REPLY/ENABLE=SECURITY terminal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 09:16 AM
03-15-2006 09:16 AM