- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: My scp not work on one server
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
01-04-2012 10:39 PM
01-04-2012 10:39 PM
My scp not work on one server
Hello
My scp not work on one server
When i try 192.168.2.5 server to 192.168.4.5 its not works.
Command i try:-
/usr/bin/scp aamirtest.tar 192.168.4.5:/c02
OR
scp aamirtest.tar 192.168.4.5:/c02
Only blank screen comes not copy
Please suggest me
Thanks
aamir uddin
- Tags:
- scp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2012 11:47 PM
01-04-2012 11:47 PM
Re: My scp not work on one server
Hi,
only two three servers not connected to 192.168.2.5 server via ssh,scp
Others servers connect to each other.
How can resolve that problem.
aamir uddin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2012 03:50 AM
01-05-2012 03:50 AM
Re: My scp not work on one server
Check the following from the server which has the issue?
1. Check syslog.log for any errors.
2. Does ping works? if no, then check the routing table for gateway address.
3. does telnet work to that server
Pradeep
I am an HP Employee
A quick resolution to technical issues for your HP Enterprise products is just a click away HP Support Center Knowledge-base
See Self Help Post for more details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2012 11:03 AM
01-05-2012 11:03 AM
Re: My scp not work on one server
Hi,
scp, ssh, telnet also not work
on syslog folder there is no error messages
routing table is O.K
How can i solve.
Thanks
aamir uddin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2012 11:05 AM
01-05-2012 11:05 AM
Re: My scp not work on one server
if nothing works, you should first check if the target server can access the network, e.g. ping the gateway.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2012 11:33 AM
01-05-2012 11:33 AM
Re: My scp not work on one server
Hi
its only ping the gateway
but its not ping the another servers.
aamir uddin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2012 09:12 PM
01-05-2012 09:12 PM
Re: My scp not work on one server
Compare the routing table configuration with the other working server. Make sure the default gateway address is correct.
Also check the /etc/rc.config.d/netconf file and check if the gateway count value (ROUTE_COUNT[0]="1") are set correctly.
Note: The count that indicates whether the gateway is a remote host or the local host. If the route leads to a destination through a remote gateway, count should be a number greater than 0. If the route leads to destination and the gateway is the local host, count should be 0. The default for count is zero. The result is not defined if count is negative.
send the below outputs.
# lanscan
# cat /etc/rc.config.d/netconf | grep -v "#"
# netstat -rvn
Pradeep
I am an HP Employee
A quick resolution to technical issues for your HP Enterprise products is just a click away HP Support Center Knowledge-base
See Self Help Post for more details