Operating System - HP-UX
1833873 Members
2030 Online
110063 Solutions
New Discussion

remsh does not work when more than 200 processes are started

 
SOLVED
Go to solution
Dilipraj
New Member

remsh does not work when more than 200 processes are started

Hi,
We are trying to execute remote processes on Sequent machine by remshell from HP-UX machine. At a time probably around 400 processes starts from HP-UX and tries to do remsh to get connect on sequent. But it looks like there is a limit on number of remsh doing the work. After 200 processes, the followon processes just stop responding on remsh and i keep getting ' TCP: t_rrcmd: can't connect to: .....' error. Anybody knows whats the limit on simultaneous processes with remsh ?. Is there any way to increase its capabilities ? . I am new to unix, don't know much abt remsh .. would like to explore more . Any help is appreciated..
Thanks
==========error message===========
rresvport: socket: All ports in use
2002/04/13 05:41:09 : rresvport: socket: All ports in use
2002/04/13 05:41:09 : TCP: t_rrcmd: Error setting up stderr: event received on stdout.
2002/04/13 05:41:09 : TCP: t_rrcmd: The remote host may have closed the connection.
2002/04/13 05:41:09 : TCP: t_rrcmd: Got:
2002/04/13 05:41:09 : 72 72 rresvport: socket: All ports in use
2002/04/13 05:41:09 : 65 73 76 70 6F 72
2002/04/13 05:41:09 :
2002/04/13 05:41:09 : rresvport: socket: All ports in use
2002/04/13 05:41:09 : rresvport: socket: All ports in use
======================
Dime
4 REPLIES 4
harry d brown jr
Honored Contributor
Solution

Re: remsh does not work when more than 200 processes are started


output of /usr/sbin/kmtune is??

look at maxusers, nfiles, nproc, ...

live free or die
harry
Live Free or Die
Wodisch
Honored Contributor

Re: remsh does not work when more than 200 processes are started

Hi,

it's been a long time since I did work on a Sequent, so I may be wrong with some details:
- check for the kernel parameters MAXFILES, MAXUPRC, NFILES, NPROC (like Harry told you) the command would be "idtune", IIRC
- check for enough existing and available pseudo tty files

Just my $0.02,
Wodisch

John Bolene
Honored Contributor

Re: remsh does not work when more than 200 processes are started

probably maxuprc kernel parm
It is always a good day when you are launching rockets! http://tripolioklahoma.org, Mostly Missiles http://mostlymissiles.com
Philip Chan_1
Respected Contributor

Re: remsh does not work when more than 200 processes are started

Besides the suggestions above, it could be the Sequent machine running out of memory too.