- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- NISC_MAX_PKTSZ
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
03-04-2004 08:36 PM
03-04-2004 08:36 PM
Autogen calculated a value of 8192.
Anyone any idea why autogen does that ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 10:51 PM
03-04-2004 10:51 PM
Re: NISC_MAX_PKTSZ
From SYSGEN HELP: On Alpha, to optimize performance, the default value is the largest packet size currently supported by OpenVMS.
My advice is to use the default value and let PEDRIVER handle the different sizes for the different adapters and LANs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 11:30 PM
03-04-2004 11:30 PM
Re: NISC_MAX_PKTSZ
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 02:01 AM
03-11-2004 02:01 AM
Re: NISC_MAX_PKTSZ
if you want an explanation, look in the 7.3 release notes (see http://h71000.www7.hp.com/DOC/73final/6637/6637pro_007.html )
there are also some caveats when you have mixed versions and satellites booting over fddi...
-anders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 02:19 AM
03-11-2004 02:19 AM
Solutionmaybe things have changed since, but when we introduced FDDI (AXP VMS 6.2(-?), the party line was that to efficiently use FDDI you had to SPECIFICALLY specify the famous 4468.
Explanation:
the initial handshake trial is at NISCS_MAX_PKTSZ. If that fails, the next try is at 1498 (IMMSMW, at least something like that), being the 10MB ethernet "large" packet size. (and if that doesn't shake, go progressively less...).
Now , FDDI supports up to 4468.
So, try 8192, no shake, & land at LPSIZE (~1500) :=> two-thirds of your packet is unused :=> you need 3 times as many packets.
I never heard or read that for any 7.x it changed, but... ;-)
I don't suppose AUTOGEN checks whether you use FDDI...
fwiiw,
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 04:39 AM
03-11-2004 04:39 AM
Re: NISC_MAX_PKTSZ
There is a table in that paragraph:
http://h71000.www7.hp.com/DOC/73final/6637/6637pro_007.html
5.16.3 NISCS_MAX_PKTSZ System Parameter Definition Corrected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 04:43 AM
03-19-2004 04:43 AM
Re: NISC_MAX_PKTSZ
Actual maximum packet sizes supported by various Gigabit Ethernet hardware products vary from 2K to 16K bytes -- there is no single standard. (For example, details for various Cisco Catalyst models may be found at http://www.cisco.com/warp/public/473/148.html). And experts feel the CRC protection provided becomes insufficient in theory at about 10K bytes in packet size, so something on the order of 9K bytes is likely to become most common in practice, I'd guess.
At 7.3 and above, PEDRIVER probes for the actual maximum packet size which gets through a given path at a given point in time, so the only "hurt" involved in specifying a larger-than-necessary value for NISCS_MAX_PKTSZ is that there will be a bit of wasted memory as all packet buffers for PEDRIVER will be allocated at the larger size.
I've submitted a Problem Tracking Report to get the SYSGEN help and the documentation updated and corrected.