HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: scp hangs intermittendly
Operating System - HP-UX
1826215
Members
2894
Online
109691
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
01-16-2008 07:02 AM
01-16-2008 07:02 AM
scp hangs intermittendly
HP-UX 11.11
#ssh -V
OpenSSH_4.2p1-hpn, OpenSSL 0.9.7i 14 Oct 2005
HP-UX Secure Shell-A.04.20.004, HP-UX Secure Shell version
Here are the hung scp processes.
As we see here, there is a another process getting created with scp and looks like that process is hung and if that is causing the trouble
[A known sshd hang problem exists on the server(80p) and it happens once in three months(like that) and we need to bounce the sshd to fix it. i am working on the root cause still. IN between we observed that scp issued from another server to this server hangs intermittently(4 time this month), which uses the same ssh version.(no sshd hung occured during those time when we had hung scp).]
#ps -aex|grep scp
18715 ? 0:00 scp -p adedd80p:/opt/emc/maps/vgeb_rdo0_p_a_mgr.map /opt/emc/maps
18716 ? 0:00 /opt/ssh/bin/ssh -x -oForwardAgent no -oClearAllForwardings yes adedd80p scp -p -f /opt/emc/maps/vgeb_rdo0_p_a_mgr.map
10754 ? 0:00 scp -p adedd80p:/opt/emc/maps/vgeb_rdo0_p_a_bin.map /opt/emc/maps
10755 ? 0:00 /opt/ssh/bin/ssh -x -oForwardAgent no -oClearAllForwardings yes adedd80p scp -p -f /opt/emc/maps/vgeb_rdo0_p_a_bin.map
6612 ? 0:00 /opt/ssh/bin/ssh -x -oForwardAgent no -oClearAllForwardings yes adedd80p scp -p -f /opt/emc/maps/vgeb_rdo0_p_a_mgr.map
6611 ? 0:00 scp -p adedd80p:/opt/emc/maps/vgeb_rdo0_p_a_mgr.map /opt/emc/maps
3686 ? 0:00 scp -p adedd80p:/opt/emc/maps/vgeb_rdo0_p_a_arc.map /opt/emc/maps
3687 ? 0:00 /opt/ssh/bin/ssh -x -oForwardAgent no -oClearAllForwardings yes adedd80p scp -p -f /opt/emc/maps/vgeb_rdo0_p_a_arc.map
[/etc/opt/ssh]# grep -i Forward sshd_config
#AllowTcpForwarding yes
X11Forwarding yes
tusc just shows the process is sleeping
( Attached to process 6611 ("scp -p adedd80p:/opt/emc/maps/vgeb_rdo0_p_a_mgr.map /opt/emc/ma") [32-bit] )
1200346572.072329 [6611]{6935190} read(8, 0x6d3f04f0, 1) .............................................. [sleeping]
any hints/suggestions..
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2008 07:17 AM
01-16-2008 07:17 AM
Re: scp hangs intermittendly
Shalom,
See /var/adm/syslog/syslog.log
Check the system or event log on the target server.
It could be a network hang.
Also, it could be a problem with secure shell (open ssh) for HP-UX.
You might want to try a newer version because this software is updated with great frequency.
SEP
See /var/adm/syslog/syslog.log
Check the system or event log on the target server.
It could be a network hang.
Also, it could be a problem with secure shell (open ssh) for HP-UX.
You might want to try a newer version because this software is updated with great frequency.
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2008 01:19 PM
01-16-2008 01:19 PM
Re: scp hangs intermittendly
Infact in this case we are NOT able to read the syslog as we have enabled the debug7 logging for sshd and redirected to /dev/null for a troubleshooting purpose. The sshd debug log will be directed to a file(updating syslog.conf) only when the said sshd hang occurs...
We use the same ssh version across all servers..Only one server is giving trouble.
At this moment we suspect the "MaxStartups" [man sshd_config]..
We use the same ssh version across all servers..Only one server is giving trouble.
At this moment we suspect the "MaxStartups" [man sshd_config]..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2008 05:52 PM
02-17-2008 05:52 PM
Re: scp hangs intermittendly
it was a big with ssh version.. We are planning to update to version 04.70.009..
for 11.00 servers verison 04.30.014 would be used as this is the latest supported for 11.00
for 11.00 servers verison 04.30.014 would be used as this is the latest supported for 11.00
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP