- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System error: [232] Connection reset by peer
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
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
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
тАО11-14-2003 06:03 AM
тАО11-14-2003 06:03 AM
System error: [232] Connection reset by peer
I have a problem one of our client server using omniback 4.0
O/S 10.01
Please help me with this
[Major] From: BSM@slauxbk "HPSVC_OFFLINE_FULL" Time: 11/14/2003 3:39:45 AM
[61:3003] Lost connection to VBDA named ""
on host hpsvc.
Ipc subsystem reports: "IPC Read Error
System error: [232] Connection reset by peer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2003 06:30 AM
тАО11-14-2003 06:30 AM
Re: System error: [232] Connection reset by peer
The client is not set up to allow the omniback server to do the backup. Connection is reset due to a lack of configuration or permission.
Inadequate shared memory on the omniback server.
ipcs command to display.
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
тАО11-14-2003 06:53 AM
тАО11-14-2003 06:53 AM
Re: System error: [232] Connection reset by peer
B) Omniback services / daemons not running on the client.
C) Check the version of the client software in the OB GUI. Redistribute the OB agents to the client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2003 10:51 AM
тАО11-14-2003 10:51 AM
Re: System error: [232] Connection reset by peer
if the initial connection request were rejected because there was nothing configured to listen on the port number the error would have been ECONNREFUSED or errno 239.
so, perhaps something with inetd.sec - when that disallows a connection, the connection is initially established and then aborted.
if the remote application simply went away, i would initially think that there would be a connection close notification, rather than an abort - of course if the local app ignores that and then tries to send something, that would elicit a RST and generate an errno 232 - connectoin reset by peer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2004 03:47 PM
тАО09-12-2004 03:47 PM
Re: System error: [232] Connection reset by peer
Is there a document that explains exactly what each error code actually means ?
Thanks
- Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2004 03:59 PM
тАО09-12-2004 03:59 PM
Re: System error: [232] Connection reset by peer
on host hpsvc ----> says,
hostname is not resolved. It is to good to check with nslookup / nsquery with /etc/nsswitch.conf file hosts: entry there as,
nsquery hosts "hostname / ip" "hosts: entry on /etc/nsswitch.conf"
example:
nsquery hosts "test.test.com" "files dns"
Ipc subsystem reports: "IPC Read Error --> Inter process communication is failed for read operation. So that try to restart setup by server / client
System error: [232] Connection reset by peer --> says
whenever client is running and server gets reset then client side will get these error's.
Stop the client's and then reset the server.
You can view all error message information's in
/usr/include/sys/errno.h
You can use perror( ), strerror( ), errno, sys_errlist, sys_nerr(3C) - system error messages commands to get error messages for error number informations.