<?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 Re: JCIFS access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/jcifs-access/m-p/4789094#M531732</link>
    <description>JCIFS documentation seems to recommend tcpdump:&lt;BR /&gt;&lt;A href="http://jcifs.samba.org/src/docs/capture.html" target="_blank"&gt;http://jcifs.samba.org/src/docs/capture.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Tcpdump is available for HP-UX: for versions 11.23 and 11.31, you'll find it in the Internet Express package, which should be included in your HP-UX installation media kit, and is also downloadable for free from &lt;A href="http://software.hp.com." target="_blank"&gt;http://software.hp.com.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Internet Express for HP-UX 11.11 is no longer available, but you can find tcpdump in the Porting Archive too:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcpdump-4.1.1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcpdump-4.1.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: before installing tcpdump from the Porting Archive, you must install its run-time dependencies (libpcap and openssl packages from the Porting Archive).&lt;BR /&gt;&lt;BR /&gt;JCIFS documentation talks about Ethereal: it has been renamed to Wireshark. It is available at: &lt;BR /&gt;&lt;A href="http://wireshark.org" target="_blank"&gt;http://wireshark.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My recommendation for serious network traffic analysis on HP-UX is to install tcpdump to capture the packets you need into a file on HP-UX, then move the capture file to your own workstation (e.g. a Windows host) and run Wireshark on it to examine the dumped packets. For simple cases, tcpdump alone might be enough.&lt;BR /&gt;&lt;BR /&gt;If you are not allowed to install anything on the HP-UX host, you might use nettl, the HP-UX native network traffic dump tool:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.compute-aid.com/nettl.html" target="_blank"&gt;http://www.compute-aid.com/nettl.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Wireshark can read nettl dumps too.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Wed, 18 May 2011 12:56:23 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2011-05-18T12:56:23Z</dc:date>
    <item>
      <title>JCIFS access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jcifs-access/m-p/4789092#M531730</link>
      <description>We have been using JCIFS from Windows to access Windows shares quite successfully and we know the JCIFS java library has a way to dump the packets.&lt;BR /&gt;&lt;BR /&gt;Now we would like to connect from Unix to Windows and we are facing a problem.&lt;BR /&gt;&lt;BR /&gt;What are the HP-UX native tools that one can use to dump and debug a JCIFS access ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2011 04:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jcifs-access/m-p/4789092#M531730</guid>
      <dc:creator>Mohan Radhakrishnan</dc:creator>
      <dc:date>2011-05-18T04:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: JCIFS access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jcifs-access/m-p/4789093#M531731</link>
      <description>&lt;P&gt;I just found that this closed thread refers to network tracing and logging.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/Networking/Install-tcpdump-for-hp-ux-rx-6600/m-p/5281836#M54724" target="_blank"&gt;http://h30499.www3.hp.com/t5/Networking/Install-tcpdump-for-hp-ux-rx-6600/m-p/5281836#M54724&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Can I use it to trace SMB authentication failures when I use JCIFS ?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2011 21:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jcifs-access/m-p/4789093#M531731</guid>
      <dc:creator>Mohan Radhakrishnan</dc:creator>
      <dc:date>2011-08-08T21:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: JCIFS access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jcifs-access/m-p/4789094#M531732</link>
      <description>JCIFS documentation seems to recommend tcpdump:&lt;BR /&gt;&lt;A href="http://jcifs.samba.org/src/docs/capture.html" target="_blank"&gt;http://jcifs.samba.org/src/docs/capture.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Tcpdump is available for HP-UX: for versions 11.23 and 11.31, you'll find it in the Internet Express package, which should be included in your HP-UX installation media kit, and is also downloadable for free from &lt;A href="http://software.hp.com." target="_blank"&gt;http://software.hp.com.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Internet Express for HP-UX 11.11 is no longer available, but you can find tcpdump in the Porting Archive too:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcpdump-4.1.1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcpdump-4.1.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: before installing tcpdump from the Porting Archive, you must install its run-time dependencies (libpcap and openssl packages from the Porting Archive).&lt;BR /&gt;&lt;BR /&gt;JCIFS documentation talks about Ethereal: it has been renamed to Wireshark. It is available at: &lt;BR /&gt;&lt;A href="http://wireshark.org" target="_blank"&gt;http://wireshark.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My recommendation for serious network traffic analysis on HP-UX is to install tcpdump to capture the packets you need into a file on HP-UX, then move the capture file to your own workstation (e.g. a Windows host) and run Wireshark on it to examine the dumped packets. For simple cases, tcpdump alone might be enough.&lt;BR /&gt;&lt;BR /&gt;If you are not allowed to install anything on the HP-UX host, you might use nettl, the HP-UX native network traffic dump tool:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.compute-aid.com/nettl.html" target="_blank"&gt;http://www.compute-aid.com/nettl.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Wireshark can read nettl dumps too.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 18 May 2011 12:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jcifs-access/m-p/4789094#M531732</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-05-18T12:56:23Z</dc:date>
    </item>
  </channel>
</rss>

