<?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: Problem editing a file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006818#M127656</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you really need to edit a such file I think the easiest solution is to use split (see man pages for split) and then concatenate the pices again with cat.</description>
    <pubDate>Wed, 25 Jun 2003 09:52:22 GMT</pubDate>
    <dc:creator>Leif Halvarsson_2</dc:creator>
    <dc:date>2003-06-25T09:52:22Z</dc:date>
    <item>
      <title>Problem editing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006815#M127653</link>
      <description>Hi,&lt;BR /&gt;I have a NASTRAN output file which is 210Mb in size, this contains 3505011 lines and 220468195 characters, I am running HP-UX11.00 on an HP C3700 with 4Gb RAM and 5.5Gb of swap.&lt;BR /&gt;&lt;BR /&gt;If I use dtpad in either server or standalone mode I cannot save the file once additions have been made, I get the TT_ERROR_PROCID error.&lt;BR /&gt;&lt;BR /&gt;If I use vi I get the out of memory error and it suggest using ed&lt;BR /&gt;&lt;BR /&gt;If I use ex I get the same error as I got using vi.&lt;BR /&gt;&lt;BR /&gt;I have not tried to use ed as I do not fully understand the use of ed, and the file will be being edited by one of our engineers who would require training even to use vi.&lt;BR /&gt;&lt;BR /&gt;Is there any chance that dtpad has some variable that could be set to handle large files or is there any other X editors that could be used.&lt;BR /&gt;&lt;BR /&gt;Hope some one can help&lt;BR /&gt;&lt;BR /&gt;Kev&lt;BR /&gt;"I'd rather be flying"</description>
      <pubDate>Wed, 25 Jun 2003 09:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006815#M127653</guid>
      <dc:creator>Kevin Lamb_2</dc:creator>
      <dc:date>2003-06-25T09:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem editing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006816#M127654</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The vi editor might be choking because of a lack of space in either /tmp or /var/tmp.  If your /tmp is only 200MB it might complain.&lt;BR /&gt;&lt;BR /&gt;You could try using the 'split' command to split the large file into several smaller files, edit those files, and then combine them back into one file again.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 09:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006816#M127654</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-06-25T09:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem editing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006817#M127655</link>
      <description>seems your are hiting a data size seiling,&lt;BR /&gt;depending on what shell you are using&lt;BR /&gt;look at the man page (sh tcsh bash ...)&lt;BR /&gt;for limit or ulimit and adjust your user limits to unlimited&lt;BR /&gt;&lt;BR /&gt;kernel limits ?&lt;BR /&gt;maxdsize, check/set with SAM, needs root/reboot&lt;BR /&gt;&lt;BR /&gt;maxdsize is for 32bit apps&lt;BR /&gt;maxdsiz_64bit is for 64bit apps</description>
      <pubDate>Wed, 25 Jun 2003 09:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006817#M127655</guid>
      <dc:creator>Erkki Myllynen</dc:creator>
      <dc:date>2003-06-25T09:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem editing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006818#M127656</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you really need to edit a such file I think the easiest solution is to use split (see man pages for split) and then concatenate the pices again with cat.</description>
      <pubDate>Wed, 25 Jun 2003 09:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006818#M127656</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2003-06-25T09:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem editing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006819#M127657</link>
      <description>Thanks all for the responses so far.&lt;BR /&gt;&lt;BR /&gt;The /tmp area on the machine in question has over 1Gb available.&lt;BR /&gt;&lt;BR /&gt;The current shell is csh, just checked the man page and this does not mention the exact figure for ulimit.&lt;BR /&gt;&lt;BR /&gt;I was trying to avoid the use of split/cat etc as the user is not technical, I was looking for a simplistic way of doing things.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Kev&lt;BR /&gt;&lt;BR /&gt;"I'd rather be flying"</description>
      <pubDate>Wed, 25 Jun 2003 10:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006819#M127657</guid>
      <dc:creator>Kevin Lamb_2</dc:creator>
      <dc:date>2003-06-25T10:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem editing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006820#M127658</link>
      <description>PHSS_18428 introduced the following:&lt;BR /&gt;&lt;BR /&gt;4.  dtpad fails to open large (&amp;gt;~30Mb) files.&lt;BR /&gt;&lt;BR /&gt;As I understand things dtpad now doesn't have an upper limit it's dependant upon swap and physical memory .... if this were a problem I'd expect it would fail with warning "insufficient memory" and as you say you can open the file ... just not save the changes.&lt;BR /&gt;&lt;BR /&gt;Qu if you start dtpad normally (no standAlone) and prior to saving the file you kill the associated dtpad -server process does this make a difference ? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Other than than I'm unsure what could be causing this ..... CDE patch level ?</description>
      <pubDate>Wed, 25 Jun 2003 10:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006820#M127658</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-06-25T10:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem editing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006821#M127659</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;Just tried to do the save after killing the dtpad -server process and I get the following:&lt;BR /&gt;Error: Cannot perform realloc&lt;BR /&gt;&lt;BR /&gt;I am now in the process of downloading the patch along with all the dependencies, I will let you know what happens&lt;BR /&gt;&lt;BR /&gt;Kev&lt;BR /&gt;&lt;BR /&gt;"I'd rather be flying"&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 11:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006821#M127659</guid>
      <dc:creator>Kevin Lamb_2</dc:creator>
      <dc:date>2003-06-25T11:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem editing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006822#M127660</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for all the responses, tried them all but to no avail.&lt;BR /&gt;&lt;BR /&gt;Just spoken to one of our Engineers who used to use NASTRAN and they used nedit, I have just installed nedit from the portal and this works a treat.&lt;BR /&gt;&lt;BR /&gt;Thanks again for the support.&lt;BR /&gt;&lt;BR /&gt;Kev&lt;BR /&gt;"I'd rather be flying"</description>
      <pubDate>Wed, 25 Jun 2003 12:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006822#M127660</guid>
      <dc:creator>Kevin Lamb_2</dc:creator>
      <dc:date>2003-06-25T12:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem editing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006823#M127661</link>
      <description>Single,Twin,Fixed,or Rotor?</description>
      <pubDate>Wed, 25 Jun 2003 12:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006823#M127661</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2003-06-25T12:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem editing a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006824#M127662</link>
      <description>Single, Fixed. &lt;BR /&gt;Still saving for PPL course, I will do it one day, may even take a trip statesside to do it as it is cheaper than in the UK&lt;BR /&gt;&lt;BR /&gt;Kev&lt;BR /&gt;"I'd rather be flying"</description>
      <pubDate>Wed, 25 Jun 2003 13:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-editing-a-file/m-p/3006824#M127662</guid>
      <dc:creator>Kevin Lamb_2</dc:creator>
      <dc:date>2003-06-25T13:22:05Z</dc:date>
    </item>
  </channel>
</rss>

