- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Non interactive telnet service
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
06-18-2006 09:16 PM
06-18-2006 09:16 PM
The programme gets error as it is not allowing interactive telnet service through DCL/batch job. Thought of using vms virtual terminal to do the job as programming is not possible in the switch end. But unable to find any reference on how to do DCL programming of virtual terminal(VTA).
It will be of great help if a piece of example on this is provided, or some sort of link which has similar DCL programming example.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 09:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 09:23 PM
06-18-2006 09:23 PM
Re: Non interactive telnet service
I concur with Ian.
C-Kermit is fully scriptable, and well documented.
It can be obtained from http://www.columbia.edu/kermit
I hope that the above is helpful.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 10:56 PM
06-18-2006 10:56 PM
Re: Non interactive telnet service
Is there no way of doing it using DCL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 11:07 PM
06-18-2006 11:07 PM
Re: Non interactive telnet service
In short, no. The telnet utility was never designed for providing scriptable capabilities. OpenVMS Virtual Terminals are within a system, not remote.
C-Kermit has generally, in my experience, been the choice for projects such as you describe. Of course, many people have implemented scripting capabilities of some form, for their own purposes.
Taking the risk of reading Ian's thoughts, I suspect both Ian and myself are in agreement that C-Kermit provides the most functionality and documentation for a project such as you describe.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 04:07 AM
06-19-2006 04:07 AM
Re: Non interactive telnet service
Kermit) to reset my Cisco 678 DSL
modem/router automatically when I can't
reach my ISP. It's much easier using Kermit
than any other way I've seen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 04:40 AM
06-19-2006 04:40 AM
Re: Non interactive telnet service
Telnet Client Accepting Non Interactive Commands
http://h18000.www1.hp.com/support/asktima/appl_tools/009E60A3-96F8B0E0-1C0186.html
It works fine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 04:50 AM
06-19-2006 04:50 AM
Re: Non interactive telnet service
I have a command procedure (written by someone else within VMS Engineering) that logs into a fibre channel switch and disabled/enables various ports in an effor to simulate connectivity problems.
I don't want to post it here, as it's quite tailored to our environment, but there are just a few key issues.
1) the use of the TELNET command in conjunction with the /CREATE_SESSION qualifier
2) the use of the DCL command OPEN /WRITE lognam TNA
This, of course, works with our TCP/IP product; I have no idea what (if anything) would need to be different for someone else's implementation.
Of course, I fully concur that Kermit is also a great alternative.
-- Rob (VMS Engineering)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 06:43 AM
06-19-2006 06:43 AM
Re: Non interactive telnet service
You might want to look at the thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1030968
This is almost exactly the same as what was covered there.
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 08:14 PM
06-19-2006 08:14 PM
Re: Non interactive telnet service
Could you please send us your peace of DCL code as sample though it is customised for your environment. We will try to tailor to our environment.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 10:39 PM
06-19-2006 10:39 PM
Re: Non interactive telnet service
For a little example on the use of telnet/create, see
http://dcl.openvms.org/stories.php?story=03/09/23/7962305
It is a very basic tool, in order to see if a remote node has some software running on port 8088.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 12:22 AM
06-20-2006 12:22 AM
Re: Non interactive telnet service
What is the difference with a simple telnet/port and testing the status ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 12:49 AM
06-20-2006 12:49 AM
Re: Non interactive telnet service
I am not sure I understand what you mean, can you elaborate ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 07:52 AM
06-20-2006 07:52 AM
Re: Non interactive telnet service
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 07:57 AM
06-20-2006 07:57 AM
Re: Non interactive telnet service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 08:17 PM
06-20-2006 08:17 PM
Re: Non interactive telnet service
I am unbale to detach the file. Could you please attach as a text file.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 09:11 PM
06-20-2006 09:11 PM
Re: Non interactive telnet service
here is Robert's procedure as a text file...
Duncan