- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Session is getting terminated
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
05-22-2008 07:29 AM
05-22-2008 07:29 AM
Session is getting terminated
When I am logging in to one HP-UX server from another server via rsh , I am being thrown out after some time from login. the error message is below :
"read: A connection with a remote socket was reset by that socket. Connection closed."
Can anybody through some light in this ?
Thanks ,
Sanjoy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2008 07:38 AM
05-22-2008 07:38 AM
Re: Session is getting terminated
Check /var/adm/syslog/syslog.log on the server side.
There is probably a networking or inetd problem causing this. Could also be a lack of good systems patching practice.
ssh might work better for you.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2008 08:01 AM
05-22-2008 08:01 AM
Re: Session is getting terminated
Please find the syslog.log attached . I don't find any inetd issue in the log file .
I find lots of nfsd in the log file , could it be a problem ?
Thanks,
Sanjoy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2008 08:04 AM
05-22-2008 08:04 AM
Re: Session is getting terminated
Please find the syslog.log attached . I don't find any inetd issue in the log file .
I find lots of nfsd in the log file , could it be a problem ?
Thanks,
Sanjoy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2008 02:31 AM
05-25-2008 02:31 AM
Re: Session is getting terminated
check the entires in the /etc/inetd.conf
it should lokko like
shell stream tcp nowait root /usr/lbin/remshd remshd
if so try changng it to
shell stream tcp nowait root /usr/lbin/remshd remshd -n
BTW One thing is not clear ..are u using rlogin or remsh ?
Thanks !!
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 09:10 AM
05-26-2008 09:10 AM
Re: Session is getting terminated
Root cause was : another windows box in the same network which has got same IP from DHCP , and there was a conflict of IP address.
Regards,
Sanjoy