Operating System - HP-UX
1832898 Members
2425 Online
110048 Solutions
New Discussion

Re: Tune TCP-IP Parameters Impact on Lan under Service Guard

 
SOLVED
Go to solution
Khalid Shakoor
Regular Advisor

Tune TCP-IP Parameters Impact on Lan under Service Guard

Hi Guruz,

I need to tune attached TCP/IP parameters using ndd.Please guide me that this tuning will have any impact on Running Lans,because NIC are managed by Service Guard.

Thanks in Advance
4 REPLIES 4
Deepak Kr
Respected Contributor
Solution

Re: Tune TCP-IP Parameters Impact on Lan under Service Guard

Hi,

Out of list you provided,

Following can impact SG managed LANs

â ¢ tcp_keepalive_interval=3600000
â ¢ tcp_keepalive_detached_interval=30000

I am not very sure of following
â ¢ tcp_text_in_resets=0

I advise you to confirm from HP support before you proceed these changes specially in PRD ENV.
"There is always some scope for improvement"
Khalid Shakoor
Regular Advisor

Re: Tune TCP-IP Parameters Impact on Lan under Service Guard

Thanks Deepak for your Quick Response.

I really appreciated if you share with me any Technical document. I search a lot but didnâ t found any document related this topic on Google and HP also.

Thanks In advance
Khalid
Steven E. Protter
Exalted Contributor

Re: Tune TCP-IP Parameters Impact on Lan under Service Guard

Shalom,

The tuning on the two nodes should be similar or the same if possible. Why? Because the floating IP address in a cluster inherits the ndd characteristics of the parent NIC card.

You want to be sure whatever you do will let packages operate on all nodes.

Beyond that, I see little impact from any normal set of changes.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Khalid Shakoor
Regular Advisor

Re: Tune TCP-IP Parameters Impact on Lan under Service Guard

Thanks