- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Where can I get ECOs?
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
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
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-18-2013 05:14 PM
10-18-2013 05:14 PM
Where can I get ECOs?
I've been looking around for up-to-date information on how I obtain OpenVMS ECOs.
The more modern links seem to send me to this place:
http://h20565.www2.hp.com/portal/site/hpsc/public/do/home/
And I end up here:
http://h20565.www2.hp.com/portal/site/hpsc/public/psi/swdHome/?lang=en&cc=us&sp4ts.oid=5285487
Where it says "Downloads for this product are not available through this website."
... and directs me to
https://h20392.www2.hp.com/portal/swdepot/index.do
which, as far as I can tell, doesn't mention OpenVMS at all.
In particular, I'm trying to find "TCP/IP 5.7 ECO2" mentioned here:
http://sourceforge.net/p/vms-ports/tickets/29/
with release notes here:
http://h30266.www3.hp.com/masterindex/release_notes/release_notes_00b1a42c.txt
I am running on OpenVMS v8.4 and "PRODUCT SHOW PRODUCT/FULL" tells me that I have "TCPIP V5.7-13". I don't even know how to compare that number with "TCP/IP 5.7 ECO2", but I can tell it isn't good enough because I get "address family not supported" when I try to call bind() with an AF_UNIX (Unix domain) socket.
It would also be nice if I could find the CRTL ECO (or ACRTL? what does the A stand for?) mentioned in that one link.
That said, I can't seem to find any of the ECOs at all.
Please help if you know where to find these!
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2013 09:37 PM
10-18-2013 09:37 PM
Re: Where can I get ECOs?
Since about 3 years, OpenVMS ECOs are not publicly available anymore . You nowadays need a software contract with HP, which covers patch access.
See recent discussions in comp.os.vms newsgroup.
Patch access is (at least was on 9-OCT-2013) available via HPSC (HP Support Center) under Download Options - Patch Management
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2013 06:23 AM
10-19-2013 06:23 AM
Re: Where can I get ECOs?
Note also that, even aside from the missing header, the Unix domain sockets didn't actually work out of the box in TCP/IP 5.7 ECO 2. I have had private correspondence with OpenVMS Engineering in which I reported the problem and they provided test images that corrected it. Hopefully those changes will make it into the wild eventually, but it would have to be something after 5.7 ECO 4, which I believe is still current.
The domain sockets are an emulation implemented in terms of loopback AF_INET sockets and require as-yet undocumented system-level logicals to specify the port range to use. I'm told they will consider having default values instead of requiring the logicals but have heard nothing further in the last 7 months.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2013 06:49 AM
10-22-2013 06:49 AM
Re: Where can I get ECOs?
So it would use INET anyways... that could be a problem. The reason why I want to use unix domain sockets is to send open sockets to another process, like shown here:
http://lists.canonical.org/pipermail/kragen-hacks/2002-January/000292.html
or as described in the "Ancillary messages" section here:
http://linux.die.net/man/7/unix
("SCM_RIGHTS: Send or receive a set of open file descriptors from another process. [...]")
I suspect that this won't work with AF_INET sockets; not unless VMS special-cases those AF_INET sockets open to localhost and (re)contextualizes the file descriptor on the other end.
Suppose I do have the appropriate support contract and I want to obtain an ECO anyways, what process would I go through to do so?