- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Creating a TCPIP service COM file
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-17-2009 09:46 AM
12-17-2009 09:46 AM
Creating a TCPIP service COM file
When I hit this socket I would like to be able to respond to certain commands and they in turn execute another command file. So for example I make a socket con and issue DISK_SPACE and it runs another COM file and returns info about disks.
Any thoughts on this are GREATLY appreciated!I did this once before and forgot how!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2009 10:16 AM
12-17-2009 10:16 AM
Re: Creating a TCPIP service COM file
I'd probably start with a look at AgentX.
http://labs.hoffmanlabs.com/node/1326
But if you do want to go hard after a DCL solution, have a look at auxiliary server (inetd) details here:
http://h71000.www7.hp.com/doc/83final/6526/6526pro_001.html#index_x_35
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2009 10:38 AM
12-17-2009 10:38 AM
Re: Creating a TCPIP service COM file
What am I missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2009 07:13 AM
12-29-2009 07:13 AM
Re: Creating a TCPIP service COM file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2009 06:35 PM
12-29-2009 06:35 PM
Re: Creating a TCPIP service COM file
Attached is a command file that will create an INETd (auxillary server) listener that will listen for requests on port 303.
This example deals specifically with inserting new employee records into the Rdb mf_personnel database (under the ACID-proof umbrella of a MTS/DTC coordinated 2PC transaction). While the functionality details may not be of particular interest to you, the generic sys$net handling and service configuration may provide a useful template. (And would be the same for DCL or 3GL)
Cheers Richard Maher