Operating System - HP-UX
1832951 Members
2851 Online
110048 Solutions
New Discussion

Re: remshd error messafe in syslog.

 
SOLVED
Go to solution
Pathman
New Member

remshd error messafe in syslog.

Hi guys,
I need help from you guys to lead me to fix in the right direction. The problem in syslog.log are show below;

HOST_A remshd[2433]: Host addr 192.22.1.110 not list for host HOST_B
HOST_A remshd[2434]: Host addr 192.22.1.110 not list for host HOST_B
HOST_A remshd[2435]: Host addr 192.22.1.110 not list for host HOST_B
|
|

It made a big size of syslog files.

Thank in advance.
jackkee
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: remshd error messafe in syslog.

Hi jackkee,

Could it be there is a mistake in the /etc/hosts file 2 ip's for one server.

Regards,
Robert-Jan
Pathman
New Member

Re: remshd error messafe in syslog.

Hi Robert,
My example /etc/hosts file below;

120.23.1.23 sedan9
180.23.1.23 sedan9

It's can not have, right?
Actually,I've 2 lan cards. Can i config like this example?

Thankx
Jackkee
Robert-Jan Goossens
Honored Contributor
Solution

Re: remshd error messafe in syslog.

Hi,

Nope :-)

the server does not know where to send info.

You will need to use an other name, something like

120.23.1.23 sedan9
180.23.1.23 sedan9_bck

Best regards,
Robert-Jan
Pathman
New Member

Re: remshd error messafe in syslog.

Thank you very much Robert...