- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Server session getting disconnected
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-14-2008 02:23 AM
03-14-2008 02:23 AM
Server session getting disconnected
I am trying to do some file transfer across servers and its getting hanged
My putty connection is also getting disconnected intermittently
ServerB
OS :: 11.11
Patch Level ::
BUNDLE B.11.11 Patch Bundle
BUNDLE11i B.11.11.0102.2 Required Patch Bundle for HP-UX 11i, February 2001
OnlineDiag B.11.11.04.09 HPUX 11.11 Support Tools Bundle, Sep 2001
HWEnable11i B.11.11.0109.6 Hardware Enablement Patches for HP-UX 11i, September 2001
Detail::
1. when I scp files from ServerA to ServerB
Example::
ServerA:\> scp HP-UX_B.11.11_Secsh.depot 160.110.231.45:~vkarmak/
Couldn't connect to PRNGD socket "/var/run/egd-pool": No such file or directory
HP-UX_B.11.11_Secsh.depot 1% 128KB 23.7KB/s - stalled -Killed by signal 2.
in syslog I get some errors like ::
sshd[131]: error: accept: No buffer space available
inetd[661]: ftp/tcp: accept: No buffer space available
inetd[661]: chargen/tcp: accept: No buffer space available
syslog: bad auth protocol start: EOF
inetd[661]: discard/tcp: accept: No buffer space available
inetd[661]: login/tcp: accept: No buffer space available
inetd[661]: printer/tcp: accept: No buffer space available
telnet[10283]: getpid: peer died: Error 0
inetd[661]: ident/tcp: Died on signal 13
inetd[661]: dtspc/tcp: accept: No buffer space available
inetd[661]: exec/tcp: accept: No buffer space available
inetd[661]: klogin/tcp: accept: No buffer space available
inetd[661]: shell/tcp: accept: No buffer space available
I have also rebotted my server but no good.Below is ulimit -a o/put incase it may help u
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 1048576
stack(kbytes) 131072
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 2048
Thanks for your help
Marvik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 02:29 AM
03-14-2008 02:29 AM
Re: Server session getting disconnected
Try to split file you want to transfer to smaller files and then transfer and at the destination again join all files to create original one.
You can use split command for that. For more details man split.
-=ShRi=-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 02:32 AM
03-14-2008 02:32 AM
Re: Server session getting disconnected
But the problem is not related to split i believe, coz 150KB or 9MB files isn't a size I need to split for transfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 02:35 AM
03-14-2008 02:35 AM
Re: Server session getting disconnected
can you try to pull the file from the other side?
e.g. From server B
scp SERVERA:/depot/HP-UX_B.11.11_Secsh.depot /depot/
revert
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 02:37 AM
03-14-2008 02:37 AM
Re: Server session getting disconnected
>My putty connection is also getting disconnected intermittently
Check for any network issue or timeout settings.
>ftp/tcp: accept: No buffer space available
check your memory utilization details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 02:37 AM
03-14-2008 02:37 AM
Re: Server session getting disconnected
sshd[131]: error: accept: No buffer space available
inetd[661]: ftp/tcp: accept: No buffer space available
inetd[661]: chargen/tcp: accept: No buffer space available
This is basically teling you that there is a shortage of buffer space for inetd to use, or put another way, you are having memory resource issues.
I suggest you check you system memory uiseage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 03:53 AM
03-14-2008 03:53 AM
Re: Server session getting disconnected
Thanks for so many responses
I read in forum to tune some ndd parameter but I dont know which.There hasn't been any changes and this problem erupted suddenly.
Here is top output showing free memory ::
Memory: 2661408K (771384K) real, 3450832K (1354420K) virtual, 3779948K free Page# 1/8
do u think I need to tune some kernel parameter or TCP parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 03:55 AM
03-14-2008 03:55 AM
Re: Server session getting disconnected
Yes I tried the other way as well but no good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 04:05 AM
03-14-2008 04:05 AM
Re: Server session getting disconnected
Is your CPU and memory utilisation is normal ? why cant u update the bundles to latest to Dec2007.
Keep updating..
Regards,
SHR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 04:12 AM
03-14-2008 04:12 AM
Re: Server session getting disconnected
Its there in the back of my mind but I need some turnaround immediately patching will need download of stuff and then downtime from business
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 04:21 AM
03-14-2008 04:21 AM
Re: Server session getting disconnected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 04:21 AM
03-14-2008 04:21 AM
Re: Server session getting disconnected
Can you try to mount the directory using NFS and cp command to transfer the file?
kind regards
yogeeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 09:40 AM
03-14-2008 09:40 AM
Re: Server session getting disconnected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2008 06:50 PM
03-16-2008 06:50 PM
Re: Server session getting disconnected
Here is the o/put of tcp -s -p tcp
tcp:
38130073 packets sent
37745917 data packets (1004063245 bytes)
129328 data packets (39704809 bytes) retransmitted
383940 ack-only packets (64366 delayed)
10 URG only packets
5 window probe packets
11 window update packets
714553 control packets
20303184 packets received
18707306 acks (for 1003928592 bytes)
626882 duplicate acks
0 acks for unsent data
1186178 packets (87837205 bytes) received in-sequence
9 completely duplicate packets (9562 bytes)
374 packets with some dup, data (239628 bytes duped)
5585 out of order packets (1436135 bytes)
2 packets (4225131854 bytes) of data after window
292 window probes
803427 window update packets
138 packets received after close
0 segments discarded for bad checksum
0 bad TCP segments dropped due to state change
151322 connection requests
156114 connection accepts
307436 connections established (including accepts)
311881 connections closed (including 2063 drops)
534 embryonic connections dropped
18371900 segments updated rtt (of 18371900 attempts)
103805 retransmit timeouts
26 connections dropped by rexmit timeout
5 persist timeouts
3292 keepalive timeouts
3238 keepalive probes sent
13 connections dropped by keepalive
0 connect requests dropped due to full queue >>>>>>>>
564 connect requests dropped due to no listener
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2008 08:31 PM
03-16-2008 08:31 PM
Re: Server session getting disconnected
can you post the output of the following command?
glance -t
e.g.
--------------------------------------------------------------------------------
SYSTEM TABLES REPORT Users= 2
System Table Available Used Utilization High(%)
--------------------------------------------------------------------------------
Proc Table (nproc) 4096 175 4 4
File Table (nfile) 63498 648 1 1
Shared Mem Table (shmmni) 512 10 2 2
Message Table (msgmni) 4096 2 0 0
Semaphore Table (semmni) 4096 21 1 1
File Locks (nflocks) 4096 26 1 1
Pseudo Terminals (npty) 60 0 0 0
Buffer Headers (nbuf) na 52938 na na
revert!
kind regards
yogeeraj