1830944 Members
1952 Online
110017 Solutions
New Discussion

Problems with remsh

 
Jansen Sena_1
Occasional Contributor

Problems with remsh

Dear friends,

I have problems with remsh. Sometimes, when I run remsh from HP-UX workstation to other HP-UX workstation, remsh returns timeout connection. If I run it again, under same conditions, I don't have timeout. Is there any patch to solve this problem? Can anyone help me?

I use HP-UX 11.00.

Thanks,

Jansen.
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: Problems with remsh

Jansen,

You didn't mention what version of the OS you're using, but a quick patch search for 11.0 turned up the following:

s700_800 11.00 libc cumulative patch PHCO_28425 PHCO_28425

s700_800 11.00 r-commands cumulative patch PHNE_23003 PHNE_23003

s700_800 11.00 Cumulative STREAMS PatchPHNE_22566 PHNE_27902

s700_800 11.00 cumulative ARPA Transport patch PHNE_21767 PHNE_28538

s700_800 11.X SGeSAP B.03.08 cumulative patch none PHSS_29090

I've listed the recommended patch first, followed by the latest.


Pete


Pete
Steven E. Protter
Exalted Contributor

Re: Problems with remsh

1) Is the network up, can the machines ping one and other? I also wonder if the network hardware is up.

2) Perhaps converting to secure shell will make things more reliable.

Link:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA

3) the .rhosts files consistent and are the permissions correct.

4) Is there another machine popping on the network with the same hostname or ip address?

5) Are the dns records on the DNS master server up to date.

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
Uday_S_Ankolekar
Honored Contributor

Re: Problems with remsh

try tcp wait state..

#ndd -get /dev/tcp tcp_time_wait_interval

This will show the default setting, typically

to change use


#ndd -set /dev/tcp tcp_time_wait_interval

Also look for -n option within remsh command.

USA..

Good Luck..
Caesar_3
Esteemed Contributor

Re: Problems with remsh

Hello!

Could be that is the problem of network,
try to check with ping if you have packets
lost.

Caesar