- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Carrier failure detection on SGEC Ethernet control...
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-14-2004 10:45 PM
06-14-2004 10:45 PM
Carrier failure detection on SGEC Ethernet controller
Existing code for an Alpha machine (with a different Ethernet controller) uses the data returned from a $QIO with FUNC=IO$SENSMODE + IO$M_CTRL + IO$M_RD_COUNT.
Trying the same thing with the SGEC controller returns some data, but the format of the datastructure is different (not surprisingly). I can't find where
, but I can't find out whether I can use the same function codes with the SGEC controller, or where the format of the datastructure is documented.
Any help would be much appreciated!
Neil Stead
Reuters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 11:28 PM
06-14-2004 11:28 PM
Re: Carrier failure detection on SGEC Ethernet controller
http://h71000.www7.hp.com/doc/732FINAL/aa-pv6sf-tk/aa-pv6sf-tk.HTMl
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 12:17 AM
06-15-2004 12:17 AM
Re: Carrier failure detection on SGEC Ethernet controller
(In fact, having Googled for IO$M_RD_COUNT, the only results are associated with TCP/UDP/IP drivers)
However, I know that for an DE450 ethernet controller, it returns a list of parameter IDs and values, in the same way as if you specify just IO$M_SENSEMODE+IO$M_CTRL. These parameters are things like time, rx_block, rx_multi_block, data_overrun_count, etc.
However, I can't find where these parameter IDs are defined - they're not in the I/O users guide.
If I could find where the parameter IDs are defined, then I could look through the returned buffer for the appropriate ID.
Neil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 12:46 AM
06-15-2004 12:46 AM
Re: Carrier failure detection on SGEC Ethernet controller
for my experience using $QIO, there are different structure for any type of device not for single device that can leave unchanged some value.
May be your info about VAX ethernet controller are good for alpha controller too, or else you could search documentation about other controller.
Good luck!
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 02:47 AM
06-15-2004 02:47 AM
Re: Carrier failure detection on SGEC Ethernet controller
http://h71000.www7.hp.com/doc/732FINAL/aa-pv6sf-tk/aa-pv6sf-tk.HTMl
Table 39
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 06:14 AM
06-15-2004 06:14 AM
Re: Carrier failure detection on SGEC Ethernet controller
Thanks to all for your efforts. I've just discovered that the buffer returned *is* the same as for the DE450 controller - it was a bug in some 16-year-old Reuters library routines, which meant that only the first 60 bytes of the array were getting returned, and the other 70-odd bytes were garbage.
If I get a moment, I'll post the data structure here.
Neil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 06:45 PM
06-15-2004 06:45 PM
Re: Carrier failure detection on SGEC Ethernet controller
I've just discovered that the buffer returned *is* the same as for the DE450 controller
I'm not amazed, vms use same structure for all devices of class ...
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 10:32 PM
06-22-2004 10:32 PM
Re: Carrier failure detection on SGEC Ethernet controller
Thanks,
Neil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 11:05 PM
06-22-2004 11:05 PM
Re: Carrier failure detection on SGEC Ethernet controller
a hint: If you know the name of the structure, you may be able to find the layout, or hints to construct one, in some system library. Most likely candidate is STARLET.MLB (macros-32 definitions) or LIBRTL.TLB. DECC$RTLDEF.TLB may hold usable data as well. All these are on SYS$LIBRARY (this list is not intended to be complete....)
It may well be that the header files may give you the offsets, in that case you'll have to contruct the record yourself.
Willem
OpenVMS Developer & System Manager