- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- URGENT: svc_tli_create: other side wants torelease...
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
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
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
05-27-2002 05:50 PM
05-27-2002 05:50 PM
URGENT: svc_tli_create: other side wants torelease connection ERROR
When ever I want to make a connection to the HP-UX 11.00 server, the connection fails and the following error mesg. is logged in the syslog.file:
svc_tli_create: other side wants torelease connection
This problem only occurs for a specific time only (approx 30mins) between 8:00am - 9:00am.
I'll really appreciate for your suggestions / solutions on this.
Thanks & Regards,
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 06:07 PM
05-27-2002 06:07 PM
Re: URGENT: svc_tli_create: other side wants torelease connection ERROR
Have a look at this posting. I am sure it has to do with some sort of remote login. The suggestion here is that patches may need to be loaded.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x266c37f45ef7d4118fef0090279cd0f9,00.html
HTH
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:12 PM
05-27-2002 07:12 PM
Re: URGENT: svc_tli_create: other side wants torelease connection ERROR
Thanks for your quick response. Seems all the given patches are installed in the server.
But still getting the same error mesg. but only for 30mins or so in a day.
Regards,
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:44 PM
05-27-2002 07:44 PM
Re: URGENT: svc_tli_create: other side wants torelease connection ERROR
For that period of the day, perhaps you should consider logging various bits of traffic, telnet, ftp, rlogin.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:52 PM
05-27-2002 07:52 PM
Re: URGENT: svc_tli_create: other side wants torelease connection ERROR
The performance and everything is normal.
Users connect normally and for few mins. all the new connection only gets refused and after few mins., everthing is back to normal.
In the syslog file, there's no entry of svc_tli_create apart from that specific period.
Amazing isn't it? Anyway, researching more into this.
Regards,
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 08:06 PM
05-27-2002 08:06 PM
Re: URGENT: svc_tli_create: other side wants torelease connection ERROR
In my first response, I referred to patching, are these up to date?
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 05:05 AM
05-28-2002 05:05 AM
Re: URGENT: svc_tli_create: other side wants torelease connection ERROR
The message sounds like "SOMETHING in the middle" between the users and your program is causing the RPC connection to be blocked for some odd reason or other. I would say that you MIGHT get more data from the HP-UX side of the connection with a nettl trace. You'll need to know the IP address of the client trying the connection. I don't know if that is logged anywhere by your program.
More likely getting a network sniffer to snoop around the network, will help you isolate what's really doing this, better than a host-based trace.
The last thing I can say is that since this appears to be time-dependent, check out crontabs to if anything being started up to cause the issue.
hope this helps,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 07:04 PM
05-28-2002 07:04 PM
Re: URGENT: svc_tli_create: other side wants torelease connection ERROR
Thanks for your comments on this. Started the nettl process but it generates the error mesg. in binary which can be seen with the strings command.
But still not able to get enough information.
Will diagnose further..
Thanks
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 07:21 PM
05-28-2002 07:21 PM
Re: URGENT: svc_tli_create: other side wants torelease connection ERROR
YOu have to use netfmt -f
see netfmt man pages
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 09:26 PM
05-28-2002 09:26 PM
Re: URGENT: svc_tli_create: other side wants torelease connection ERROR
Thanks for providing the valuable information. Now, should I require to change the output file from the default /var/adm/nettl* to anyother file, it captures on the old file itelf. Any mistake in the nettl command?
Regards,
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 01:37 AM
05-29-2002 01:37 AM
Re: URGENT: svc_tli_create: other side wants torelease connection ERROR
1) start trace putting data into 1MB trace file ( /tmp/raw.TRC0, raw.TRC1).
/etc/nettl -tn -pduin -pduout -e all -f /tmp/raw
2) stop trace -> /etc/nettl -tf -e all
3) Format traces into a file like this :
/etc/netfmt -N -n -l -f /tmp/raw.TRC0 > /tmp/file0
/etc/netfmt -N -n -l -f /tmp/raw.TRC1 > /tmp/file1
-n option -> print IP addresses, not hostnames
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 04:31 PM
06-17-2002 04:31 PM
Re: URGENT: svc_tli_create: other side wants torelease connection ERROR
Thanks for all of your efforts and time taken to give possible solutions. Now, this issue has been resolved and the following issues have been identified as the root cause for this:
(a) The DNS setup of the server was causing this issue.
(b) Added unresolved IP Addresses to /etc/hosts file. This means, the server will not use the DNS to seek unresolved IP addresses.
Thanks once again.
Cheers,
Sanjay