<?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: post_config_script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/post-config-script/m-p/3116342#M149880</link>
    <description>Mark, the question is in the context of Ignite-UX config files, which have their own scripting language, not tradtional shell script syntax. See 'man 4 instl_adm' (if installed) for the language definition.&lt;BR /&gt;&lt;BR /&gt;I do something similar to the post_config_script line in one of my script-generated IUX config files and it works fine.&lt;BR /&gt;&lt;BR /&gt;echo "post_config_cmd+=\""        &amp;gt;&amp;gt; $CONFIG&lt;BR /&gt;/usr/bin/cat $DIR/post_config_cmd &amp;gt;&amp;gt; $CONFIG&lt;BR /&gt;echo "\""                         &amp;gt;&amp;gt; $CONFIG&lt;BR /&gt;&lt;BR /&gt;(where post_config_cmd contains regular shell&lt;BR /&gt;syntax and $CONFIG is a new IUX config file I'm generating based on a number of variables that aren't important here)&lt;BR /&gt;&lt;BR /&gt;My guess is that it would work, but most of my IUX knowledge is rather new, so don't quote me on it.  I know the lines above work fine for me.&lt;BR /&gt;</description>
    <pubDate>Wed, 12 Nov 2003 12:06:55 GMT</pubDate>
    <dc:creator>doug hosking</dc:creator>
    <dc:date>2003-11-12T12:06:55Z</dc:date>
    <item>
      <title>post_config_script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/post-config-script/m-p/3116339#M149877</link>
      <description>I'm making a custom install tape, will adding the line,&lt;BR /&gt;post_config_script += "/path/to/script"&lt;BR /&gt;to my core_cfg work?&lt;BR /&gt;&lt;BR /&gt;Jun</description>
      <pubDate>Tue, 11 Nov 2003 12:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/post-config-script/m-p/3116339#M149877</guid>
      <dc:creator>Jun Zhang_4</dc:creator>
      <dc:date>2003-11-11T12:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: post_config_script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/post-config-script/m-p/3116340#M149878</link>
      <description>What are you using to drive the creation of the tape?  (make_recovery, make_tape_recovery, make_net_recovery)&lt;BR /&gt;&lt;BR /&gt;What environment will this run in?  The "+=" syntax won't work in the posix shell or in ksh.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 11 Nov 2003 16:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/post-config-script/m-p/3116340#M149878</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-11-11T16:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: post_config_script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/post-config-script/m-p/3116341#M149879</link>
      <description>Not many sysadmin have the need like I do, we have customers that are not network reachable. &lt;BR /&gt;Obviously the config file itself is not a shell script. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jun</description>
      <pubDate>Tue, 11 Nov 2003 17:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/post-config-script/m-p/3116341#M149879</guid>
      <dc:creator>Jun Zhang_4</dc:creator>
      <dc:date>2003-11-11T17:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: post_config_script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/post-config-script/m-p/3116342#M149880</link>
      <description>Mark, the question is in the context of Ignite-UX config files, which have their own scripting language, not tradtional shell script syntax. See 'man 4 instl_adm' (if installed) for the language definition.&lt;BR /&gt;&lt;BR /&gt;I do something similar to the post_config_script line in one of my script-generated IUX config files and it works fine.&lt;BR /&gt;&lt;BR /&gt;echo "post_config_cmd+=\""        &amp;gt;&amp;gt; $CONFIG&lt;BR /&gt;/usr/bin/cat $DIR/post_config_cmd &amp;gt;&amp;gt; $CONFIG&lt;BR /&gt;echo "\""                         &amp;gt;&amp;gt; $CONFIG&lt;BR /&gt;&lt;BR /&gt;(where post_config_cmd contains regular shell&lt;BR /&gt;syntax and $CONFIG is a new IUX config file I'm generating based on a number of variables that aren't important here)&lt;BR /&gt;&lt;BR /&gt;My guess is that it would work, but most of my IUX knowledge is rather new, so don't quote me on it.  I know the lines above work fine for me.&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2003 12:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/post-config-script/m-p/3116342#M149880</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2003-11-12T12:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: post_config_script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/post-config-script/m-p/3116343#M149881</link>
      <description>Added the post_config_script line to the core_cfg file, created the custom install tape, boot to tape, the scripts showed up in the Advanced area.&lt;BR /&gt;To answer my question, I need to choose Go! to see the result, but I'm waiting for such a box I can do so.&lt;BR /&gt;Thank you very much for the reply.&lt;BR /&gt;&lt;BR /&gt;Jun</description>
      <pubDate>Thu, 13 Nov 2003 10:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/post-config-script/m-p/3116343#M149881</guid>
      <dc:creator>Jun Zhang_4</dc:creator>
      <dc:date>2003-11-13T10:00:56Z</dc:date>
    </item>
  </channel>
</rss>

