<?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: Whether Installation of Apche software requires a reboot or not. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426961#M355174</link>
    <description>&amp;gt;use the -v flag from swlist&lt;BR /&gt;&lt;BR /&gt;No need to use -v once you have found the attribute.&lt;BR /&gt;# swlist -l fileset -a is_reboot -s $PWD/ENHAUTO.depot '*' | sort -u</description>
    <pubDate>Tue, 26 May 2009 14:51:23 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-05-26T14:51:23Z</dc:date>
    <item>
      <title>Whether Installation of Apche software requires a reboot or not.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426955#M355168</link>
      <description>How can we find out whether installation of any software requires reboot or not, means where can we lok that info.&lt;BR /&gt;&lt;BR /&gt;Please anybody let me know, i have taken eg for apche software.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Arun K.</description>
      <pubDate>Tue, 26 May 2009 14:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426955#M355168</guid>
      <dc:creator>arun khatwani</dc:creator>
      <dc:date>2009-05-26T14:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Whether Installation of Apche software requires a reboot or not.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426956#M355169</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] any software [...]&lt;BR /&gt;&lt;BR /&gt;This covers a lot of ground.&lt;BR /&gt;&lt;BR /&gt;For Apache, I'd expect not.&lt;BR /&gt;&lt;BR /&gt;In most cases, reading the product's&lt;BR /&gt;installation instructions may be helpful.</description>
      <pubDate>Tue, 26 May 2009 14:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426956#M355169</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-05-26T14:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Whether Installation of Apche software requires a reboot or not.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426957#M355170</link>
      <description>Installing most software does not require a reboot, with the exception of software that would control hardware say for example HBA's.  One such example is PowerPath (EMC product), because it controls failover of your HBA (pvlinks), and as such would require a rebuild of the kernel to implement the software.    &lt;BR /&gt;&lt;BR /&gt;But I do not believe that Apache would require a reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rita</description>
      <pubDate>Tue, 26 May 2009 14:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426957#M355170</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2009-05-26T14:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Whether Installation of Apche software requires a reboot or not.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426958#M355171</link>
      <description>Generally, applications like Apache are not going to require a reboot.  The things that do require reboot affect kernel filesets, require re-building the kernel and, thus, require a reboot.  This is rarely true for applications software.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 26 May 2009 14:19:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426958#M355171</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-05-26T14:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Whether Installation of Apche software requires a reboot or not.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426959#M355172</link>
      <description>&lt;!--!*#--&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;use the -v flag from swlist&lt;BR /&gt;&lt;BR /&gt;a depot bundle for example:&lt;BR /&gt;# swlist -v -l fileset -s $PWD/ENHAUTO.depot '*'  |grep is_reboot |sort -u&lt;BR /&gt;is_reboot              false&lt;BR /&gt;is_reboot              true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this command will ask all included fileset for the arg is_reboot, if you have 'true' somewhere, you need a reboot.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Cedrick Gaillard</description>
      <pubDate>Tue, 26 May 2009 14:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426959#M355172</guid>
      <dc:creator>mobidyc</dc:creator>
      <dc:date>2009-05-26T14:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Whether Installation of Apche software requires a reboot or not.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426960#M355173</link>
      <description>All are right at their points but i dont rely on assumptions is there any way that i can check like patches we have information in ITRC that particular patch requires reboot or not , like that only could we have information for software</description>
      <pubDate>Tue, 26 May 2009 14:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426960#M355173</guid>
      <dc:creator>arun khatwani</dc:creator>
      <dc:date>2009-05-26T14:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Whether Installation of Apche software requires a reboot or not.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426961#M355174</link>
      <description>&amp;gt;use the -v flag from swlist&lt;BR /&gt;&lt;BR /&gt;No need to use -v once you have found the attribute.&lt;BR /&gt;# swlist -l fileset -a is_reboot -s $PWD/ENHAUTO.depot '*' | sort -u</description>
      <pubDate>Tue, 26 May 2009 14:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426961#M355174</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-26T14:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Whether Installation of Apche software requires a reboot or not.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426962#M355175</link>
      <description>Your right Dennis.&lt;BR /&gt;I had not thought to this ;-)&lt;BR /&gt;&lt;BR /&gt;PS: no point for this message.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 26 May 2009 14:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426962#M355175</guid>
      <dc:creator>mobidyc</dc:creator>
      <dc:date>2009-05-26T14:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Whether Installation of Apche software requires a reboot or not.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426963#M355176</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No.&lt;BR /&gt;&lt;BR /&gt;you can update the service, restart it without bouncing the server.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 26 May 2009 15:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/whether-installation-of-apche-software-requires-a-reboot-or-not/m-p/4426963#M355176</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-26T15:22:09Z</dc:date>
    </item>
  </channel>
</rss>

