- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PHNE_43814 - 11.31 cumulative ARPA Transport patch
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
11-12-2014 08:42 AM - last edited on 11-12-2014 05:45 PM by Maiko-I
11-12-2014 08:42 AM - last edited on 11-12-2014 05:45 PM by Maiko-I
PHNE_43814 - 11.31 cumulative ARPA Transport patch
All,
Reading the special instructions for the above it states:
Warnings:
14/10/27 - This Critical Warning has been issued by HP.
- PHNE_42470 introduced behavior that may result in data
corruption when TCP SACK is used.
- This behavior is also experienced with superseding patches
PHNE_43412 and PHNE_43814.
- HP does not recommend removing the patches. To avoid this
behavior, HP recommends that TCP SACK be disabled using the
following command:
/usr/bin/ndd -set /dev/tcp tcp_sack_enable 0
This will apply to new TCP connections.
In order to have this change persist after a system reboot,
the following entries must be added to
/etc/rc.config.d/nddconf:
TRANSPORT_NAME[x]=tcp
NDD_NAME[x]=tcp_sack_enable
NDD_VALUE[x]= 0
where '[x]' must be set according to the other ndd parameters
in the nddconf file.
- Additional details on this behavior may be found in Change
Request QXCR1001374339.
Is this anything to be actually concerned about? I looked of TCP SACKS and it has to do with Selective ACKS (acknowledments) - am I to believe I need to make a network configuration change on all my production servers (ndd) to apply this patch? Can anyone give me the 'skinny' on this?
Thanks in advance,
Dave
P.S. This thread has been moevd from General to HP-UX > networking. - Hp Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2014 06:15 AM
11-13-2014 06:15 AM
Re: PHNE_43814 - 11.31 cumulative ARPA Transport patch
No patching is needed.
ndd parameter(s) can be changed while running by editing the file mentioned above, then running ndd -c to re-read the config file. Verify that the change was made by running : ndd -get /dev/tcp tcp_sack_enable
If you don't have anything in the current ndd config file for all your servers, you can add this parameter plus one more that has been mandatory since version 11.00 (ie, disable dead gateway detection). Here is an example for these two parameters:
TRANSPORT_NAME[0]=ip NDD_NAME[0]=ip_ire_gw_probe NDD_VALUE[0]=0 TRANSPORT_NAME[1]=tcp NDD_NAME[1]=tcp_sack_enable NDD_VALUE[1]= 0
Once the file is in place, run ndd -c then the ndd -get ... command to verify the new settings.
You can then copy this file to all of your servers (any version of HP-UX starting with 11.00).
Bill Hassell, sysadmin