<?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: Automatic swinstall in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236464#M329377</link>
    <description>Hi Craig:&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /patches/swdepot -x autoreboot=true -x patch_match_target=true&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /tmp/depot \*&lt;BR /&gt;  &lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 18 Jul 2008 14:24:06 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-07-18T14:24:06Z</dc:date>
    <item>
      <title>Automatic swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236462#M329375</link>
      <description>How can I get swinstall to run in an automatic mode?  I have a depot with only two things in it and both need to be installed.  Is there a way that I can do this for my Jr. SA's?  I dont want them to have interaction with swinstall.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Craig</description>
      <pubDate>Fri, 18 Jul 2008 14:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236462#M329375</guid>
      <dc:creator>Craig A. Sharp</dc:creator>
      <dc:date>2008-07-18T14:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236463#M329376</link>
      <description>swinstall -s &lt;FULL_LOCATION_DEPOT&gt; \* &lt;BR /&gt;You may use various options of -x like mount_all_filesystems, auto_reboot&lt;BR /&gt;&lt;BR /&gt;Man swinstall&lt;/FULL_LOCATION_DEPOT&gt;</description>
      <pubDate>Fri, 18 Jul 2008 14:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236463#M329376</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2008-07-18T14:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236464#M329377</link>
      <description>Hi Craig:&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /patches/swdepot -x autoreboot=true -x patch_match_target=true&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /tmp/depot \*&lt;BR /&gt;  &lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 18 Jul 2008 14:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236464#M329377</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-07-18T14:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236465#M329378</link>
      <description>I have tried the swinstall -s from the command line and it still brings up the interface.  Is there something that I need to change to get swinstall to run unattended?</description>
      <pubDate>Fri, 18 Jul 2008 14:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236465#M329378</guid>
      <dc:creator>Craig A. Sharp</dc:creator>
      <dc:date>2008-07-18T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236466#M329379</link>
      <description>you need to give the name of package also to start in non-interactive mode.&lt;BR /&gt;&lt;BR /&gt;Say your software location is /tmp/depots&lt;BR /&gt;and there is a package called bash in it.&lt;BR /&gt;&lt;BR /&gt;swinstall -s /tmp/depots bash&lt;BR /&gt;&lt;BR /&gt;if you want to install everything use:&lt;BR /&gt;&lt;BR /&gt;swinstall -s /tmp/depot \*</description>
      <pubDate>Fri, 18 Jul 2008 15:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236466#M329379</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-07-18T15:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236467#M329380</link>
      <description>The interface will always start if there are any unanswered questions.  So:&lt;BR /&gt;&lt;BR /&gt;1. When you build your depot make sure that all dependencies are included&lt;BR /&gt;&lt;BR /&gt;2. If a reboot *might* be required add "-x autoreboot=true"&lt;BR /&gt;&lt;BR /&gt;3.  You must specify what is to be installed. "\*" says everything in depot, you can also use a number of other methods to identify bundles or collections.&lt;BR /&gt;&lt;BR /&gt;4.  Any other option that you might think is needed (including write_remote_files) starts to get into the big hammer world and should be thought through.</description>
      <pubDate>Fri, 18 Jul 2008 15:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-swinstall/m-p/4236467#M329380</guid>
      <dc:creator>Bob E Campbell</dc:creator>
      <dc:date>2008-07-18T15:27:35Z</dc:date>
    </item>
  </channel>
</rss>

