<?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: IGNITE SERVER TO CLIENT in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210784#M556502</link>
    <description>Actually, there are a few more steps.&lt;BR /&gt; &lt;BR /&gt;1. Download the patches to the Ignite server.&lt;BR /&gt;2. Extract the patch and text files.&lt;BR /&gt;3. Make a distribution directory such as /var/tmp/patches&lt;BR /&gt;4. swcopy each patch to the distribution directory:&lt;BR /&gt; swcopy -s /fullpathtopatches/PHCO_12345 \* @ /var/tmp/patches&lt;BR /&gt;5. Now the patches are available to the network. Verify that you can see the patches on other systems:&lt;BR /&gt; swlist -l depot @ igniteserver&lt;BR /&gt;6. Now install the patches on each client:&lt;BR /&gt; swinstall -s igniteserver:/var/tmp/patches \*</description>
    <pubDate>Sat, 21 Nov 2009 17:37:35 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2009-11-21T17:37:35Z</dc:date>
    <item>
      <title>IGNITE SERVER TO CLIENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210782#M556500</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have one ignite server and 5 client server, i want to push 5 patch from ignite server to client. please let me know the step by step procedure to push patch from ignite server to client.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Nov 2009 16:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210782#M556500</guid>
      <dc:creator>RajuD</dc:creator>
      <dc:date>2009-11-21T16:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE SERVER TO CLIENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210783#M556501</link>
      <description>#swinstall -s Igniteserver:/depot path&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-6573/5992-6573.pdf" target="_blank"&gt;http://docs.hp.com/en/5992-6573/5992-6573.pdf&lt;/A&gt;</description>
      <pubDate>Sat, 21 Nov 2009 17:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210783#M556501</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-21T17:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE SERVER TO CLIENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210784#M556502</link>
      <description>Actually, there are a few more steps.&lt;BR /&gt; &lt;BR /&gt;1. Download the patches to the Ignite server.&lt;BR /&gt;2. Extract the patch and text files.&lt;BR /&gt;3. Make a distribution directory such as /var/tmp/patches&lt;BR /&gt;4. swcopy each patch to the distribution directory:&lt;BR /&gt; swcopy -s /fullpathtopatches/PHCO_12345 \* @ /var/tmp/patches&lt;BR /&gt;5. Now the patches are available to the network. Verify that you can see the patches on other systems:&lt;BR /&gt; swlist -l depot @ igniteserver&lt;BR /&gt;6. Now install the patches on each client:&lt;BR /&gt; swinstall -s igniteserver:/var/tmp/patches \*</description>
      <pubDate>Sat, 21 Nov 2009 17:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210784#M556502</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-11-21T17:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE SERVER TO CLIENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210785#M556503</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;The patches are in the form of a depot as downloaded in a gzip format from the ITRC.&lt;BR /&gt;&lt;BR /&gt;FTP this to the Ignite server.&lt;BR /&gt;&lt;BR /&gt;1) there gunzip this Patch Bundle.&lt;BR /&gt;2) run the create_depot_xxxx script.&lt;BR /&gt;3) this shall create a "depot" folder in the present directory.&lt;BR /&gt;4) swreg -l depot $PWD/depot&lt;BR /&gt;5) network install from the other servers.&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Sat, 21 Nov 2009 18:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210785#M556503</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-11-21T18:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE SERVER TO CLIENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210786#M556504</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for all i have followed the below procedure.&lt;BR /&gt;&lt;BR /&gt;On the Server&lt;BR /&gt;1. Copy the patch files to /var/tmp:&lt;BR /&gt;# cp &lt;SOURCE_DIRECTORY&gt;/PH* /var/tmp&lt;BR /&gt;2. Unshar the patch files:&lt;BR /&gt;# cd /var/tmp&lt;BR /&gt;# for i in PH*&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; sh $i&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;You should now have a depot and a text file for each patch.&lt;BR /&gt;3. Copy all the patches into one common depot called /var/spool/sw/patches:&lt;BR /&gt;# for i in PH*.depot&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; swcopy -s /var/tmp/${i} \* @ /var/spool/sw/patches&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;4. Verify the contents of the patch depot:&lt;BR /&gt;# swlist -d @ /var/spool/sw/patches&lt;BR /&gt;5. Create a config file for loading the patches called&lt;BR /&gt;/var/opt/ignite/data/Rel_B.11.23/patch_cfg:&lt;BR /&gt;# vi /var/opt/ignite/data/Rel_B.11.23/patch_cfg&lt;BR /&gt;Add the following lines:&lt;BR /&gt;sw_source "patch" {&lt;BR /&gt;source_format = SD&lt;BR /&gt;load_order = 9&lt;BR /&gt;sd_command_line = " -x patch_match_target=true -x autoreboot=true"&lt;BR /&gt;sd_server = "&lt;SERVER_IP&gt;" &amp;lt;---------- Replace with your server's IP&lt;BR /&gt;sd_depot_dir = "/var/spool/sw/patches"&lt;BR /&gt;}&lt;BR /&gt;init sw_sel "Patches" {&lt;BR /&gt;description = "Additional Patches"&lt;BR /&gt;sw_source = "patch"&lt;BR /&gt;sw_category = "HPUXAdditions"&lt;BR /&gt;} = TRUE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check your syntax and make any necessary corrections:&lt;BR /&gt;# instl_adm -T -f /var/opt/ignite/data/Rel_B.11.23/patch_cfg&lt;BR /&gt;7. Add the patch_cfg file to all HP-UX Release B.11.23 INDEX clauses:&lt;BR /&gt;# manage_index -a -r B.11.23 \&lt;BR /&gt;â  f /var/opt/ignite/data/Rel_B.11.23/patch_cfg&lt;BR /&gt;8. Check your syntax and correct any errors if necessary:&lt;BR /&gt;# instl_adm â  T&lt;BR /&gt;9. Run the Ignite-UX UI:&lt;BR /&gt;a. Select your client.&lt;BR /&gt;b. Choose Install Client from the Actions menu.&lt;BR /&gt;c. Choose New Install.&lt;BR /&gt;d. Confirm that you wish to install the client. Choose No when asked to retain settings&lt;BR /&gt;from a previous session.&lt;BR /&gt;e. Make the following changes/observations:&lt;BR /&gt;Basic tab:&lt;BR /&gt;Configurations: Choose Golden Image.&lt;BR /&gt;Software tab:&lt;BR /&gt;You should see the software selection Patches. It should be selected.&lt;BR /&gt;If not select it.&lt;BR /&gt;System tab:&lt;BR /&gt;Set the root password.&lt;BR /&gt;Advanced tab:&lt;BR /&gt;Click on the nfsserver script, and then click on Add.&lt;BR /&gt;f. Click on GO! to continue. You will receive a warning that installation will destroy data&lt;BR /&gt;on your disk.&lt;BR /&gt;g. Click on GO! again to begin the target install. Confirm that you wish to run bootsys&lt;BR /&gt;to reboot and install your client.&lt;BR /&gt;&lt;BR /&gt;On the Client&lt;BR /&gt;1. After the install is complete verify that the patches were loaded:&lt;BR /&gt;# swlist | more&lt;BR /&gt;2. Check to see if the number of nfsd's was set to 20:&lt;BR /&gt;# more /etc/rc.config.d/nfsconf&lt;/SERVER_IP&gt;&lt;/SOURCE_DIRECTORY&gt;</description>
      <pubDate>Sun, 22 Nov 2009 12:26:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210786#M556504</guid>
      <dc:creator>RajuD</dc:creator>
      <dc:date>2009-11-22T12:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE SERVER TO CLIENT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210787#M556505</link>
      <description>ok done</description>
      <pubDate>Sun, 22 Nov 2009 12:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-to-client/m-p/5210787#M556505</guid>
      <dc:creator>RajuD</dc:creator>
      <dc:date>2009-11-22T12:28:10Z</dc:date>
    </item>
  </channel>
</rss>

