<?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: save_config in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594515#M520276</link>
    <description>Richard,&lt;BR /&gt;&lt;BR /&gt;Understood. YOu just need to run save_config -f /tmp/configs on the golden system and append this file to /my_images/golden.cfg on the ignite server to preserve the configuration information. &lt;BR /&gt;&lt;BR /&gt;I do not create anything other than vg00 so the default setup works fine for me.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Mon, 15 Oct 2001 19:29:33 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2001-10-15T19:29:33Z</dc:date>
    <item>
      <title>save_config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594509#M520270</link>
      <description>Two things...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One... what's the syntax to run save_config on a image.gz file versus on a running system itself&lt;BR /&gt;&lt;BR /&gt;two....what do I do with the output of the command?  How do I incorporate it and where&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Oct 2001 18:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594509#M520270</guid>
      <dc:creator>Richard Briggs</dc:creator>
      <dc:date>2001-10-14T18:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: save_config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594510#M520271</link>
      <description>save_config is used by recovery commands to store the configuration information of the system. You do not usually run save_config to create a golden image. &lt;BR /&gt;&lt;BR /&gt;Following is precisely the way you create a golden image.&lt;BR /&gt;&lt;BR /&gt;1. On the GOlden system run the command make_sys_image -d /some_where. YOu need to copy make_sys_image from the ignite server onto the golden system. Make sure the golden system is being non-used during this time. I would suggest to install a fresh system with all the patches, default softwares etc.,etc.,before making the golden image.&lt;BR /&gt;&lt;BR /&gt;2. Copy /some_where/golden_system.gz on the golder server to a directory on the ignite server say /my_images&lt;BR /&gt;&lt;BR /&gt;3. Take a copy of the default config file and modify it.&lt;BR /&gt;&lt;BR /&gt;cp /opt/ignite/data/examples/core11.cfg /my_images/golden.cfg&lt;BR /&gt;&lt;BR /&gt;4. Modify golden.cfg and add these modify in sw_source function&lt;BR /&gt;&lt;BR /&gt;nfs_source="IP_ADDR_OF_IGNITESERVER:/my_images&lt;BR /&gt;&lt;BR /&gt;You can modify other pointers like description etc in this function.&lt;BR /&gt;&lt;BR /&gt;Search for sw_sel function and modify description etc.,. Most importantly the archive_path&lt;BR /&gt;&lt;BR /&gt;archive_path="golden_system.gz"&lt;BR /&gt;&lt;BR /&gt;Run the command archive_impact to get the impacts statements.&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/lbin/archive_impact -t -g /my_images/golden_system.gz&lt;BR /&gt;&lt;BR /&gt;Modify the impacts statements in the golden.cfg with the acutal results.&lt;BR /&gt;&lt;BR /&gt;5. Finally edit /var/opg/ignite/INDEX file and add the above configuration for the ignite server to recognize the golden image.&lt;BR /&gt;&lt;BR /&gt;cfg "GOlden image for 11.00 for Some_class {&lt;BR /&gt;Description "bla..bla..bla "&lt;BR /&gt;"/opt/ignite/data/Rel_B.11.00/config"&lt;BR /&gt;"/my_images/golden.cfg"&lt;BR /&gt;"/var/opt/ignite/config.local" }&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;6. Make sure that /my_images directory has been exported and is nfs available.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will appear in the Ignite Screen and will be available to be pushed.&lt;BR /&gt;&lt;BR /&gt;What I am saying is that you don't need to do anything with the output of save_config command as it is not used in preparing the ignite images.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Oct 2001 22:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594510#M520271</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-14T22:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: save_config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594511#M520272</link>
      <description>Yeah...but my golden image is of a system with several Volume Groups... and I want the image to retain the volume group information.... don't I need the save_config info to preserve VG info in the image???</description>
      <pubDate>Mon, 15 Oct 2001 00:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594511#M520272</guid>
      <dc:creator>Richard Briggs</dc:creator>
      <dc:date>2001-10-15T00:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: save_config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594512#M520273</link>
      <description>bueller?  bueller?  bueller?</description>
      <pubDate>Mon, 15 Oct 2001 18:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594512#M520273</guid>
      <dc:creator>Richard Briggs</dc:creator>
      <dc:date>2001-10-15T18:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: save_config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594513#M520274</link>
      <description>Farris?</description>
      <pubDate>Mon, 15 Oct 2001 18:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594513#M520274</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-15T18:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: save_config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594514#M520275</link>
      <description>no one knows how to preserve VG info in a golden image using save_config?</description>
      <pubDate>Mon, 15 Oct 2001 18:49:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594514#M520275</guid>
      <dc:creator>Richard Briggs</dc:creator>
      <dc:date>2001-10-15T18:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: save_config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594515#M520276</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;Understood. YOu just need to run save_config -f /tmp/configs on the golden system and append this file to /my_images/golden.cfg on the ignite server to preserve the configuration information. &lt;BR /&gt;&lt;BR /&gt;I do not create anything other than vg00 so the default setup works fine for me.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 15 Oct 2001 19:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594515#M520276</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-15T19:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: save_config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594516#M520277</link>
      <description>isn't there a way to run save_config on an already existing image.gz file?</description>
      <pubDate>Mon, 15 Oct 2001 19:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594516#M520277</guid>
      <dc:creator>Richard Briggs</dc:creator>
      <dc:date>2001-10-15T19:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: save_config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594517#M520278</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;We can't run save_config on an already existing .gz file. However, you can create it like a default golden image. Restoration should take care of it though I didn't try before. At the max, you might end up re-importing non-root volume groups.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 15 Oct 2001 19:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594517#M520278</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-15T19:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: save_config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594518#M520279</link>
      <description>you can run the save_config on a running system and add it to your config.local as defined in the INDEX file.&lt;BR /&gt;&lt;BR /&gt;However, remove the networking part or your ip will stick....&lt;BR /&gt;&lt;BR /&gt;I don't believe you can interrogate the gz image directly (I'm too laszy to look at the man).. but you may want to run the archive_impact if the size has modified to see exactly the space occupied by each fs and hence lv.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 05 Nov 2001 13:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/save-config/m-p/2594518#M520279</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-11-05T13:03:38Z</dc:date>
    </item>
  </channel>
</rss>

