<?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: error in vi editor in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736323#M255364</link>
    <description>Basically, your root file system is full.&lt;BR /&gt;&lt;BR /&gt;Run the following command on the system:&lt;BR /&gt;&lt;BR /&gt;find / -xdev -size +1000000c &lt;BR /&gt;&lt;BR /&gt;This will show you the large files on your root file system.&lt;BR /&gt;&lt;BR /&gt;Probably at least one of these doesn't belong.&lt;BR /&gt;&lt;BR /&gt;If you post the output from the above command here, people will be able to add additional guidance.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Feb 2006 14:43:05 GMT</pubDate>
    <dc:creator>Kent Ostby</dc:creator>
    <dc:date>2006-02-21T14:43:05Z</dc:date>
    <item>
      <title>error in vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736321#M255362</link>
      <description>hi everyone&lt;BR /&gt;&lt;BR /&gt;Iam getting the following error while creating a file in vi editor , can anyone help me to get resolve it"sample"&lt;BR /&gt;msgcnt 1052 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block ext&lt;BR /&gt;ent)&lt;BR /&gt; No space left on device [Warning - sample is incomplete]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your edited changes will be lost if you do not complete a successful&lt;BR /&gt;write command before exiting.  If you were writing out to your original&lt;BR /&gt;file, the previous contents of that file have been destroyed.  Contact&lt;BR /&gt;your System Administrator BEFORE exiting if you need assistance.&lt;BR /&gt;&lt;BR /&gt;[Hit return to continue]&lt;BR /&gt;&lt;BR /&gt;I have given du and df both showing 0 blocks.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Dhamodharan.s&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2006 14:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736321#M255362</guid>
      <dc:creator>dhamodharan_1</dc:creator>
      <dc:date>2006-02-21T14:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: error in vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736322#M255363</link>
      <description>can u show output of the command: bdf&lt;BR /&gt;u need to do something with the lvm..</description>
      <pubDate>Tue, 21 Feb 2006 14:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736322#M255363</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-02-21T14:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: error in vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736323#M255364</link>
      <description>Basically, your root file system is full.&lt;BR /&gt;&lt;BR /&gt;Run the following command on the system:&lt;BR /&gt;&lt;BR /&gt;find / -xdev -size +1000000c &lt;BR /&gt;&lt;BR /&gt;This will show you the large files on your root file system.&lt;BR /&gt;&lt;BR /&gt;Probably at least one of these doesn't belong.&lt;BR /&gt;&lt;BR /&gt;If you post the output from the above command here, people will be able to add additional guidance.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2006 14:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736323#M255364</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-02-21T14:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: error in vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736324#M255365</link>
      <description>As well as the other suggestions, make sure /var is mounted. vi uses /var for temp space while editing a file.</description>
      <pubDate>Tue, 21 Feb 2006 15:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736324#M255365</guid>
      <dc:creator>Andy Torres</dc:creator>
      <dc:date>2006-02-21T15:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: error in vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736325#M255366</link>
      <description>If is possible /var/tmp is full too. /var/tmp is used as a temporary work area. (see "man ex" and "dir" option).&lt;BR /&gt; &lt;BR /&gt;To override the workarea you could either place a value in .exrc or a one liner-&lt;BR /&gt; EXINIT "set dir=/tmp" vi /etc/fstab&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Tue, 21 Feb 2006 15:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736325#M255366</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2006-02-21T15:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: error in vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736326#M255367</link>
      <description>As stated the "/" file system is full.  You may have a "core" file in "/".  Or if /tmp or /home haven't been segregated into seperate file systems you may have a large file there.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 21 Feb 2006 15:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736326#M255367</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2006-02-21T15:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: error in vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736327#M255368</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Use #bdf and identify the file system status. Cleanup / file system, as you have mentioned the error indicates, root file stem is full. And also you need have  separate file systems for /home, /var, /usr ..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sunil  &lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2006 16:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736327#M255368</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2006-02-21T16:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: error in vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736328#M255369</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;it seems ur root filesystem is full. u can try the following command&lt;BR /&gt;&lt;BR /&gt;#dmesg (see the output)&lt;BR /&gt;&lt;BR /&gt;#find / -size +1000000c -print&lt;BR /&gt;&lt;BR /&gt;it will display the large file..&lt;BR /&gt;&lt;BR /&gt;find out if can move some unwanted file to other location or can tar (tar -cvf file.tar file_name) files.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;indrajit</description>
      <pubDate>Tue, 21 Feb 2006 19:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736328#M255369</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-02-21T19:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: error in vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736329#M255370</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;my BDF output is# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     204800  204800       0  100% /&lt;BR /&gt;/dev/vg00/lvol1     295024   29744  235776   11% /stand&lt;BR /&gt;/dev/vg00/lvol8    1560576  175600 1376528   11% /var&lt;BR /&gt;/dev/vg00/lvol7    2301952 1157024 1136000   50% /usr&lt;BR /&gt;/dev/vg00/lvol4     204800  162056   42440   79% /tmp&lt;BR /&gt;/dev/vg00/lvol6    1323008 1023520  297344   77% /opt&lt;BR /&gt;/dev/vg00/lvol5      20480    6272   14136   31% /home&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DMESG output is&lt;BR /&gt;&lt;BR /&gt;# dmesg&lt;BR /&gt;&lt;BR /&gt;Feb 21 19:54&lt;BR /&gt;...&lt;BR /&gt;k extent)&lt;BR /&gt;msgcnt 973 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte&lt;BR /&gt;nt)&lt;BR /&gt;msgcnt 975 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte&lt;BR /&gt;nt)&lt;BR /&gt;msgcnt 977 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte&lt;BR /&gt;nt)&lt;BR /&gt;msgcnt 979 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte&lt;BR /&gt;nt)&lt;BR /&gt;msgcnt 981 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte&lt;BR /&gt;nt)&lt;BR /&gt;msgcnt 983 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte&lt;BR /&gt;nt)&lt;BR /&gt;msgcnt 985 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte&lt;BR /&gt;nt)&lt;BR /&gt;msgcnt 987 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block exte&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2006 19:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736329#M255370</guid>
      <dc:creator>dhamodharan_1</dc:creator>
      <dc:date>2006-02-21T19:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: error in vi editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736330#M255371</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You have your answer in that the "/" filesystem is full.&lt;BR /&gt;&lt;BR /&gt;To see where the space is consumed, do:&lt;BR /&gt;&lt;BR /&gt;# du -xk /|sort -k1nr|more&lt;BR /&gt;&lt;BR /&gt;This sorts into descending order the largest-to-smallest usage.&lt;BR /&gt;&lt;BR /&gt;It is very possible that a backup was run to a regular file instead of a special device file.  Thus, look in '/dev' for non-special files.  Typing '/dev/rmt/om' instead of '/dev/rmt/0m' is a common mistake and will usually fill the '/dev' directory in '/'.&lt;BR /&gt;&lt;BR /&gt;The kernel reports the '/' mountpoint as '/dev/root'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 21 Feb 2006 20:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-vi-editor/m-p/3736330#M255371</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-02-21T20:42:26Z</dc:date>
    </item>
  </channel>
</rss>

