<?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: remove files /var in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031166#M430899</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can do couple of things here ..&lt;BR /&gt;&lt;BR /&gt;1. Trim your /var/adm/syslog/syslog.log file if its big. &lt;BR /&gt;&lt;BR /&gt;2. trim /var/adm/syslog/mail.log file if its big .&lt;BR /&gt;&lt;BR /&gt;3. If you /var/adm/crash is not a seperate File system , you can remove any crash files , if its there .&lt;BR /&gt;&lt;BR /&gt;4. # cd /var&lt;BR /&gt;# du -sk * | sort -n   and see what is taking more space and see if its something you can zip or remove.&lt;BR /&gt;&lt;BR /&gt;5. Its beter not to remove anything from the /var/adm/sw !!&lt;BR /&gt;&lt;BR /&gt;6. You can also remove the old files from /var/tombstones/tsXX files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds / James&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Feb 2007 19:58:41 GMT</pubDate>
    <dc:creator>James George_1</dc:creator>
    <dc:date>2007-02-28T19:58:41Z</dc:date>
    <item>
      <title>remove files /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031160#M430893</link>
      <description>Hi team,&lt;BR /&gt;&lt;BR /&gt;I need release space, in fs /var&lt;BR /&gt;&lt;BR /&gt;I can remove files on /var/adm/sw/patch&lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 28 Feb 2007 15:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031160#M430893</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2007-02-28T15:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: remove files /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031161#M430894</link>
      <description>from &lt;A href="http://www.hpworks.org.uk/newsletter/articles/sd/" target="_blank"&gt;http://www.hpworks.org.uk/newsletter/articles/sd/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is not safe to remove these entries in /var/adm/sw/patch unless you have run cleanup. Removing a directory in this location, could prevent you from backing out a patch that is currently loaded on the system.</description>
      <pubDate>Wed, 28 Feb 2007 15:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031161#M430894</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-02-28T15:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: remove files /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031162#M430895</link>
      <description>Hi Miguel,&lt;BR /&gt;&lt;BR /&gt;You can use the cleanup utility.&lt;BR /&gt;&lt;BR /&gt;below command will commit any patches superseded once. They will no longer be removeable.&lt;BR /&gt;&lt;BR /&gt;preview&lt;BR /&gt;# cleanup -p -c 1&lt;BR /&gt;&lt;BR /&gt;# cleanup -c 1&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 28 Feb 2007 15:59:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031162#M430895</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2007-02-28T15:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: remove files /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031163#M430896</link>
      <description>also look at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=81631" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=81631&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2007 15:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031163#M430896</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-02-28T15:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: remove files /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031164#M430897</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Absolutely do *not* manually remove or manipulate files in '/var/adm/sw'.  This directory's contents represent the Installed Product Database in which the software distributer tools ('swinstall', etc.) operate.&lt;BR /&gt;&lt;BR /&gt;If you corrupt or remove files in this directory, you can end up with a system that can never be patched again!&lt;BR /&gt;&lt;BR /&gt;To regain space in '/var' use the 'cleanup' command as noted.  See its manpages for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 28 Feb 2007 16:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031164#M430897</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-28T16:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: remove files /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031165#M430898</link>
      <description>The patch directory is used only for HP-UX 10.X releases.  The best option in 10.X systems is the cleanup script which is found within PHCO_20824.&lt;BR /&gt;&lt;BR /&gt;This directory holds all of the files needed to restore the system when a patch is removed.  When this backup data is deleted the patch is "committed" and cannot be removed.  This will not harm the running system, but could cause great pain if a patch needs to be removed in the future.&lt;BR /&gt;&lt;BR /&gt;If your system has been updated to 11.0 or later, this full directory is no longer of value.  As of 11.0 the SD tools manage patches directly.  Any manual changes to the save or save_custom directories on 11.X releases would be corrupting the IPD and could lead to a "bad day".  In 10.X the patch directory (and patches in general) where a little trick we played on SD.  Technically, the patch directory is near but outside of the IPD itself.</description>
      <pubDate>Wed, 28 Feb 2007 18:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031165#M430898</guid>
      <dc:creator>Bob E Campbell</dc:creator>
      <dc:date>2007-02-28T18:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: remove files /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031166#M430899</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can do couple of things here ..&lt;BR /&gt;&lt;BR /&gt;1. Trim your /var/adm/syslog/syslog.log file if its big. &lt;BR /&gt;&lt;BR /&gt;2. trim /var/adm/syslog/mail.log file if its big .&lt;BR /&gt;&lt;BR /&gt;3. If you /var/adm/crash is not a seperate File system , you can remove any crash files , if its there .&lt;BR /&gt;&lt;BR /&gt;4. # cd /var&lt;BR /&gt;# du -sk * | sort -n   and see what is taking more space and see if its something you can zip or remove.&lt;BR /&gt;&lt;BR /&gt;5. Its beter not to remove anything from the /var/adm/sw !!&lt;BR /&gt;&lt;BR /&gt;6. You can also remove the old files from /var/tombstones/tsXX files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds / James&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2007 19:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031166#M430899</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2007-02-28T19:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: remove files /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031167#M430900</link>
      <description>Thanks Team!</description>
      <pubDate>Thu, 01 Mar 2007 13:25:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-files-var/m-p/5031167#M430900</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2007-03-01T13:25:31Z</dc:date>
    </item>
  </channel>
</rss>

