- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rcmd:connect : server.xxx.com:connection timed...
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
09-24-2002 07:24 AM
09-24-2002 07:24 AM
rcmd:connect : server.xxx.com:connection timed out
I am getting the above error in a batch scheduled job and executes fine after few minutes when re-executed
it is a rcp copy from n-class to n-class with ver 11 on it.....it happened for second time ...any way to debug and fix it....
expert solutions ....Thx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 08:29 AM
09-24-2002 08:29 AM
Re: rcmd:connect : server.xxx.com:connection timed out
what is the network response like between the two servers?
Are you using DNS to lookup the server name or the hosts file ?
check messages file for any errors during the time you do rcp copy ?
Do you run anything else at that time which uses your network i.e other copies etc..
also check the utilisation of the network card to see how much throughput there is on the interface ?
check the speed settings of your network cards
. Are they connected to a hub or a switch ?
if a switch check the port speed settings on that as well , should be the same as the card on both servers ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 08:32 AM
09-24-2002 08:32 AM
Re: rcmd:connect : server.xxx.com:connection timed out
Looks like your system is losing connectivity intermittenly.
You may run a ping to the other system and verify the connect interval. It should be small enough and without disruption.
You may do this for a 5 mins interval and check the results to see if the network connectivity is breaking. Take the output to a file and verify this.
Also, is your batch job using a large volume of data to flow through through on the network. In that case your network limit may be reached and the response time may be the culprit then.
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 10:27 AM
09-24-2002 10:27 AM
Re: rcmd:connect : server.xxx.com:connection timed out
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 06:48 AM
09-25-2002 06:48 AM
Re: rcmd:connect : server.xxx.com:connection timed out
-->checked the nic cards all are 100 mbps full duplex on both servers and switch
-->observed ping server1 1024 -n 2
for every 5 mins it is normal (from both ends)
-->locally there is no entry of other server in /etc/hosts (planning to add an entry to resolve locally also)
-->DNS resolution is fine centralized.....
from both servers....
will update further
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 07:33 AM
09-25-2002 07:33 AM
Re: rcmd:connect : server.xxx.com:connection timed out
--> the data size is very small of < 10 files for 600 kb....
devbinder singh --> is there any message file for rcp....pls mention ....no messages recorded in /var/adm/syslog/syslog.log file during that time and i also want the command to check the throuhput of nic card....
i tried
netfmt -v -f /var/adm/nettl.LOG00
--> the cards connected a hub
Thanks