<?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: Informix Logical Log file full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459618#M771874</link>
    <description>David,&lt;BR /&gt;&lt;BR /&gt;We use the attached shell script to estimate the  current logical log usage, maybe this is helpful?&lt;BR /&gt;&lt;BR /&gt;Greetz, Danny</description>
    <pubDate>Tue, 31 Oct 2000 13:42:40 GMT</pubDate>
    <dc:creator>Danny Engelbarts</dc:creator>
    <dc:date>2000-10-31T13:42:40Z</dc:date>
    <item>
      <title>Informix Logical Log file full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459616#M771872</link>
      <description>Hi all,&lt;BR /&gt;   Was wondering if anybody could tell me if there is any way to monitor the logical log files of informix so that warning could be generated if a predetermined level is reached.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 31 Oct 2000 02:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459616#M771872</guid>
      <dc:creator>David Tang_1</dc:creator>
      <dc:date>2000-10-31T02:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Informix Logical Log file full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459617#M771873</link>
      <description>You can use find to check if the size grows more than 100,000.&lt;BR /&gt;find /directory -name *.log +100000c -exec ll {} ;</description>
      <pubDate>Tue, 31 Oct 2000 12:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459617#M771873</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-10-31T12:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Informix Logical Log file full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459618#M771874</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;We use the attached shell script to estimate the  current logical log usage, maybe this is helpful?&lt;BR /&gt;&lt;BR /&gt;Greetz, Danny</description>
      <pubDate>Tue, 31 Oct 2000 13:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459618#M771874</guid>
      <dc:creator>Danny Engelbarts</dc:creator>
      <dc:date>2000-10-31T13:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Informix Logical Log file full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459619#M771875</link>
      <description>I have tried to run the script but not able to. There is no file in the created directory. Pls advise.</description>
      <pubDate>Thu, 02 Nov 2000 09:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459619#M771875</guid>
      <dc:creator>David Tang_1</dc:creator>
      <dc:date>2000-11-02T09:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Informix Logical Log file full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459620#M771877</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;I yhink you need to create the /tmp/logicallogs directory, then when the logicallog is started you should run "estimatelogs.ksh start". Whenever you want to know the status run "estimatelogs.ksh check" and when the logicallog is stopped run "estimatelogs.ksh stop".&lt;BR /&gt;&lt;BR /&gt;Greetz, Danny</description>
      <pubDate>Thu, 02 Nov 2000 14:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459620#M771877</guid>
      <dc:creator>Danny Engelbarts</dc:creator>
      <dc:date>2000-11-02T14:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Informix Logical Log file full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459621#M771879</link>
      <description>The directory is already created and when i try and run estimatelogs.ksh start, I have the following error:-&lt;BR /&gt;ksh: estimatelogs.ksh:  not found</description>
      <pubDate>Fri, 03 Nov 2000 02:58:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459621#M771879</guid>
      <dc:creator>David Tang_1</dc:creator>
      <dc:date>2000-11-03T02:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Informix Logical Log file full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459622#M771881</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;Try "./estimatelogs.ksh"! The script isn't found in your path (for root user the current dir isn't in the path for securitty reasons)&lt;BR /&gt;&lt;BR /&gt;Greetz, Danny.</description>
      <pubDate>Fri, 03 Nov 2000 10:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-logical-log-file-full/m-p/2459622#M771881</guid>
      <dc:creator>Danny Engelbarts</dc:creator>
      <dc:date>2000-11-03T10:44:12Z</dc:date>
    </item>
  </channel>
</rss>

