1753295 Members
6489 Online
108792 Solutions
New Discussion юеВ

Re: rcmd problem

 
iranzo
Frequent Advisor

rcmd problem

Hello,
Problem when i add a client on ignite serveur:
1- rcmd: primary connection shut down.
2- unable to set up client directory for "client" .
"ping" is ok on serveur and client,
".rhosts" is ok on serveur and client.
thanks.
Bonjour
7 REPLIES 7
Steve Steel
Honored Contributor

Re: rcmd problem

Hi


What os is it

Check the maximum stack size on both machines and make sure it is
maxssiz > 4000000
maxssiz_64bit > 4000000


FOr 11.11
PHNE_27777 - s700_800 11.11 r-commands cumulative mega-patch

Or any replacement should fix it


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
iranzo
Frequent Advisor

Re: rcmd problem

System serveur : HPUX 11.11
IGNITE B.5.3.35
Client system : HPUX 11.00
IGNITE B.4.4.30
Bonjour
Eric Antunes
Honored Contributor

Re: rcmd problem

Hi iranzo,

Check your client /usr/lbin/remshd permissions. They should be like this (owner bin, group bin):

-r-xr--r-- 1 bin bin 36864 Nov 8 2001 /usr/lbin/remshd

Best Regards,

Eric Antunes
Each and every day is a good day to learn.
Jeff Schussele
Honored Contributor

Re: rcmd problem

Hi,

Check the /etc/inetd.conf file on the client. Make sure that the shell line is uncommented - should look like

shell stream tcp nowait root /usr/lbin/remshd remshd

If it's commented - then uncomment it.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
iranzo
Frequent Advisor

Re: rcmd problem

when i do
on client :"remsh" serveur it's ok
on serveur : "remsh" client it's not ok
msg : connection shut down .
Bonjour
iranzo
Frequent Advisor

Re: rcmd problem

hello,
i check permissions in file
/var/adm/inetd.sec
and it's ok.
Bonjour
Eric Antunes
Honored Contributor

Re: rcmd problem

Hi,

Did you check the /usr/lbin/remshd permissions on the client as I posted?
Each and every day is a good day to learn.