- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nettune on the fly
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-27-2002 10:41 AM
11-27-2002 10:41 AM
Just to put my mind at ease ... any concerns on setting tcp parameters (specifically tcp_keepstart) on the fly while the server is up and running?
This is a Sybase DB server with lots of active connection. It's not part of a MC/SG cluster.
Any thoughts/concerns in doing this online?
Thanks,
Tom
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 10:47 AM
11-27-2002 10:47 AM
SolutionYou can do it online, no problem. I've done it before and it is really handy. The only concern is that you need to be absolutely sure that you understand what parameter you are changing and why, because you can make your life interesting in a hurry if you get it wrong! :)
Also, if you decide to make the changes permanent, you'll need to put them in the /etc/rc.config.d/nddconf file so that they will be set again when your system reboots the next time.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 10:48 AM
11-27-2002 10:48 AM
Re: nettune on the fly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 10:48 AM
11-27-2002 10:48 AM
Re: nettune on the fly
"Live free or die"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 10:50 AM
11-27-2002 10:50 AM
Re: nettune on the fly
It is a 10.20 system and the appropriate rc script is written and linked.
Happy Thanksgiving all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 10:52 AM
11-27-2002 10:52 AM
Re: nettune on the fly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2002 11:27 AM
11-30-2002 11:27 AM
Re: nettune on the fly
In the specific case of tcp_keepstart, I am not sure if the change would take effect for existing connections. It might, but then again, it might not.
Window/socket buffer size changes would not, I suspect that listen queue backlog changes would not.