- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: communication through talk command between two...
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
07-12-2004 06:36 PM
07-12-2004 06:36 PM
communication through talk command between two servers
i am having two hp/9000 servers with hpux11i.
when i am trying to connect to a login sesson on the other server it is not responding . the curser just comes to next line and blinks.no request is made to second server.
i am having same user on both servers.
'mesg y' tried on the login session.
if i am trying to connect to that port through telnet following message is appearing.
-----------------------------
telnet server2 517
Trying...
telnet: Unable to connect to remote host: Connection refused
$ telnet server2 518
Trying...
telnet: Unable to connect to remote host: Connection refused.
==============================================
these are contents of configuration files
---------------------------------------------
on both servers /etc/hosts
192.168.1.8 server1
192.168.1.6 server2
--------------------------------------------
on both servers /etc/services
517/udp # conversation
ntalk 518/udp # new talk, conversation
----------------------------------------------
on both servers /etc/inetd.conf
login stream tcp nowait root /usr/lbin/rlogind rlogind
shell stream tcp nowait root /usr/lbin/remshd remshd
exec stream tcp nowait root /usr/lbin/rexecd rexecd
#uucp stream tcp nowait root /usr/sbin/uucpd uucpd
ntalk dgram udp wait root /usr/lbin/ntalkd ntalkd
ident stream tcp wait bin /usr/lbin/identd identd
========================================
pls help me.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 06:41 PM
07-12-2004 06:41 PM
Re: communication through talk command between two servers
# inetd -c
What does the port output say in netstat -an output ? Is it listening?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 06:44 PM
07-12-2004 06:44 PM
Re: communication through talk command between two servers
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 06:52 PM
07-12-2004 06:52 PM
Re: communication through talk command between two servers
We can not check the udp service with the telnet (tcp/23) service. talk and ntalk are pure udp service.
telnet localhost
will give the same error messages as wrong port number
telent localhost
will give the same error messages as Unable * message
Look at syslog details. And reconfigure the inetd(eamon) as inetd -c
see talkd mane page and /usr/include/protocols/talkd.h file
Look at the progress of talk command now with syslog file.
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 06:53 PM
07-12-2004 06:53 PM
Re: communication through talk command between two servers
one server is having ' telnet allow'
' login allow '
entries in /var/adm/inetd.sec file
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 07:01 PM
07-12-2004 07:01 PM
Re: communication through talk command between two servers
Find in the /etc/services the talkd port
and with the telnet you can check if
the deamon run for connection:
telnet
If you will get reasponse that's mean that
the deamon is waiting for connections.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 07:03 PM
07-12-2004 07:03 PM
Re: communication through talk command between two servers
i don't have /usr/include/protocols/talkd.h
file existing.from where i will get that file.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 07:04 PM
07-12-2004 07:04 PM
Re: communication through talk command between two servers
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 07:33 PM
07-12-2004 07:33 PM
Re: communication through talk command between two servers
I don't have the header in my hp machine. Attachment contains linux header file for reference.
By the way,are you having talkd(eamon) check that with #whereis talkd If you have only man page. Then you have install talkd.
If it is not available then talk operations can not be done. I don't have that deamon.
If you have the deamon,start that in two machines.
Regards,
Muthukumar.