<?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: oracle cannot create large files during TS setup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988324#M923461</link>
    <description>Hi,&lt;BR /&gt;ksh is known to be limited and cannot be extended.&lt;BR /&gt;&lt;BR /&gt;Use csh as shell for oracle, is better !&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Jun 2003 08:58:01 GMT</pubDate>
    <dc:creator>Massimo Bianchi</dc:creator>
    <dc:date>2003-06-04T08:58:01Z</dc:date>
    <item>
      <title>oracle cannot create large files during TS setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988323#M923460</link>
      <description>Hi DB Wizards,&lt;BR /&gt;&lt;BR /&gt;our client's DBAs are trying in vain to create large table space data files during Oracle9i set up.&lt;BR /&gt;&lt;BR /&gt;I definitely created the target filesystem of type Veritas with the largefiles option.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -b 8192 -o largefiles /dev/vg*/rlvol*&lt;BR /&gt;&lt;BR /&gt;(asterisks here only substitute the proper raw device)&lt;BR /&gt;&lt;BR /&gt;I'm also convinced that the filesystem got mounted correctly as being largefiles aware, although I didn't specify any largefile mount option in the  package's control script that mounts the cluster shared volume (e.g. FS_MOUNT_OPT[0]="-o rw")&lt;BR /&gt;&lt;BR /&gt;I fully logged in as user oracle and created a 6 GB chunk full of zeros in the target filesystem which should host the ts datafiles.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero of=/mount/of/packages/lv/testchunk bs=1024k count=6000&lt;BR /&gt;&lt;BR /&gt;This worked, as well as a copying to another largefiles aware filesystem, and  even a splitting of the chunk.&lt;BR /&gt;All under user oracle.&lt;BR /&gt;&lt;BR /&gt;Despite the DBAs insist that they cannot create large data files.&lt;BR /&gt;&lt;BR /&gt;I have no Oracle knowledge.&lt;BR /&gt;So I don't know if anything else is required on the DBAs' behalf in advance.&lt;BR /&gt;&lt;BR /&gt;Maybe could it be that the user limits need to be raised.&lt;BR /&gt;This is what they show for oracle:&lt;BR /&gt;&lt;BR /&gt;# su - oracle -c "ulimit -a"&lt;BR /&gt;                                                                                &lt;BR /&gt;time(seconds)        unlimited                                          &lt;BR /&gt;file(blocks)         4000000&lt;BR /&gt;data(kbytes)         unlimited&lt;BR /&gt;stack(kbytes)        8192&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;&lt;BR /&gt;What strikes me a bit is the file(blocks) restriction, but I cannot raise it&lt;BR /&gt;&lt;BR /&gt;ulimit -f unlimited &lt;BR /&gt;ksh: ulimit: exceeds allowable limit&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Ralph</description>
      <pubDate>Wed, 04 Jun 2003 08:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988323#M923460</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2003-06-04T08:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: oracle cannot create large files during TS setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988324#M923461</link>
      <description>Hi,&lt;BR /&gt;ksh is known to be limited and cannot be extended.&lt;BR /&gt;&lt;BR /&gt;Use csh as shell for oracle, is better !&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2003 08:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988324#M923461</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-04T08:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: oracle cannot create large files during TS setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988325#M923462</link>
      <description>You need to use posix shell (/sbin/sh) as it is set to unlimited there (unless someone has restricted it in some system startup file, eg. /etc/profile).&lt;BR /&gt;&lt;BR /&gt;I think ksh is stuck to 2Gb for ulimit -f.&lt;BR /&gt;&lt;BR /&gt;There is no kernel paraemter controlling it.</description>
      <pubDate>Wed, 04 Jun 2003 09:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988325#M923462</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-06-04T09:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: oracle cannot create large files during TS setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988326#M923463</link>
      <description>Hi Stefen,&lt;BR /&gt;yes, ksh on hpux is compiled with the 2G limitation is.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I had already my head over it :(&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2003 09:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988326#M923463</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-04T09:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: oracle cannot create large files during TS setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988327#M923464</link>
      <description>Hi Stefen,&lt;BR /&gt;yes, ksh on hpux is compiled with the 2G limitation in.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I had already my head over it :(&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2003 09:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988327#M923464</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-04T09:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: oracle cannot create large files during TS setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988328#M923465</link>
      <description>Stefan, Massimo,&lt;BR /&gt;&lt;BR /&gt;the (HP-UX) Korn shell doesn't impose such a boundary either.&lt;BR /&gt;&lt;BR /&gt;Guess what I discovered in oracle's .profile  %-{&lt;BR /&gt;&lt;BR /&gt;# grep ulimit ~oracle/.profile&lt;BR /&gt;# ulimit 4000000&lt;BR /&gt;&lt;BR /&gt;The DBAs themselves must have restricted their child processes.&lt;BR /&gt;Btw. the comment hash mark has just now been inserted by me.&lt;BR /&gt;&lt;BR /&gt;I asked the DBAs to give oracle a new login shell (e.g. login anew) and give it another try.&lt;BR /&gt;&lt;BR /&gt;I'm awaiting their response...</description>
      <pubDate>Wed, 04 Jun 2003 09:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-cannot-create-large-files-during-ts-setup/m-p/2988328#M923465</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2003-06-04T09:17:20Z</dc:date>
    </item>
  </channel>
</rss>

