- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: remshd error from syslog
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
06-12-2006 07:32 PM
06-12-2006 07:32 PM
Since this morning we're receiving the following error:
Jun 13 08:31:22
What does this error means?
Is my system or a remote host trying to open remsh connection?
Do you have any idea?
I checked syslog and we had never got this error before.
Thanks in advance for your help.
Regards,
Carles
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 07:44 PM
06-12-2006 07:44 PM
Re: remshd error from syslog
Take a look at, http://groups.google.com/group/comp.sys.hp.hpux/browse_thread/thread/fab9a8b074c930a9/11d2165a3a8e62cb%2311d2165a3a8e62cb
It may help you.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 07:51 PM
06-12-2006 07:51 PM
Re: remshd error from syslog
In fact I'm able to execute any r commands. Problem is system received or execute remshd command and it failed, so I need to know what executes remshd command and why it failed.
Is there any log file about network or r commands I can check?
Thanks in advance for your help.
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 08:06 PM
06-12-2006 08:06 PM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=435929&admit=-682735245+1150185883613+28353475
Check your cron jobs also , some job may be failing .
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 08:38 PM
06-12-2006 08:38 PM
Re: remshd error from syslog
I read thread you sent and it could be the cause.
Is there any way to know which remote system is trying to connect to?
About crontab, it was 1st check I did and all is working fine.
Thanks in advance for your help.
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 08:48 PM
06-12-2006 08:48 PM
Re: remshd error from syslog
Is the host mentioned in the entry in suslog file authorised to execute remote commands on this server ? I guess not and hence the message.
You need to check on the server which is trying to execute the remote commands - for what is doing that - any cron jobs etc. and not on the server where it is showing you these logs.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 09:30 PM
06-12-2006 09:30 PM
Re: remshd error from syslog
#who -T
above command gives you IP address of system are connected.
There will be an entry in syslog of the IP address trying to access this system.
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 09:47 PM
06-12-2006 09:47 PM
Re: remshd error from syslog
I think I have to detect remshd action online and not later checking syslog file.
Thanks to all for your answers.
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 10:47 PM
06-12-2006 10:47 PM
Re: remshd error from syslog
you can enable remote connection logging in the syslog.log file with the -l option of the inetd. This should show you the IP of the remote hosts.
/usr/sbin/inetd -l
Enrico