<?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: /var 100% Full ...unable to delete any of the files. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692502#M383391</link>
    <description>try to remove the old subset of patches via&lt;BR /&gt;&lt;BR /&gt;cleanup -c 1&lt;BR /&gt;</description>
    <pubDate>Wed, 29 Sep 2010 07:08:42 GMT</pubDate>
    <dc:creator>singh sanjeev</dc:creator>
    <dc:date>2010-09-29T07:08:42Z</dc:date>
    <item>
      <title>/var 100% Full ...unable to delete any of the files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692497#M383386</link>
      <description>/dev/vg00/lvol7    3080192 3080192       0  100% /var&lt;BR /&gt;/dev/vg00/lvol8    2981888  500226 2326622   18% /var/adm/crash&lt;BR /&gt;/dev/vg00/lvol6    1032192  709310  302736   70% /users&lt;BR /&gt;/dev/vg00/lvol5    2048000 1362452  655783   68% /tmp&lt;BR /&gt;&lt;BR /&gt;bash-2.04$ sudo rm /var/log/ser_mon/ser_mon.Jan&lt;BR /&gt;sudo: uid 264485 does not exist in the passwd file!&lt;BR /&gt;Sep 28 10:20:14 sudo:   264485 : uid 264485 does not exist in the passwd file! ; TTY=console ; PWD=unknown ; USER=root ; COMMAND=rm&lt;BR /&gt;bash-2.04$ Out of disk space for temp file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bash-2.04$ sudo find /var -name core -exec ls  {}\;&lt;BR /&gt;sudo: uid 264485 does not exist in the passwd file!&lt;BR /&gt;Sep 28 10:34:16 sudo:   264485 : uid 264485 does not exist in the passwd file! ; TTY=console ; PWD=unknown ; USER=root ; COMMAND=find&lt;BR /&gt;bash-2.04$ Out of disk space for temp file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Unable to delete any of the file under the /var .&lt;BR /&gt;&lt;BR /&gt;Please suggest me on this &lt;BR /&gt;&lt;BR /&gt;Thank u&lt;BR /&gt;Kumar</description>
      <pubDate>Tue, 28 Sep 2010 16:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692497#M383386</guid>
      <dc:creator>kumar_unix</dc:creator>
      <dc:date>2010-09-28T16:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: /var 100% Full ...unable to delete any of the files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692498#M383387</link>
      <description>Shalom Kumar,&lt;BR /&gt;&lt;BR /&gt;1. You are using the bash shell to administrer the system. That is not a good idea. Your bash shell is hopelessly out of date.&lt;BR /&gt;&lt;BR /&gt;I recommend logging on the system as root, using the standard shell, which is posix. If you changed the root shell you are really in deep dudu.&lt;BR /&gt;&lt;BR /&gt;You may in fact need to boot the system into single user mode to resolve this problem if the earlier steps do not work.&lt;BR /&gt;&lt;BR /&gt;Your technique to find core files requires space on the /var file system which does not exist.&lt;BR /&gt;&lt;BR /&gt;Try clearing some space with the rm command before trying to collect a list of core files.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 28 Sep 2010 17:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692498#M383387</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-09-28T17:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: /var 100% Full ...unable to delete any of the files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692499#M383388</link>
      <description>It would appear that sudo needs space in /var to create a temp file.  Unless you can find some way to change sudo's location for that temp file (perhaps some sort of variable, like $SUDO_TMP or something), you will need to log in as root to do your work.  And - as Steven pointed out, you definitely do not want to use the Bash shell for root.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 28 Sep 2010 17:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692499#M383388</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-09-28T17:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: /var 100% Full ...unable to delete any of the files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692500#M383389</link>
      <description>I got the solution . Logged thru the console as root and cleared up some var files . &lt;BR /&gt;&lt;BR /&gt;after that tried to do ssh to the host name , but i got the  below is error message &lt;BR /&gt;&lt;BR /&gt;[xyz@el ~]$ ssh db2&lt;BR /&gt;xyz@db2's password:&lt;BR /&gt;Connection to xyz closed by remote host.&lt;BR /&gt;Connection to xyz closed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then ran the pwconv command thru the console  to sync up passwd file  !! worked fine ..&lt;BR /&gt;&lt;BR /&gt;Thank you all for your suggestion . &lt;BR /&gt;&lt;BR /&gt;Kumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Sep 2010 17:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692500#M383389</guid>
      <dc:creator>kumar_unix</dc:creator>
      <dc:date>2010-09-28T17:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: /var 100% Full ...unable to delete any of the files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692501#M383390</link>
      <description>Hi,&lt;BR /&gt;Another alternative way to solve this issue, try lsof ot see if there is a process got stuck and eats /var ;&lt;BR /&gt;&lt;BR /&gt;# lssof /var&lt;BR /&gt;&lt;BR /&gt;if yes , kill it.</description>
      <pubDate>Tue, 28 Sep 2010 18:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692501#M383390</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-09-28T18:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: /var 100% Full ...unable to delete any of the files.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692502#M383391</link>
      <description>try to remove the old subset of patches via&lt;BR /&gt;&lt;BR /&gt;cleanup -c 1&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-100-full-unable-to-delete-any-of-the-files/m-p/4692502#M383391</guid>
      <dc:creator>singh sanjeev</dc:creator>
      <dc:date>2010-09-29T07:08:42Z</dc:date>
    </item>
  </channel>
</rss>

