<?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 timeout problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059677#M436471</link>
    <description>Ian,&lt;BR /&gt;&lt;BR /&gt;Problems of this type are difficult to diagnose online.  Timeouts are usually caused by slow server responses, but some underlying problem with the network or the CIFS Client could also be the cause, or contribute to it.&lt;BR /&gt;&lt;BR /&gt;It is ok for occasional timeout errors to appear in syslog, for the occasional slow response, but if the script cannot recover, there may be some more subtle problem to understand.&lt;BR /&gt;&lt;BR /&gt;There are two parameters you can adjust (the configuration file is /etc/opt/cifsclient/cifsclient.cfg): nfsTimeout (in the "nfs3" section of the file) and requestTimeout (in the cifs.server.default section).  You will likely have to unmount and logout all connections to the server(s) in question for any changes of these parameters to be recognized.  Easiest is to just restart the Client.&lt;BR /&gt;&lt;BR /&gt;Note however, changes to nfsTimeout are not recognized on versions of HP-UX less than 11.23.  That is because it was necessary to modify the NFS client code to support nfsTimeout; this change did not occur until HP-UX 11.23.&lt;BR /&gt;&lt;BR /&gt;If adjusting the two parameters does not help alleviate the problem, I suggest you place an official support call with HP.  They can assist you in enabling appropriate log levels so as to see exactly what's going on between the client and server.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;-Eric</description>
    <pubDate>Wed, 25 Jul 2007 04:06:11 GMT</pubDate>
    <dc:creator>Eric Raeburn</dc:creator>
    <dc:date>2007-07-25T04:06:11Z</dc:date>
    <item>
      <title>CIFS timeout problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059675#M436469</link>
      <description>I have an HP-UX server and a Windows servers that should contain the same source files.  I run a scrippt every night to verify that they are the same.  The script runs on HP-UX and uses a CIFS to access the Windows file system.&lt;BR /&gt;Every night the script works fine for 45 minutes or so then starts to fail with the error:&lt;BR /&gt;Jul 24 06:26:44 ssihp14 vmunix: NFS getattr failed for server ssint9: RPC: Timed out&lt;BR /&gt;&lt;BR /&gt;The script starts by using cifslogin to access the Windows file system which is listed in the fstab.&lt;BR /&gt;&lt;BR /&gt;Is there a parameter I can change to increase the timeout interval?</description>
      <pubDate>Tue, 24 Jul 2007 06:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059675#M436469</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2007-07-24T06:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS timeout problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059676#M436470</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;If you're on HP-UX 11.11, make sure PHNE_36168 (ONC/NFS General Release/Performance Patch) is installed.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 24 Jul 2007 06:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059676#M436470</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-07-24T06:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS timeout problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059677#M436471</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;Problems of this type are difficult to diagnose online.  Timeouts are usually caused by slow server responses, but some underlying problem with the network or the CIFS Client could also be the cause, or contribute to it.&lt;BR /&gt;&lt;BR /&gt;It is ok for occasional timeout errors to appear in syslog, for the occasional slow response, but if the script cannot recover, there may be some more subtle problem to understand.&lt;BR /&gt;&lt;BR /&gt;There are two parameters you can adjust (the configuration file is /etc/opt/cifsclient/cifsclient.cfg): nfsTimeout (in the "nfs3" section of the file) and requestTimeout (in the cifs.server.default section).  You will likely have to unmount and logout all connections to the server(s) in question for any changes of these parameters to be recognized.  Easiest is to just restart the Client.&lt;BR /&gt;&lt;BR /&gt;Note however, changes to nfsTimeout are not recognized on versions of HP-UX less than 11.23.  That is because it was necessary to modify the NFS client code to support nfsTimeout; this change did not occur until HP-UX 11.23.&lt;BR /&gt;&lt;BR /&gt;If adjusting the two parameters does not help alleviate the problem, I suggest you place an official support call with HP.  They can assist you in enabling appropriate log levels so as to see exactly what's going on between the client and server.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;-Eric</description>
      <pubDate>Wed, 25 Jul 2007 04:06:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059677#M436471</guid>
      <dc:creator>Eric Raeburn</dc:creator>
      <dc:date>2007-07-25T04:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS timeout problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059678#M436472</link>
      <description>I have applied the patches but I still encountered the same problem last night.&lt;BR /&gt;&lt;BR /&gt;I am on HP-UX 11.11.&lt;BR /&gt;&lt;BR /&gt;I have amended the script to do a cifslogount and cifslogin when the error is encountered and to try again so I will se what happens when the script runs tonight.</description>
      <pubDate>Wed, 25 Jul 2007 04:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059678#M436472</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2007-07-25T04:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS timeout problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059679#M436473</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;These problems probably result from a timeout on the windows system. The timeout variable on a cifslogin is controlled by the system being logged into, not the system using cifslogin.&lt;BR /&gt;&lt;BR /&gt;You may be able to create a loop in your script and create "activity" to prevent logout or fool logout into resetting the 45 minute clock.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 25 Jul 2007 05:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059679#M436473</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-25T05:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS timeout problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059680#M436474</link>
      <description>I installed the latest version of cifsclient and the problem seems to have gone away.</description>
      <pubDate>Thu, 02 Aug 2007 06:14:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059680#M436474</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2007-08-02T06:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS timeout problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059681#M436475</link>
      <description>Latest version of cifsclient solved the problem.</description>
      <pubDate>Thu, 02 Aug 2007 06:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059681#M436475</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2007-08-02T06:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS timeout problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059682#M436476</link>
      <description>Dear,&lt;BR /&gt;&lt;BR /&gt;I see the thread is closed , still one info needed,&lt;BR /&gt;&lt;BR /&gt;I have the same problem.. Can you please let me what is the version name you have currently installed?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Akram</description>
      <pubDate>Tue, 16 Oct 2007 04:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-timeout-problem/m-p/5059682#M436476</guid>
      <dc:creator>Akram Shaik</dc:creator>
      <dc:date>2007-10-16T04:36:57Z</dc:date>
    </item>
  </channel>
</rss>

