<?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: How to exclude file systems while running make_sys_image in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274122#M513522</link>
    <description>Thanks Sanjay and Marvin. I used -f and it worked great.&lt;BR /&gt;&lt;BR /&gt;Uday, Actually I was looking for make_sys_image. Thanks anyway.</description>
    <pubDate>Thu, 13 May 2004 06:53:32 GMT</pubDate>
    <dc:creator>Shouvik Basak</dc:creator>
    <dc:date>2004-05-13T06:53:32Z</dc:date>
    <item>
      <title>How to exclude file systems while running make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274117#M513517</link>
      <description>The system (Golden System) of which I am trying to create a Golden Image of has number of local disks and disks connected to SAN. Thus it has many volume groups and mount points. What I really need is to have a Golden Image having just the file systems in vg00 as part of the image i.e. /, /opt, /home, /var, /usr, /stand, /tmp; ignoring all other mount points. I am tying to pass "-g file_list" to restrict the image to my desired file systems - but its tending to include everything in the image. My file_list has /, /opt, /home, /var, /usr, /stand, /tmp all listed in lines one after another. is this correct ? &lt;BR /&gt;&lt;BR /&gt;I would really appreciate if somebody can help me out with a solution.&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Shouvik</description>
      <pubDate>Wed, 12 May 2004 10:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274117#M513517</guid>
      <dc:creator>Shouvik Basak</dc:creator>
      <dc:date>2004-05-12T10:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude file systems while running make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274118#M513518</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Take a look at this thread,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062972903" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062972903&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The itrc doc id is KBRC00000365.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 12 May 2004 10:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274118#M513518</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-05-12T10:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude file systems while running make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274119#M513519</link>
      <description>hmm I haven't used the -g option but by reading the man page it seems like it should work. &lt;BR /&gt;&lt;BR /&gt;You could use the -p and v options to get a verbose preview listing I think. &lt;BR /&gt;&lt;BR /&gt;I use -f &lt;BR /&gt;&lt;BR /&gt;with a file that contains&lt;BR /&gt;&lt;BR /&gt;+ ONLY NO_ARCHIVE&lt;BR /&gt;/list&lt;BR /&gt;/of&lt;BR /&gt;/filesystems&lt;BR /&gt;/to/exclude</description>
      <pubDate>Wed, 12 May 2004 10:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274119#M513519</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-05-12T10:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude file systems while running make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274120#M513520</link>
      <description>You can also try by using -p -d option.&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -p -d /dev/rmt/#mn&lt;BR /&gt;&lt;BR /&gt;This is just a preview mode and generates the list of file that are going to archive in tape. You can remove the one you don't wanted.&lt;BR /&gt;File flist will be created in /var/opt/ignite/recovery/timestamp(2004-11-05,11:13) directory.&lt;BR /&gt;&lt;BR /&gt;Also look the log file for more info in same directory&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 May 2004 11:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274120#M513520</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2004-05-12T11:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude file systems while running make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274121#M513521</link>
      <description>Hi (Again)&lt;BR /&gt;I forgot to mention  other important file in the very same directory, archive_cfg.  This file  has the list of all the filesystem in vg00 those are going to archive..&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 12 May 2004 11:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274121#M513521</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2004-05-12T11:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude file systems while running make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274122#M513522</link>
      <description>Thanks Sanjay and Marvin. I used -f and it worked great.&lt;BR /&gt;&lt;BR /&gt;Uday, Actually I was looking for make_sys_image. Thanks anyway.</description>
      <pubDate>Thu, 13 May 2004 06:53:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-exclude-file-systems-while-running-make-sys-image/m-p/3274122#M513522</guid>
      <dc:creator>Shouvik Basak</dc:creator>
      <dc:date>2004-05-13T06:53:32Z</dc:date>
    </item>
  </channel>
</rss>

