- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Capturing OPCOM messages via a detached proces...
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
12-08-2005 08:09 PM
12-08-2005 08:09 PM
Capturing OPCOM messages via a detached process
We've got a requirement to capture some events from OPCOM in order to do fault analysis. Ideally this will be running as a detached process which will then inform an engineer when an interesting event has occurred. Note - the machines we use run unattended.
I've come across lots of clues involving virtual terminals but no examples on how to do it.
Hope you can help
cheers
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 08:47 PM
12-08-2005 08:47 PM
Re: Capturing OPCOM messages via a detached process
A long time ago I've written something that could meet your requirements. Unfortunately, I cannot get to the sources right now.
However, I found in my archives 2 examples how one can use pseudo-terminals.
Please check them out.
I will dig into my other archives during the weekend, and hopefully get back to you with more suitabel stuff.
Regards,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 08:47 PM
12-08-2005 08:47 PM
Re: Capturing OPCOM messages via a detached process
2nd example
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 08:53 PM
12-08-2005 08:53 PM
Re: Capturing OPCOM messages via a detached process
http://h18000.www1.hp.com/support/asktima/operating_systems/009396A8-91874560-1C03C5.html
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 09:37 PM
12-08-2005 09:37 PM
Re: Capturing OPCOM messages via a detached process
Capturing OPCOM messages is one of a series of conceptually related interfaces (e.g., DECnet events, Audit events). Most recently, I designed and implemented a mechanism to capture events as they were processed by the Audit Server.
The technique which allows OPCOM messages to be captured using a terminal (or pseudo terminal) and the associated notification mailbox is documented in the Terminal Driver section of the OpenVMS I/O User's Guide (in the standard documentation set which is also available through the OpenVMS www site).
There may be another alternative, but I am off-site at the moment, without access to my hardcopy library.
This method is used by programs (e.g., some screen based utilities) to intercept the breakthrough write used when a terminal is enabled for messages, and place the message so that it does not interfere with the formatting of the screen.
I hope that the above is helpful.
- Bob Gezelter, http://www.rlgs.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 10:10 PM
12-08-2005 10:10 PM
Re: Capturing OPCOM messages via a detached process
http://wwwvms.mppmu.mpg.de/vmssig/src/c/OPCOM-TO-PTD.C
It just prints the messages; modify it to process messages as You want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2005 06:26 PM
12-11-2005 06:26 PM
Re: Capturing OPCOM messages via a detached process
Although I've mentioned that I have written something years ago that might have suited your needs, I searched in my archives over the weekend, and regrettably I was unable to find the sources.
So sorry,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2005 07:59 PM
12-11-2005 07:59 PM
Re: Capturing OPCOM messages via a detached process
Rob.