<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic socket file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670074#M243609</link>
    <description>Does anyone know how to move/copy socket files to another file system?&lt;BR /&gt;Those socket files are under mqm directory.&lt;BR /&gt;I tried cp, mv, cpio and fbackup but none of them worked.</description>
    <pubDate>Fri, 11 Nov 2005 14:58:46 GMT</pubDate>
    <dc:creator>Brian Lee_4</dc:creator>
    <dc:date>2005-11-11T14:58:46Z</dc:date>
    <item>
      <title>socket file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670074#M243609</link>
      <description>Does anyone know how to move/copy socket files to another file system?&lt;BR /&gt;Those socket files are under mqm directory.&lt;BR /&gt;I tried cp, mv, cpio and fbackup but none of them worked.</description>
      <pubDate>Fri, 11 Nov 2005 14:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670074#M243609</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2005-11-11T14:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: socket file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670075#M243610</link>
      <description>Try stopping the process that's opened them. You can see what process has that file opened with lsof:&lt;BR /&gt;&lt;BR /&gt;# lsof &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;regards!&lt;/FILENAME&gt;</description>
      <pubDate>Fri, 11 Nov 2005 15:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670075#M243610</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-11-11T15:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: socket file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670076#M243611</link>
      <description>I already checked that none of process is holding those socket files.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2005 15:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670076#M243611</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2005-11-11T15:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: socket file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670077#M243612</link>
      <description>Have you tried copying them with dd?</description>
      <pubDate>Fri, 11 Nov 2005 15:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670077#M243612</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-11-11T15:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: socket file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670078#M243613</link>
      <description>This ain't gonna happen. You would have to write some C to create a socket and then bind() to the address (in this case, address would mean the path name).&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2005 15:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670078#M243613</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-11T15:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: socket file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670079#M243614</link>
      <description>dd is also kind of copying so that it doesn't wokr ,either.&lt;BR /&gt;I am looking for a way to do image copy.</description>
      <pubDate>Fri, 11 Nov 2005 15:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670079#M243614</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2005-11-11T15:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: socket file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670080#M243615</link>
      <description>May not be real relative to what you are asking.  But I remember running into a socket file we tried over and over to move/copy/relocate from one place to another.  &lt;BR /&gt;&lt;BR /&gt;I think it was Netbackup 5.0 related.  We finally gave up and just fired up the application in the new location which then created the socket file.&lt;BR /&gt;So in our case, we didn't really need to move/copy it.&lt;BR /&gt;&lt;BR /&gt;So, you may not really need to copy it.  It may just recreate itself once you start up the application.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2005 16:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670080#M243615</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2005-11-11T16:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: socket file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670081#M243616</link>
      <description>You should also note that names associated with sockets are meaningless after connection is made and are often simply removed at that point. Yours may be a holdover from a dead process. Another peculiar aspect of these named sockets is that that can't be used to establish connections across machines --- which is the typical use of sockets.</description>
      <pubDate>Fri, 11 Nov 2005 16:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670081#M243616</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-11T16:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: socket file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670082#M243617</link>
      <description>I think there is no need to copy Unix Domain sockets because I think it's good programming style for applications that use this sort of IPC to remove the stale sockets after the close().&lt;BR /&gt;After the applications have been cleanly halted  (i.e. definitely not by a SIGKILL) they should create new socket files on next startup.</description>
      <pubDate>Fri, 11 Nov 2005 19:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-file/m-p/3670082#M243617</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2005-11-11T19:02:22Z</dc:date>
    </item>
  </channel>
</rss>

