<?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: CIFS Client Mount Issues with Windows Server 2008R2 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748310#M387953</link>
    <description>Just my 2c:&lt;BR /&gt;&lt;BR /&gt;The HP-UX CIFS-Client is based on Sharity and sadly has not been updated since 2007. Sharity 3.7 (April 2009) has some improvements for Windows 2008:&lt;BR /&gt;* Kerberos authentication did not work with Windows 2008 servers. Fixed.&lt;BR /&gt;* Implemented NTLM2 (not to be confused with NTLMv2) authentication. This improves interoperability with Windows 2008 Server.&lt;BR /&gt;&lt;A href="http://www.obdev.at/products/sharity/releasenotes.html" target="_blank"&gt;http://www.obdev.at/products/sharity/releasenotes.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So it would be nice if HP could update CIFS-Client...</description>
    <pubDate>Mon, 07 Feb 2011 15:51:55 GMT</pubDate>
    <dc:creator>Michael Leu</dc:creator>
    <dc:date>2011-02-07T15:51:55Z</dc:date>
    <item>
      <title>CIFS Client Mount Issues with Windows Server 2008R2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748302#M387945</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;I have been mounting various Windows shares for some time but a new Windows Server 2008 R2 share won't mount like the others.&lt;BR /&gt;&lt;BR /&gt;Server: rp3410, 11.23/64 bit OS&lt;BR /&gt;&lt;BR /&gt;CIFS-Client: A.02.02.02&lt;BR /&gt;&lt;BR /&gt;All patches up to date.&lt;BR /&gt;&lt;BR /&gt;All mounts done in a separate rc3.d script - example:&lt;BR /&gt;&lt;BR /&gt;cifsmount -U username -P password -D domain \&lt;BR /&gt;//server/share /mount_point&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In my /etc/opt/cifsclient/cifsclient.cfg file, I have modified it to use ntlmv2 encryption (required in our domain):&lt;BR /&gt;&lt;BR /&gt;authenticationMethod = ntlm;   # may be "ntlm" or "kerberos"&lt;BR /&gt;        &lt;BR /&gt;ntlmEncryptionVersion = ntlmv2; # may be "ntlm" or "ntlmv2"&lt;BR /&gt;&lt;BR /&gt;This has worked for all the other hosts but the 2008 R2 box thinks we are sending just ntlm.&lt;BR /&gt;&lt;BR /&gt;I have tried adding this host as an 'individual' host at the bottom of the cifsclient.cfg file and it will finally work (example below) however that breaks every other server's mounts!&lt;BR /&gt;&lt;BR /&gt;&lt;SERVER name=""&gt; = {&lt;BR /&gt;         ipAddress = "123.123.123.123";&lt;BR /&gt;         authenticationMethod = ntlm;&lt;BR /&gt;         ntlmEncryptionVersion = ntlmv2;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;I am stuck at this point. Every link to the CIFS Client admin guide is broken.&lt;BR /&gt;&lt;BR /&gt;Any ideas? I have seen some threads that says the current cifs client doesn't support 2008 but I can see that it does.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;-Brad&lt;BR /&gt;&lt;BR /&gt;&lt;/SERVER&gt;</description>
      <pubDate>Thu, 03 Feb 2011 18:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748302#M387945</guid>
      <dc:creator>Brad Hogan</dc:creator>
      <dc:date>2011-02-03T18:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Client Mount Issues with Windows Server 2008R2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748303#M387946</link>
      <description>You need to have a Patch/HotFix installed on Windows 2008 sir.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 15:36:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748303#M387946</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-04T15:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Client Mount Issues with Windows Server 2008R2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748304#M387947</link>
      <description>Here you go:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/kb/975512" target="_blank"&gt;http://support.microsoft.com/kb/975512&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 15:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748304#M387947</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-04T15:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Client Mount Issues with Windows Server 2008R2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748305#M387948</link>
      <description>Great news. Any idea which one?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;-Brad</description>
      <pubDate>Fri, 04 Feb 2011 15:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748305#M387948</guid>
      <dc:creator>Brad Hogan</dc:creator>
      <dc:date>2011-02-04T15:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Client Mount Issues with Windows Server 2008R2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748306#M387949</link>
      <description>What do you mean which one?&lt;BR /&gt;I have Fix311785 applied.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 15:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748306#M387949</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-04T15:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Client Mount Issues with Windows Server 2008R2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748307#M387950</link>
      <description>Alzhy,&lt;BR /&gt;&lt;BR /&gt;Thanks for the link. I have gone over it with my Senior Windows Admin and it only applies to clustered servers. (I have read about SMB clients having issues with clustered servers in other forums.)&lt;BR /&gt;&lt;BR /&gt;This still doesn't explain why I can attach to this server's share when I 'hardcode' it at the bottom of the cifsclient.cfg file. Also, I can't explain why that breaks attaching shares for all the other servers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does anyone have a copy of the latest CIFS Administration manual? (As I stated, all HP links to it that I can find are broken.)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;-Brad&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 15:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748307#M387950</guid>
      <dc:creator>Brad Hogan</dc:creator>
      <dc:date>2011-02-04T15:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Client Mount Issues with Windows Server 2008R2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748308#M387951</link>
      <description>&amp;gt;Does anyone have a copy of the latest CIFS Administration manual?&lt;BR /&gt;&lt;BR /&gt;A.02.03:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B8725-90103/index.html" target="_blank"&gt;http://docs.hp.com/en/B8725-90103/index.html&lt;/A&gt;&lt;BR /&gt;New BSC location table:&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&amp;amp;cc=us&amp;amp;contentType=SupportManual&amp;amp;prodTypeId=18964&amp;amp;prodSeriesId=4248626&amp;amp;docIndexId=64179#4" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&amp;amp;cc=us&amp;amp;contentType=SupportManual&amp;amp;prodTypeId=18964&amp;amp;prodSeriesId=4248626&amp;amp;docIndexId=64179#4&lt;/A&gt;</description>
      <pubDate>Fri, 04 Feb 2011 16:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748308#M387951</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-04T16:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Client Mount Issues with Windows Server 2008R2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748309#M387952</link>
      <description>The Patch is cummulative - we have it on all WIn2K8 servers whetehr the FIle Services are clustered or not. But up to you.&lt;BR /&gt;&lt;BR /&gt;BTW, you do not EVEN need to have an rc3 script for you to have your CIFS mounts remount accross reboots. And there relaly is no need to mess around with cifsclient.cfg.&lt;BR /&gt;&lt;BR /&gt;Here's how to mount to CIFS Servers (WIndows or Fellow SAMBA Servers) that will be enshrined in a cifsdb that will persist accross reboots:&lt;BR /&gt;&lt;BR /&gt;cifsmount //cifssrvr.dom.com/sharename /mntpnt -U login -P password -s&lt;BR /&gt;&lt;BR /&gt;The key there is "-s"&lt;BR /&gt;&lt;BR /&gt;Other noteworthy tools you need to manage CIFS Client are:&lt;BR /&gt;&lt;BR /&gt;cifslist -m&lt;BR /&gt;cifslist -M&lt;BR /&gt;cifsdb (-d)  (only on newest CIFS Client)&lt;BR /&gt;cifsumount (-d -f)&lt;BR /&gt;cifsclient (stop|start)&lt;BR /&gt;&lt;BR /&gt;If things still would nt work despite whatever gyration above, do:&lt;BR /&gt;&lt;BR /&gt;cifsclient stop&lt;BR /&gt;cd /var/opt/cifsclient&lt;BR /&gt;rm cifsclient.udb cifsclient.pid&lt;BR /&gt;cifsclient start&lt;BR /&gt;- then do the above cifsmount directive.&lt;BR /&gt;&lt;BR /&gt;Enjoy!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 16:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748309#M387952</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-04T16:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Client Mount Issues with Windows Server 2008R2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748310#M387953</link>
      <description>Just my 2c:&lt;BR /&gt;&lt;BR /&gt;The HP-UX CIFS-Client is based on Sharity and sadly has not been updated since 2007. Sharity 3.7 (April 2009) has some improvements for Windows 2008:&lt;BR /&gt;* Kerberos authentication did not work with Windows 2008 servers. Fixed.&lt;BR /&gt;* Implemented NTLM2 (not to be confused with NTLMv2) authentication. This improves interoperability with Windows 2008 Server.&lt;BR /&gt;&lt;A href="http://www.obdev.at/products/sharity/releasenotes.html" target="_blank"&gt;http://www.obdev.at/products/sharity/releasenotes.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So it would be nice if HP could update CIFS-Client...</description>
      <pubDate>Mon, 07 Feb 2011 15:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748310#M387953</guid>
      <dc:creator>Michael Leu</dc:creator>
      <dc:date>2011-02-07T15:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Client Mount Issues with Windows Server 2008R2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748311#M387954</link>
      <description>The latest CIFS Client seem to have all the updates. And with the Win2k8 MS  hotfixes - HP-UX CIFS CLient works flawlessly with Win2K8 FIleservers (even clustered ones).&lt;BR /&gt;&lt;BR /&gt;Brad - please just follow the steps I've outlined above. Your method of having an rc script to ensure the CIFS mounts are persistent accross reboots can be done away with with the steps I've outlined above. Also make sure your Win2K8 environment has all the requisiste hot fixes for CIFS conections.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2011 15:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748311#M387954</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-07T15:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Client Mount Issues with Windows Server 2008R2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748312#M387955</link>
      <description>Ok sorry then I retract my statements, don't want to be spreading FUD ;-)&lt;BR /&gt;I assumed it was a old release because software.hp.com says 'Last Update: 31 Oct 2007'.</description>
      <pubDate>Mon, 07 Feb 2011 16:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748312#M387955</guid>
      <dc:creator>Michael Leu</dc:creator>
      <dc:date>2011-02-07T16:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Client Mount Issues with Windows Server 2008R2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748313#M387956</link>
      <description>Turns out this server is not R2 - just plain Windows Server 2008.&lt;BR /&gt;&lt;BR /&gt;We installed the hotfix. It did not fix the problem. We spent 3 hours with Microsoft support - no joy. They say that I am not sending a proper version of SMB. We are sending 0.x.x and it needs to be 1.x.x. They verified this via Wireshark and Netmon traces.&lt;BR /&gt;&lt;BR /&gt;I am going to open a Support Case with HP.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;-Brad</description>
      <pubDate>Wed, 09 Feb 2011 18:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-mount-issues-with-windows-server-2008r2/m-p/4748313#M387956</guid>
      <dc:creator>Brad Hogan</dc:creator>
      <dc:date>2011-02-09T18:19:20Z</dc:date>
    </item>
  </channel>
</rss>

