<?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: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165409#M457033</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One of my colleague solve the problem. As he informed , there was a crash dump file in the /var/adm/crash. Even though I did not check yet. But I have some confussion, carsh folder under var lvm.I will inform you after know the problem and its resolution.&lt;BR /&gt;&lt;BR /&gt;Aungshu</description>
    <pubDate>Tue, 24 Mar 2009 04:32:38 GMT</pubDate>
    <dc:creator>Aungshuman Paul</dc:creator>
    <dc:date>2009-03-24T04:32:38Z</dc:date>
    <item>
      <title>vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165394#M457018</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Can anyone help me regarding this issues: &lt;BR /&gt;&lt;BR /&gt;I have an HP-UX B.11.31 system. Certainly I found the root lvm is full 100%.&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    1048576 1044544    4024  100% /&lt;BR /&gt;and dmesg show the following error :&lt;BR /&gt;vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)&lt;BR /&gt;But when I calculate the mounted directory of the root lvm ( /, sbin and /etc), I did not find the 1 GB space. It is identical to other system.&lt;BR /&gt;&lt;BR /&gt;I need help to identify the problem and free some space from this lvm.&lt;BR /&gt;&lt;BR /&gt;I shall wait for your valuable feedback.&lt;BR /&gt;&lt;BR /&gt;Aunsghu&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 07:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165394#M457018</guid>
      <dc:creator>Aungshuman Paul</dc:creator>
      <dc:date>2009-03-23T07:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165395#M457019</link>
      <description>please post bdf -l output and also vgdisplay -v &lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 23 Mar 2009 07:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165395#M457019</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-03-23T07:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165396#M457020</link>
      <description>Hi Anugshuman&lt;BR /&gt;&lt;BR /&gt;Please check for Large files in /&lt;BR /&gt;&lt;BR /&gt;pwd&lt;BR /&gt;/&lt;BR /&gt;find / -xdev -size +10000000c -exec ls -lrt {}\;&lt;BR /&gt;&lt;BR /&gt;Than zip or remove files which is not required&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Mon, 23 Mar 2009 07:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165396#M457020</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2009-03-23T07:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165397#M457021</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No files other than small configuration files belong on the root file system.&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;du -k | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;Find out what is stored there and does not belong.&lt;BR /&gt;&lt;BR /&gt;HP-UX systems are not designed for use with a single file system like default Linux installs.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 23 Mar 2009 07:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165397#M457021</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-23T07:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165398#M457022</link>
      <description>Please find the bdf -l and vgdisplay -v below :&lt;BR /&gt;&lt;BR /&gt;# bdf -l&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    1048576 1044544    4024  100% /&lt;BR /&gt;/dev/vg00/lvol1    1835008  169016 1653064    9% /stand&lt;BR /&gt;/dev/vg00/lvol8    8912896  641304 8209784    7% /var&lt;BR /&gt;/dev/vg00/lvol7    4653056 3044256 1596288   66% /usr&lt;BR /&gt;/dev/vgerpprdraid1/lvusrsaptrans&lt;BR /&gt;                   5242880   18366 4897989    0% /usr/sap/trans&lt;BR /&gt;/dev/vgerpprdraid1/lvusrsapPRD&lt;BR /&gt;                   8388608   19137 7846387    0% /usr/sap/PRD&lt;BR /&gt;/dev/vg00/lvtmp    7340032   26988 6855989    0% /tmp&lt;BR /&gt;/dev/vgerpprdraid1/lvsapmntPRD&lt;BR /&gt;                   5242880   18366 4897989    0% /sapmnt/PRD&lt;BR /&gt;/dev/vgerpprdraid1/lvoracle&lt;BR /&gt;                   1048576   17338  966792    2% /oracle&lt;BR /&gt;/dev/vgerpprdraid1/lvoraclestage102_64&lt;BR /&gt;                   7340032   18880 6863587    0% /oracle/stage/102_64&lt;BR /&gt;/dev/vgerpprdraid1/lvoraclePRD&lt;BR /&gt;                   1048576   17339  966789    2% /oracle/PRD&lt;BR /&gt;/dev/vgerpprdraid5/lvoraclePRDsapreorg&lt;BR /&gt;                   1048576   21104 1019456    2% /oracle/PRD/sapreorg&lt;BR /&gt;/dev/vgerpprdraid5/lvoraclePRDsapdata4&lt;BR /&gt;                   419430400   33920 416119952    0% /oracle/PRD/sapdata4&lt;BR /&gt;/dev/vgerpprdraid5/lvoraclePRDsapdata3&lt;BR /&gt;                   419430400   33920 416119952    0% /oracle/PRD/sapdata3&lt;BR /&gt;/dev/vgerpprdraid5/lvoraclePRDsapdata2&lt;BR /&gt;                   419430400   33920 416119952    0% /oracle/PRD/sapdata2&lt;BR /&gt;/dev/vgerpprdraid5/lvoraclePRDsapdata1&lt;BR /&gt;                   419430400 3938744 412245696    1% /oracle/PRD/sapdata1&lt;BR /&gt;/dev/vgerpprdraid5/lvoraclePRDsapcheck&lt;BR /&gt;                   1048576   21104 1019456    2% /oracle/PRD/sapcheck&lt;BR /&gt;/dev/vgerpprdraid5/lvoraclePRDsapbackup&lt;BR /&gt;                   1048576   21104 1019456    2% /oracle/PRD/sapbackup&lt;BR /&gt;/dev/vgerpprdraid1/lvoraclePRDoriglogB&lt;BR /&gt;                   5242880   18366 4897989    0% /oracle/PRD/origlogB&lt;BR /&gt;/dev/vgerpprdraid1/lvoraclePRDoriglogA&lt;BR /&gt;                   5242880   18366 4897989    0% /oracle/PRD/origlogA&lt;BR /&gt;/dev/vgerpprdraid1/lvoraclePRDoraarch&lt;BR /&gt;                   83886080   37641 78607919    0% /oracle/PRD/oraarch&lt;BR /&gt;/dev/vgerpprdraid1/lvoraclePRDmirrlogB&lt;BR /&gt;                   5242880   18366 4897989    0% /oracle/PRD/mirrlogB&lt;BR /&gt;/dev/vgerpprdraid1/lvoraclePRDmirrlogA&lt;BR /&gt;                   5242880   18366 4897989    0% /oracle/PRD/mirrlogA&lt;BR /&gt;/dev/vg00/lvol6    8880128 5322360 3530016   60% /opt&lt;BR /&gt;/dev/vg00/lvol5     131072    5792  124312    4% /home&lt;BR /&gt;/dev/vgerpprdraid5/lvdump&lt;BR /&gt;                   26214400   21872 25987912    0% /dump&lt;BR /&gt;DevFS                    6       6       0  100% /dev/deviceFileSystem&lt;BR /&gt;#&lt;BR /&gt;# vgdisplay -v | more&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      10&lt;BR /&gt;Open LV                     10&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               4353&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            32&lt;BR /&gt;Total PE                    4343&lt;BR /&gt;Alloc PE                    2041&lt;BR /&gt;Free PE                     2302&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;VG Version                  1.0&lt;BR /&gt;VG Max Size                 2228736m&lt;BR /&gt;VG Max Extents              69648&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg00/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1792&lt;BR /&gt;   Current LE                  56&lt;BR /&gt;   Allocated PE                56&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            8192&lt;BR /&gt;   Current LE                  256&lt;BR /&gt;   Allocated PE                256&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  32&lt;BR /&gt;   Allocated PE                32&lt;BR /&gt;input&lt;BR /&gt; Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol4&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            512&lt;BR /&gt;   Current LE                  16&lt;BR /&gt;   Allocated PE                16&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol5&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            128&lt;BR /&gt;   Current LE                  4&lt;BR /&gt;   Allocated PE                4&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol6&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            8672&lt;BR /&gt;   Current LE                  271&lt;BR /&gt;   Allocated PE                271&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol7&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            4544&lt;BR /&gt;   Current LE                  142&lt;BR /&gt;   Allocated PE                142&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol8&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            8704&lt;BR /&gt;   Current LE                  272&lt;BR /&gt;   Allocated PE                272&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvswap&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            24576&lt;BR /&gt;   Current LE                  768&lt;BR /&gt;   Allocated PE                768&lt;BR /&gt;   Used PV                     1&lt;BR /&gt; LV Name                     /dev/vg00/lvtmp&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            7168&lt;BR /&gt;   Current LE                  224&lt;BR /&gt;   Allocated PE                224&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/disk/disk1_p2&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4343&lt;BR /&gt;   Free PE                     2302&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;VG Name                     /dev/vgerpprdraid5&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      9&lt;BR /&gt;Open LV                     9&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               29599&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            64&lt;BR /&gt;Total PE                    29599&lt;BR /&gt;Alloc PE                    26064&lt;BR /&gt;Free PE                     3535&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;VG Version                  1.0&lt;BR /&gt;VG Max Size                 29599g&lt;BR /&gt;VG Max Extents              473584&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid5/lvoracleclient&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt; LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  16&lt;BR /&gt;   Allocated PE                16&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid5/lvoraclePRDsapdata1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            409600&lt;BR /&gt;   Current LE                  6400&lt;BR /&gt;   Allocated PE                6400&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid5/lvoraclePRDsapdata2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            409600&lt;BR /&gt;   Current LE                  6400&lt;BR /&gt;   Allocated PE                6400&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid5/lvoraclePRDsapdata3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            409600&lt;BR /&gt;   Current LE                  6400&lt;BR /&gt;   Allocated PE                6400&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid5/lvoraclePRDsapdata4&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            409600&lt;BR /&gt;   Current LE                  6400&lt;BR /&gt;   Allocated PE                6400&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid5/lvdump&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            25600&lt;BR /&gt;   Current LE                  400&lt;BR /&gt;   Allocated PE                400&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid5/lvoraclePRDsapcheck&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;  Current LE                  16&lt;BR /&gt;   Allocated PE                16&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid5/lvoraclePRDsapbackup&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  16&lt;BR /&gt;   Allocated PE                16&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid5/lvoraclePRDsapreorg&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  16&lt;BR /&gt;   Allocated PE                16&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c16t0d2&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    29599&lt;BR /&gt;   Free PE                     3535&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;VG Name                     /dev/vgerpprdraid1&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      12&lt;BR /&gt;Open LV                     12&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               2399&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            64&lt;BR /&gt;Total PE                    2399&lt;BR /&gt;Alloc PE                    2160&lt;BR /&gt;Free PE                     239&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;VG Version                  1.0&lt;BR /&gt;VG Max Size                 2399g&lt;BR /&gt;VG Max Extents              38384&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvusrsapPRD&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            8192&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                128&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvusrsaptrans&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5120&lt;BR /&gt;   Current LE                  80&lt;BR /&gt;   Allocated PE                80&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvsapmntPRD&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5120&lt;BR /&gt;   Current LE                  80&lt;BR /&gt;   Allocated PE                80&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvoraclePRDoriglogA&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5120&lt;BR /&gt;   Current LE                  80&lt;BR /&gt;   Allocated PE                80&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvoraclePRDoriglogB&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5120&lt;BR /&gt;   Current LE                  80&lt;BR /&gt;   Allocated PE                80&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;LV Name                     /dev/vgerpprdraid1/lvoraclePRDmirrlogA&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5120&lt;BR /&gt;   Current LE                  80&lt;BR /&gt;   Allocated PE                80&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvoraclePRDmirrlogB&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5120&lt;BR /&gt;   Current LE                  80&lt;BR /&gt;   Allocated PE                80&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvoraclePRDoraarch&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            81920&lt;BR /&gt;   Current LE                  1280&lt;BR /&gt;   Allocated PE                1280&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvoracle&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  16&lt;BR /&gt;   Allocated PE                16&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvoraclestage102_64&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            7168&lt;BR /&gt;   Current LE                  112&lt;BR /&gt;   Allocated PE                112&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvoraclePRD&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  16&lt;BR /&gt;   Allocated PE                16&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvoraclePRD102_64&lt;BR /&gt; LV Size (Mbytes)            81920&lt;BR /&gt;   Current LE                  1280&lt;BR /&gt;   Allocated PE                1280&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvoracle&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  16&lt;BR /&gt;   Allocated PE                16&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvoraclestage102_64&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            7168&lt;BR /&gt;   Current LE                  112&lt;BR /&gt;   Allocated PE                112&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvoraclePRD&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  16&lt;BR /&gt;   Allocated PE                16&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgerpprdraid1/lvoraclePRD102_64&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            8192&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                128&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c10t0d3&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    2399&lt;BR /&gt;   Free PE                     239&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 08:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165398#M457022</guid>
      <dc:creator>Aungshuman Paul</dc:creator>
      <dc:date>2009-03-23T08:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165399#M457023</link>
      <description>Two things:&lt;BR /&gt;&lt;BR /&gt;- firt may be you still have a process or a zombie process that has an open file (may be a large one). Memory FS metadata are still counting these data. In this case, if you reboot the server you will cleanup this bad context.&lt;BR /&gt;- you can also have a mount directory (like /opt or /var) that is masking some files under the mount point. By exemple, if you unmount /var, and cd /var, may be you will find some data that are masked by thje mount ..&lt;BR /&gt;&lt;BR /&gt;hope this help&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Patrick</description>
      <pubDate>Mon, 23 Mar 2009 08:37:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165399#M457023</guid>
      <dc:creator>RUET</dc:creator>
      <dc:date>2009-03-23T08:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165400#M457024</link>
      <description>Already I reboot the system several time but no result. And how to umount the var or opt? in single user mode?&lt;BR /&gt;For your further assistance I upload the syslog file.</description>
      <pubDate>Mon, 23 Mar 2009 08:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165400#M457024</guid>
      <dc:creator>Aungshuman Paul</dc:creator>
      <dc:date>2009-03-23T08:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165401#M457025</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please post the output of;&lt;BR /&gt;&lt;BR /&gt;# du -xk / | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 23 Mar 2009 09:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165401#M457025</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2009-03-23T09:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165402#M457026</link>
      <description>Yes single user is the best&lt;BR /&gt;because you have a light and clean process context&lt;BR /&gt;&lt;BR /&gt;or for each mounted filesystem:&lt;BR /&gt;umount /mount-point&lt;BR /&gt;cd /mount_point&lt;BR /&gt;ls &lt;BR /&gt;rm -fr * if needed ..&lt;BR /&gt;cd /&lt;BR /&gt;mount /mount_point&lt;BR /&gt;&lt;BR /&gt;If no user activity you can do a fuser -ku on the logical volume if the FS is busy&lt;BR /&gt;&lt;BR /&gt;patrick</description>
      <pubDate>Mon, 23 Mar 2009 09:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165402#M457026</guid>
      <dc:creator>RUET</dc:creator>
      <dc:date>2009-03-23T09:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165403#M457027</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;single user mode will NOT help, because the root directory ('/') is full!&lt;BR /&gt;&lt;BR /&gt;As already said before - check for large files!&lt;BR /&gt;Check for example /dev - are there ordinary files?&lt;BR /&gt;There should be none!&lt;BR /&gt;Maybe someone wqanted to write to a tape and told the wrong device (typo error?).&lt;BR /&gt;Then a large file is created in /dev or /dev/rmt.&lt;BR /&gt;&lt;BR /&gt;Check for these!&lt;BR /&gt;Also pay attention with rebooting!&lt;BR /&gt;If root-directory is full you maybe can't login with root any more!&lt;BR /&gt;Stay logged in and make the tests we told you.&lt;BR /&gt;&lt;BR /&gt;Volkmar</description>
      <pubDate>Mon, 23 Mar 2009 09:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165403#M457027</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2009-03-23T09:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165404#M457028</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;As suggested before u need to check for large files under root,than mv or delete unwanted files.&lt;BR /&gt;&lt;BR /&gt;please post find results&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Mon, 23 Mar 2009 10:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165404#M457028</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2009-03-23T10:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165405#M457029</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;to speed up the 'du' command you can try to umount as many directories as possible (oracle directories ...).&lt;BR /&gt;Just try a 'umount -a'.&lt;BR /&gt;&lt;BR /&gt;You also can do a 'init 1' to go to the first stage of boot up.&lt;BR /&gt;Then you can umount more disks.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;But when I calculate the mounted directory of the root lvm ( /, sbin and /etc), I did not find the 1 GB space.&lt;BR /&gt;&lt;BR /&gt;What's about /dev, /home, /bin ...?&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 10:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165405#M457029</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2009-03-23T10:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165406#M457030</link>
      <description>Volkar&lt;BR /&gt;I 'm quite sure you are wrong or didn't understand what I wanted to show.&lt;BR /&gt;&lt;BR /&gt;I know that / is full&lt;BR /&gt;but may be it's masked data or directories by mount point.&lt;BR /&gt;&lt;BR /&gt;If you create a 2GB files under /opt before mounting a /opt Filesystem.&lt;BR /&gt;If then you mount /opt, it will mask the 2GB files. You are no more able to find it, but it's still there and consuming data space in the / file system ...&lt;BR /&gt;and you are no more able to find it .. except unmoounting /opt&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 12:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165406#M457030</guid>
      <dc:creator>RUET</dc:creator>
      <dc:date>2009-03-23T12:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165407#M457031</link>
      <description>Hi Aungshuman,&lt;BR /&gt;&lt;BR /&gt;There are few possiblities as people are explained earlier. Common one is open files. If someone have killed one process which has open files on root filesystem, then that space will not be released until you kill the process or reboot the server. You already rebooted the server so it is out.&lt;BR /&gt;&lt;BR /&gt;Now,&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;But when I calculate the mounted directory of the root lvm ( /, sbin and /etc), I did not find the 1 GB space. It is identical to other system.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Did you calculated each and every subdirectory under root. You may missed out some directory or subdirectory. The best way is use this command to find which directory consumes how much space. So that you can dig into the big directory and delete the unwanted files.&lt;BR /&gt;&lt;BR /&gt;#du -xk / |sort -nr &lt;BR /&gt;&lt;BR /&gt;You can also list the first 20 big directories under root by this command&lt;BR /&gt;&lt;BR /&gt;#du -xk / |sort -nr |head -20&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 12:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165407#M457031</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-23T12:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165408#M457032</link>
      <description>@PR - yes, you're right&lt;BR /&gt;Files under mounted directories are possible.&lt;BR /&gt;But it makes more sense to search for strange files first.&lt;BR /&gt;&lt;BR /&gt;Btw. - there's no /dev/vg00/lvol4 mounted, also it's defined:&lt;BR /&gt;LV Name /dev/vg00/lvol4&lt;BR /&gt;LV Status available/syncd&lt;BR /&gt;LV Size (Mbytes) 512&lt;BR /&gt;Current LE 16&lt;BR /&gt;Allocated PE 16&lt;BR /&gt;Used PV 1&lt;BR /&gt;&lt;BR /&gt;Normally this is /tmp - there's a new logical volume defined:&lt;BR /&gt;/dev/vg00/lvtmp 7340032 26988 6855989 0% /tmp&lt;BR /&gt;&lt;BR /&gt;This could be a good candidate for hidden files ....&lt;BR /&gt;&lt;BR /&gt;Please tell us your results Aunsghu ...&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2009 12:58:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165408#M457032</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2009-03-23T12:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165409#M457033</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One of my colleague solve the problem. As he informed , there was a crash dump file in the /var/adm/crash. Even though I did not check yet. But I have some confussion, carsh folder under var lvm.I will inform you after know the problem and its resolution.&lt;BR /&gt;&lt;BR /&gt;Aungshu</description>
      <pubDate>Tue, 24 Mar 2009 04:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165409#M457033</guid>
      <dc:creator>Aungshuman Paul</dc:creator>
      <dc:date>2009-03-24T04:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165410#M457034</link>
      <description>Hi Aunsghu&lt;BR /&gt;&lt;BR /&gt;Yes, if some crash file is their that can take lot of space.&lt;BR /&gt;&lt;BR /&gt;As per ITRC rules if you are happy with replies please assign points&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Tue, 24 Mar 2009 04:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165410#M457034</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2009-03-24T04:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165411#M457035</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;First you can verify /etc/lvmconf/*.old files.&lt;BR /&gt;Sometimes, this files are large.&lt;BR /&gt;&lt;BR /&gt;Then you can use the lsof app, to verify if any process in memory is using a file that was deleted before.</description>
      <pubDate>Thu, 26 Mar 2009 15:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165411#M457035</guid>
      <dc:creator>Cleiton L. Siqueira</dc:creator>
      <dc:date>2009-03-26T15:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165412#M457036</link>
      <description>&amp;gt; /dev/vg00/lvol3 1048576 1044544 4024 100% /&lt;BR /&gt;&lt;BR /&gt;Hint: use bdf / to show a single location such as a mountpoint.&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol8 8912896 641304 8209784 7% /var&lt;BR /&gt; &lt;BR /&gt;There appears to be a lot of room in /var. What do the commands:&lt;BR /&gt; &lt;BR /&gt;bdf /var/adm/crash&lt;BR /&gt;ll -d /var/adm/crash&lt;BR /&gt; &lt;BR /&gt;show? If it shows "/" at the end, then this (potentially) very large directory is really on /, a very bad location. Does the ll -d command show a symbolic link to /?&lt;BR /&gt; &lt;BR /&gt;&amp;gt; /dev/vg00/lvol3 1048576 &lt;BR /&gt;This is very large for "/". Apparently, someone has stored non-OS related files in /, another very bad idea. Note also that looking for big files is the wrong approach -- look for big directories. Use this command to find the biggest directories:&lt;BR /&gt; &lt;BR /&gt;du -kx / | sort -rn | head&lt;BR /&gt; &lt;BR /&gt;The two largest directories in / must be /sbin and /etc, each about 30-75 MB. Anything else at the top of the list is in the wrong directory. You can move mistakes like this without affecting your programs by creating another lvol or finding space in a more appropriate directory such as /opt, then move all the files to this new location. Then replace the original directory name with a symbolic link to the new location.&lt;BR /&gt; &lt;BR /&gt;OS files will not fill up 1GB of / space so your problem is related to a program that is storing data in the wrong location.</description>
      <pubDate>Fri, 27 Mar 2009 01:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165412#M457036</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-03-27T01:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: NOTICE: msgcnt 25 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165413#M457037</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;Now problem is solved. And it was due to /var/adm/crash file which was belong to root lvm.&lt;BR /&gt;&lt;BR /&gt;Thanks again for everyone's help</description>
      <pubDate>Fri, 27 Mar 2009 05:35:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-notice-msgcnt-25-mesg-001-v-2-1-vx-nospace-dev-root-file/m-p/5165413#M457037</guid>
      <dc:creator>Aungshuman Paul</dc:creator>
      <dc:date>2009-03-27T05:35:46Z</dc:date>
    </item>
  </channel>
</rss>

