<?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 Mount issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515609#M366406</link>
    <description>Cifs has been updated to latest version and the issue still remains.</description>
    <pubDate>Mon, 19 Oct 2009 16:02:36 GMT</pubDate>
    <dc:creator>Larry L. Kotur, Jr.</dc:creator>
    <dc:date>2009-10-19T16:02:36Z</dc:date>
    <item>
      <title>CIFS Mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515604#M366401</link>
      <description>I am experiencing an issue with an Informix backup on a 24TB windows 2000 server filesystem.&lt;BR /&gt;&lt;BR /&gt;Platform HP L3000&lt;BR /&gt;OS HPUX 11.23&lt;BR /&gt;IDS 10.00.FC8&lt;BR /&gt;&lt;BR /&gt;After performing the following command&lt;BR /&gt;&lt;BR /&gt;$INFORMIXDIR/bin/ontape -v -t STDIO -s -L 0 &amp;gt; &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;to a local directory, the command is successful and the file created is 18+ GB.&lt;BR /&gt;&lt;BR /&gt;I then use the following command to do a table level restore&lt;BR /&gt;&lt;BR /&gt;cat -u &lt;FILENAME&gt; | \&lt;BR /&gt;&lt;BR /&gt;$INFORMIXDIR/bin/archecker -t -X -f ./rest1 -l phys -v -s&lt;BR /&gt;And the command is successful in restoring the table contents to the new table named in the schema command file.&lt;BR /&gt;&lt;BR /&gt;I repeat the process to a windows 2000 server to a directory mounted with the following command&lt;BR /&gt;&lt;BR /&gt;/usr/bin/cifsmount //&lt;DOMAIN.NAME&gt;/images &lt;MOUNT_POINT&gt; -U &lt;USERID&gt; -P &lt;PASSWD&gt;&lt;BR /&gt;&lt;BR /&gt;The mount is successful, the ontape command creates the archive file 18+ GB;&lt;BR /&gt;however the archecker process starts but stops.&lt;BR /&gt;&lt;BR /&gt;contents of ac_msg.log&lt;BR /&gt;&lt;BR /&gt;2009-10-15 15:39:52&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;STATUS: IBM Informix Dynamic Server Version 10.00.FC8&lt;BR /&gt;Program Name: archecker&lt;BR /&gt;Version: 8.0&lt;BR /&gt;Released: 2008-01-25 23:08:02&lt;BR /&gt;CSDK: IBM Informix CSDK Version 2.90&lt;BR /&gt;ESQL: IBM Informix-ESQL Version 2.90.FN431&lt;BR /&gt;Compiled: 01/25/08 23:09 on HP-UX B.11.11 U&lt;BR /&gt;&lt;BR /&gt;STATUS: Arguments [-t -X -f ./rest1 -l phys -v -s]&lt;BR /&gt;STATUS: AC_STORAGE /tmp&lt;BR /&gt;STATUS: AC_MSGPATH /tmp/ac_msg.log&lt;BR /&gt;STATUS: AC_VERBOSE on&lt;BR /&gt;STATUS: AC_TAPEDEV STDIO&lt;BR /&gt;STATUS: AC_TAPEBLOCK 64 KB&lt;BR /&gt;STATUS: AC_LTAPEDEV /dump_dir/llogs/logfile&lt;BR /&gt;STATUS: AC_LTAPEBLOCK 64 KB&lt;BR /&gt;STATUS: AC_SCHEMA ./rest1&lt;BR /&gt;STATUS: Extracting table vonroll:outbound_ship_id into vonroll:arc_outb_sid_2&lt;BR /&gt;WARNING: Source table [outbound_ship_id] has no storage option&lt;BR /&gt;ERROR: No storage space to scan&lt;BR /&gt;STATUS: Tape type: Archive Backup Tape&lt;BR /&gt;STATUS: OnLine version: IBM Informix Dynamic Server Version 10.00.FC8&lt;BR /&gt;STATUS: Archive date: Thu Oct 15 15:20:31 2009&lt;BR /&gt;STATUS: Archive level: 0&lt;BR /&gt;STATUS: Tape blocksize: 65536&lt;BR /&gt;STATUS: Tape size: 0&lt;BR /&gt;STATUS: Tape number in series: 1&lt;BR /&gt;TIME: [2009-10-15 15:39:53] Phys Tape 1 started&lt;BR /&gt;STATUS: starting to scan dbspace 1 created on 2009-10-15 15:20:31.&lt;BR /&gt;STATUS: Archive timestamp 0X2C31C7D5.&lt;BR /&gt;STATUS: starting to scan dbspace 3 created on 2009-10-15 15:20:31.&lt;BR /&gt;STATUS: Archive timestamp 0X2C31C7D5.&lt;BR /&gt;STATUS: Read/Write End Of Medium enabled: blocks = 25775&lt;BR /&gt;TIME: [2009-10-15 15:41:56] Tape 1 completed&lt;BR /&gt;STATUS: Scan PASSED&lt;BR /&gt;STATUS: Control page checks PASSED&lt;BR /&gt;STATUS: Table checks PASSED&lt;BR /&gt;STATUS: Table extraction commands 1&lt;BR /&gt;STATUS: Tables found on archive 0&lt;BR /&gt;STATUS: Tables not located on archive 1&lt;BR /&gt;STATUS: LOADED: vonroll:arc_outb_sid_2 produced 0 rows&lt;BR /&gt;TIME: [2009-10-15 15:41:56] Physical Extraction Completed&lt;BR /&gt;TIME: [2009-10-15 15:41:56] Unload Completed&lt;BR /&gt;&lt;BR /&gt;STATUS: archecker completed Physical Restore pid = 28555 exit code: 3&lt;BR /&gt;&lt;BR /&gt;The screen message tells me that archecker has reached the &lt;EOF&gt;&lt;BR /&gt;&lt;BR /&gt;When I do an ls -l of the file on the mounted filesystem, the OS reports the size of the file as 1.6+ GB. I then did a mv &lt;FILENAME&gt; &lt;NEW_FILENAME&gt;; ls -l and the size returns to 18+ GB&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;&lt;/NEW_FILENAME&gt;&lt;/FILENAME&gt;&lt;/EOF&gt;&lt;/PASSWD&gt;&lt;/USERID&gt;&lt;/MOUNT_POINT&gt;&lt;/DOMAIN.NAME&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Fri, 16 Oct 2009 13:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515604#M366401</guid>
      <dc:creator>Larry L. Kotur, Jr.</dc:creator>
      <dc:date>2009-10-16T13:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515605#M366402</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i cifs&lt;BR /&gt;&lt;BR /&gt;Need to know your CIFS/Samba versions before proceeding.&lt;BR /&gt;&lt;BR /&gt;The mv will not work right if the authentication to the windows share did not go as expected.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 16 Oct 2009 14:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515605#M366402</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-10-16T14:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515606#M366403</link>
      <description>&lt;BR /&gt;CIFS-Client           A.01.09        CIFS Client&lt;BR /&gt;  CIFS-Development      A.01.09.04     CIFS/9000 server source code files&lt;BR /&gt;  CIFS-Server           A.01.09.04     CIFS/9000 (Samba) File and Print Services</description>
      <pubDate>Fri, 16 Oct 2009 14:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515606#M366403</guid>
      <dc:creator>Larry L. Kotur, Jr.</dc:creator>
      <dc:date>2009-10-16T14:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515607#M366404</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Found an answer (* possible *) on the IBM website referring to not using the -b arguement in your command.&lt;BR /&gt;&lt;BR /&gt;Answer to Posted thread&lt;BR /&gt;&lt;BR /&gt;I believe if you remove the "b" from your command line you will have mu=ch &lt;BR /&gt;&lt;BR /&gt;I generally run for ontape: &lt;BR /&gt;&lt;BR /&gt;archecker -tdvs -f schema.cmd &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.iiug.org/forums/ids/index.cgi/noframes/read/11461" target="_blank"&gt;http://www.iiug.org/forums/ids/index.cgi/noframes/read/11461&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Posted Thread&lt;BR /&gt;&lt;BR /&gt;WARNING: Source table [seasoncode] has no storage option &lt;BR /&gt;ERROR: No storage space to scan &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.iiug.org/forums/ids/index.cgi/noframes/read/11460" target="_blank"&gt;http://www.iiug.org/forums/ids/index.cgi/noframes/read/11460&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 15:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515607#M366404</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-10-16T15:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515608#M366405</link>
      <description>Larry - Sorry that I have no idea about the app error, but your HP-UX CIFS Client version is very old and needs to be updated.  You need to be on A.02.02.  It's located here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/try.do?productNumber=B8724AA" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/try.do?productNumber=B8724AA&lt;/A&gt;</description>
      <pubDate>Mon, 19 Oct 2009 15:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515608#M366405</guid>
      <dc:creator>eric roseme</dc:creator>
      <dc:date>2009-10-19T15:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515609#M366406</link>
      <description>Cifs has been updated to latest version and the issue still remains.</description>
      <pubDate>Mon, 19 Oct 2009 16:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515609#M366406</guid>
      <dc:creator>Larry L. Kotur, Jr.</dc:creator>
      <dc:date>2009-10-19T16:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515610#M366407</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The results of the swlist command show versions of CIFS that I don't believe were ever released for an HP-UX 11.23 system.&lt;BR /&gt;&lt;BR /&gt;Are we talking about an 11.23 system or an 11.11 or 11.00 system.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 Oct 2009 16:39:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515610#M366407</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-10-19T16:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515611#M366408</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;Yes the test system is 11.11 and the production system is 11.23.  I upgraded both systems and the issue still occurs on both systems  &lt;BR /&gt;&lt;BR /&gt;11.23  upgraded to&lt;BR /&gt;  CIFS-Client           A.02.01        CIFS Client&lt;BR /&gt;  CIFS-Development      A.02.03.04     HP CIFS Server Source Code Files&lt;BR /&gt;  CIFS-Server           A.02.03.04     HP CIFS Server (Samba) File and Print Ser&lt;BR /&gt;vices&lt;BR /&gt;  CIFS-Server           A.02.02        HP CIFS Server (Samba) File and Print Ser&lt;BR /&gt;vices&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;11.11 upgraded to &lt;BR /&gt;&lt;BR /&gt; CIFS-Client           A.01.09        CIFS Client&lt;BR /&gt;  CIFS-Development      A.02.04a       HP CIFS Server Source Code Files&lt;BR /&gt;  CIFS-Server           A.02.04a       HP CIFS Server (Samba) File and Print Ser</description>
      <pubDate>Mon, 19 Oct 2009 16:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-mount-issue/m-p/4515611#M366408</guid>
      <dc:creator>Larry L. Kotur, Jr.</dc:creator>
      <dc:date>2009-10-19T16:45:54Z</dc:date>
    </item>
  </channel>
</rss>

