<?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: Large Files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400926#M200795</link>
    <description>Actually, at jobs DO take on the environment of the shell that runs the at command.  You can verify this by scheduling a command with at and then looking at the actual at job file stored in /var/spool/cron/atjobs/&lt;BR /&gt;&lt;BR /&gt;You will see all of the shells enivironment defined in there.&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Oct 2004 13:22:05 GMT</pubDate>
    <dc:creator>Tom Danzig</dc:creator>
    <dc:date>2004-10-15T13:22:05Z</dc:date>
    <item>
      <title>Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400917#M200786</link>
      <description>We have a rp2470 system, running hpux11.11.&lt;BR /&gt;The filesystems are for large files.&lt;BR /&gt;When running Ansys and the outputfile &amp;gt; 2GB the result is ok.&lt;BR /&gt;When starting Ansys with the at command the program crashes with "write error possible full disk".&lt;BR /&gt;Anyone any Idea?&lt;BR /&gt;&lt;BR /&gt;Greetings, Alfons</description>
      <pubDate>Fri, 15 Oct 2004 06:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400917#M200786</guid>
      <dc:creator>A.G.M. Velthof</dc:creator>
      <dc:date>2004-10-15T06:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400918#M200787</link>
      <description>As the message says, is the FS full??&lt;BR /&gt;IS the required space available on FS??&lt;BR /&gt;&lt;BR /&gt;Also at runs with a very minimal environment. May be ulimit is coming into picture. Ream the man page of proto. The file is /var/adm/cron/.proto. In this you can specify the ulimit file size limit. you may also want to execute the at with -f option and secify all ulimit options in that. &lt;BR /&gt;&lt;BR /&gt;ulimit -f unlimited&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 15 Oct 2004 06:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400918#M200787</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-15T06:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400919#M200788</link>
      <description>Seems to me this has to do with ulimit&lt;BR /&gt;1) What value do you have for ulimit ?&lt;BR /&gt;with the at command ?&lt;BR /&gt;&lt;BR /&gt;2) What shell do you use (POSIX or Korn) ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Fri, 15 Oct 2004 07:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400919#M200788</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-10-15T07:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400920#M200789</link>
      <description>The at command is just like cron--no login! So none of your 'normal' environment is present when the job runs. That means PATH is minimal and no special settings (variables) are present. The outputfile may not have a fullpath setup (never a good idea for cron or at). The complete environment for cron/at is:&lt;BR /&gt; &lt;BR /&gt;           HOME=user's-home-directory&lt;BR /&gt;           LOGNAME=user's-login-id&lt;BR /&gt;           PATH=/usr/bin:/usr/sbin:.&lt;BR /&gt;           SHELL=/usr/bin/sh&lt;BR /&gt; &lt;BR /&gt;Nothing else. You'll have to determine what Ansys requires then add these values to your Ansys script.</description>
      <pubDate>Fri, 15 Oct 2004 07:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400920#M200789</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-10-15T07:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400921#M200790</link>
      <description>There is plenty of space on the fs.&lt;BR /&gt;Without the at command it runs fine.&lt;BR /&gt;I have already found the .proto file and started the Ansys program.&lt;BR /&gt;I will let You know the result.&lt;BR /&gt;&lt;BR /&gt;Greetings, Alfons</description>
      <pubDate>Fri, 15 Oct 2004 07:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400921#M200790</guid>
      <dc:creator>A.G.M. Velthof</dc:creator>
      <dc:date>2004-10-15T07:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400922#M200791</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;seems that the limitation lies in the at command itself&lt;BR /&gt;I've tried to reproduce the error and only when using the at command the procedure stops. Calling the program from the shell or starting it using cron works just fine&lt;BR /&gt;So i would give it a try using cron&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Fri, 15 Oct 2004 07:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400922#M200791</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-10-15T07:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400923#M200792</link>
      <description>May be a patch:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main&lt;/A&gt;|patch.breadcrumb.search|&amp;amp;patchid=PHCO_26562&amp;amp;context=hpux:800:11:11&lt;BR /&gt;&lt;BR /&gt; ( SR:8606179733 CR:JAGad48956 )&lt;BR /&gt; at/cron jobs are not able to create large files.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 15 Oct 2004 08:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400923#M200792</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-15T08:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400924#M200793</link>
      <description>The Ansys program works fine no with the at&lt;BR /&gt;command. &lt;BR /&gt;&lt;BR /&gt;Thanks to all,&lt;BR /&gt;&lt;BR /&gt;regards, Alfons</description>
      <pubDate>Fri, 15 Oct 2004 09:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400924#M200793</guid>
      <dc:creator>A.G.M. Velthof</dc:creator>
      <dc:date>2004-10-15T09:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400925#M200794</link>
      <description>A.G.M. Velthof,&lt;BR /&gt;&lt;BR /&gt;Can you elaborate on how exactly you resolved it?? this could be helpful to other team members.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 15 Oct 2004 09:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400925#M200794</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-15T09:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Large Files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400926#M200795</link>
      <description>Actually, at jobs DO take on the environment of the shell that runs the at command.  You can verify this by scheduling a command with at and then looking at the actual at job file stored in /var/spool/cron/atjobs/&lt;BR /&gt;&lt;BR /&gt;You will see all of the shells enivironment defined in there.&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Oct 2004 13:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-files/m-p/3400926#M200795</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2004-10-15T13:22:05Z</dc:date>
    </item>
  </channel>
</rss>

