- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SNAP1_FAILURE error
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
07-25-2002 06:27 AM
07-25-2002 06:27 AM
SNAP1_FAILURE error
DBA says they are getting socket error. They asked me to change tcpip_timeto_live parameter.
I changed it to 120000 using ndd -set and rebooted the machine. The value was 7200000. Same error is there.
HP/UX 11.00 L2000 machine.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 06:31 AM
07-25-2002 06:31 AM
Re: SNAP1_FAILURE error
To make the entry permanent,
set it again from command line. In addition, edit /etc/rc.config.d/nddconf to include this update. Next time, it will be there after you reboot.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 06:39 AM
07-25-2002 06:39 AM
Re: SNAP1_FAILURE error
I have done this. But still getting the same error message. Any thoughts?
Thanks
Raji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 07:27 AM
07-25-2002 07:27 AM
Re: SNAP1_FAILURE error
Does the above command show you any error on ndd setting?
By the way, I do not think that parameter is valid. "ndd -h sup | grep live" does not show it and all tcp parameters should begin with tcp_.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 07:43 AM
07-25-2002 07:43 AM
Re: SNAP1_FAILURE error
That param is invalid.
What are they wanting to set?
If they want TCP TTL (Time To Live) - then use
tcp_ip_ttl
If they want to default it - then use
ip_def_ttl
If they want to adjust the interval for sending TCP keepalive probes - the use
tcp_keepalive_internal
Run ndd -h | more & look over those values. Remember that only the SUPPORTED values should be modified. You modify UNSUPPORTED values at your own risk.
HTH,
Jeff