<?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: Image size with make_sys_image in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680409#M509780</link>
    <description>I tried what Michael told me... It worked, make_sys_image didn't take anything else than VG00... but... my archive file size is still a 2.9GB  I tried the cleanup but I'm at the same point... Any other idea???</description>
    <pubDate>Tue, 29 Nov 2005 14:18:50 GMT</pubDate>
    <dc:creator>Jonathan Caplette_1</dc:creator>
    <dc:date>2005-11-29T14:18:50Z</dc:date>
    <item>
      <title>Image size with make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680405#M509776</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I'm trying to do a Ignite DVD from a system here, and when I'm creating the image file with make_sys_image, the size on the file is getting bigger than 4.7 GB... How could I remain under the 4 GB size for my system image??? &lt;BR /&gt;&lt;BR /&gt;here is the make_sys_image command line I use:&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/date/scripts/make_sys_image -s local -d /var/tmp/image/archives -l 1 -n B.11.11_archive.gz&lt;BR /&gt;&lt;BR /&gt;Regard &lt;BR /&gt;Jonathan</description>
      <pubDate>Mon, 28 Nov 2005 23:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680405#M509776</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2005-11-28T23:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Image size with make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680406#M509777</link>
      <description>What all is in your VG00?  Do you have any non-OS stuff?  What about saved patches?  You could try running 'cleanup' to remove the save information for patches that have been superseded.&lt;BR /&gt;&lt;BR /&gt;Is the /var/tmp/image/archives directory in VG00?  make_sys_image could be backing up the image you are creating, thus adding to the file size significantly.&lt;BR /&gt;&lt;BR /&gt;If you are in fact trying to create a DVD, then your B.11.11_archive.gz actually has to be 2GB or less.  The warning given in the documentation is absolutely true!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Nov 2005 23:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680406#M509777</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-11-28T23:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Image size with make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680407#M509778</link>
      <description>I've check and my VG00 is only OS stuff... except for the mount point /var/tmp/image that contains the archives... &lt;BR /&gt;&lt;BR /&gt;I've got this message:&lt;BR /&gt;       * Preparing to create a system archive.&lt;BR /&gt;       * Testing for necessary pax patch.&lt;BR /&gt;       * Passed pax tests.&lt;BR /&gt;&lt;BR /&gt;       * Archiving contents of hpkrndb via tar to&lt;BR /&gt;         /var/tmp/image/archives/B.11.11_archive.gz.&lt;BR /&gt;pax: oradata01/WFCP/temp.dbf : &amp;gt; 8GB. Not Dumped.&lt;BR /&gt;&lt;BR /&gt;the oradata01 filesystem is on another VG, and uses SAN disks... is this means that make_sys_image is going through the other VGs??? &lt;BR /&gt;&lt;BR /&gt;Can I specify make_sys_image not to archive the other VGs than VG00 and exclude the /var/tmp/image filesystem???&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;Jonathan</description>
      <pubDate>Tue, 29 Nov 2005 10:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680407#M509778</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2005-11-29T10:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Image size with make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680408#M509779</link>
      <description>make_sys_image doesn't 'know' about volumes only about the directories and files. You can exclude mount points or directories/files using the '-f /tmp/exclude_file' option of make_sys_image. To ignore /var/opt/images create a file that contains:&lt;BR /&gt;&lt;BR /&gt;+  NO_ARCHIVE&lt;BR /&gt;/var/opt/images/*&lt;BR /&gt;&lt;BR /&gt;and invoke make_sys_image :&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/date/scripts/make_sys_image -s local -d /var/tmp/image/archives -f /tmp/exclude_file -l 1 -n B.11.11_archive.gz</description>
      <pubDate>Tue, 29 Nov 2005 12:12:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680408#M509779</guid>
      <dc:creator>Michael Roberts_3</dc:creator>
      <dc:date>2005-11-29T12:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Image size with make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680409#M509780</link>
      <description>I tried what Michael told me... It worked, make_sys_image didn't take anything else than VG00... but... my archive file size is still a 2.9GB  I tried the cleanup but I'm at the same point... Any other idea???</description>
      <pubDate>Tue, 29 Nov 2005 14:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680409#M509780</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2005-11-29T14:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Image size with make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680410#M509781</link>
      <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt;Use the "-f exclude_file" switch to make_sys_image and specify all filesystems that are not in VG00 using the "+ ONLY NO_ARCHIVE" keywords followed by the non-root VG mount points or edit /opt/ignite/data/scripts/make_sys_image script and specify them under the LEVEL2_NO_ARCHIVE keyword.&lt;BR /&gt;&lt;BR /&gt;regards!</description>
      <pubDate>Tue, 29 Nov 2005 14:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680410#M509781</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-11-29T14:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Image size with make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680411#M509782</link>
      <description>Check if /tmp and /var/adm/crash are huge and part of VG00. If you don't need the files under them then you can safely exclude them also.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Tue, 29 Nov 2005 14:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680411#M509782</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-11-29T14:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Image size with make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680412#M509783</link>
      <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt;In your command line you're not specifying archive compression with the "-c" switch. use as follows:&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/date/scripts/make_sys_image -s local -d /var/tmp/image/archives -l 1 -n B.11.11_archive.gz -c g&lt;BR /&gt;&lt;BR /&gt;This will create a gzip compressed archive.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Tue, 29 Nov 2005 14:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680412#M509783</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-11-29T14:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Image size with make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680413#M509784</link>
      <description>BTW&lt;BR /&gt;gzipped archive is the default when no "-c" is specified.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bv</description>
      <pubDate>Sat, 03 Dec 2005 09:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680413#M509784</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2005-12-03T09:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Image size with make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680414#M509785</link>
      <description>Take a look in /tmp and /var. Analyze the space using:&lt;BR /&gt; &lt;BR /&gt;du -kx /tmp | sort -rn&lt;BR /&gt;du -kx /var | sort -rn&lt;BR /&gt; &lt;BR /&gt;This will show the biggest directories. /tmp should be fairly small (just a few megs) since most files are temporary and can probably be removed. To find the biggest files:&lt;BR /&gt; &lt;BR /&gt;ll | sort -rnk5 | head -20&lt;BR /&gt; &lt;BR /&gt;In /var, look at the big directories and either exclude them (such as Ignite and make_sys_image files), or remove/trim the files. /var/preserve contains temporary vi files and /var/adm contains lots of logfiles that may be trimmed. Also look at /var/adm/syslog and trim the mail.log and syslog.log files. Other areas that can be trimmed are /var/spool, /var/opt, /var/mail, /var/crash, or whatever your du -kx /var shows.&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Dec 2005 18:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/image-size-with-make-sys-image/m-p/3680414#M509785</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-12-03T18:27:37Z</dc:date>
    </item>
  </channel>
</rss>

