<?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: single interrupt for upgrades. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604343#M376151</link>
    <description>&amp;gt;Dennis: That's correct. But an interactive swinstall will wait until you reply. But you can't use another swinstall nor abort it (it will reboot).&lt;BR /&gt;&lt;BR /&gt;I also need to extend npty kernel parameter, you know it required reboot also. I tried deferred kernel update method to postpone reboot, I mean after patches installed, when I check the parameter npty I saw it did not change. But I tried it in my lab with the same HP-UX OS 11i v1 and worked. is there any way to do it ?</description>
    <pubDate>Mon, 22 Mar 2010 12:20:58 GMT</pubDate>
    <dc:creator>Hakki Aydin Ucar</dc:creator>
    <dc:date>2010-03-22T12:20:58Z</dc:date>
    <item>
      <title>single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604332#M376140</link>
      <description>I need to upgrade JRE, so need apply patches need reboot after applied. And at the same time, I need to extent /opt file system due to new software to be applied is bigger. So I have to interrupt system applications two times due to disk extension needs work in single-mode. I am looking for a solution in single interrupt the server (because there are 8 servers to be upgraded); a solution like this , after applied patches go into single user-mode OR run level 1 (it is enogh for me to extendfs ) instead of reboot ?? Any advise ?</description>
      <pubDate>Sun, 21 Mar 2010 11:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604332#M376140</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-03-21T11:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604333#M376141</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You apparently don't have OnlineJFS.  That's a real deficiency in my opinion.&lt;BR /&gt;&lt;BR /&gt;That said, yes, you need to unmount '/opt' to extend it.  The easiest way to achieve this is to *boot into* single user mode; extend the filesystem and then bring the system to run-level-3.&lt;BR /&gt;&lt;BR /&gt;The SD tools ('swinstall', etc.) are dependent upon networking which you don't have in single user mode.&lt;BR /&gt;&lt;BR /&gt;However, you could declare a downtime of appropriate length; boot into single-user mode; extend your filesystem; use 'init' to move to run-level-3; perform your 'swinstall' and then after its required reboot, resume normal operations.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 21 Mar 2010 12:13:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604333#M376141</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-03-21T12:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604334#M376142</link>
      <description>which HPUX version, /opt can be increase online if you have OJFS it can be done without reboot.&lt;BR /&gt;&lt;BR /&gt;Else you have to have 2 reboots, the time saving idea by JRF is pretty cool, instead of reboots just switch the run level which is much faster:)&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Mon, 22 Mar 2010 01:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604334#M376142</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-03-22T01:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604335#M376143</link>
      <description>Dear Aydin,&lt;BR /&gt;&lt;BR /&gt;You may try the following.&lt;BR /&gt;&lt;BR /&gt;You might be running your system on runlevel 3 or more.&lt;BR /&gt;&lt;BR /&gt;Bring the system into single user mode&lt;BR /&gt;# init s or S&lt;BR /&gt;activate vg00 if not activated by &lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;Extend /opt&lt;BR /&gt;# lvextend ....&lt;BR /&gt;# extendfs ....&lt;BR /&gt;then bring your system into runlevel 2&lt;BR /&gt;# init 2&lt;BR /&gt;preview your patches&lt;BR /&gt;# swinstall -p -x (if you want to use some options) -s (source of the patches) and patch selection&lt;BR /&gt;Install the patches&lt;BR /&gt;# swinstall ....&lt;BR /&gt;if you want to reboot after patching you can use -x autoreboot=true option.&lt;BR /&gt;&lt;BR /&gt;By this way you only need to interrupt your system only once.&lt;BR /&gt;&lt;BR /&gt;Hope it helps, and if so, please rate the solution.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Prabhat</description>
      <pubDate>Mon, 22 Mar 2010 02:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604335#M376143</guid>
      <dc:creator>Prabhat_1</dc:creator>
      <dc:date>2010-03-22T02:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604336#M376144</link>
      <description>&amp;gt;So I have to interrupt system applications two times due to disk extension needs work in single-mode.&lt;BR /&gt;&lt;BR /&gt;You simply don't start your applications until you are done with all of your changes.&lt;BR /&gt;You don't mention what HP-UX version and whether you can use DRD.</description>
      <pubDate>Mon, 22 Mar 2010 05:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604336#M376144</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-03-22T05:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604337#M376145</link>
      <description>&amp;gt;Dennis:You don't mention what HP-UX version and whether you can use DRD.&lt;BR /&gt;&lt;BR /&gt;HP-UX 11i v1 and we do not have DRD, we do not have Online JFS.</description>
      <pubDate>Mon, 22 Mar 2010 05:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604337#M376145</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-03-22T05:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604338#M376146</link>
      <description>&amp;gt;Prabhat: # swinstall -p -x (if you want to use some options) -s (source of the patches) and patch selection&lt;BR /&gt;&lt;BR /&gt;is it possible postpone reboot system if a patch needed reboot after installation ?&lt;BR /&gt;&lt;BR /&gt;like this:&lt;BR /&gt;&lt;BR /&gt;swinstall -p -x auto_reboot=false ???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Mar 2010 07:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604338#M376146</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-03-22T07:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604339#M376147</link>
      <description>&amp;gt;&amp;gt;&amp;gt;is it possible postpone reboot system if a patch needed reboot after installation ?&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Yes, &lt;BR /&gt;&lt;BR /&gt;Example :- &lt;BR /&gt;&lt;BR /&gt;swinstall -x autoreboot=false -x patch_match_target=true \ -s /tmp/PHSS_39876.depot</description>
      <pubDate>Mon, 22 Mar 2010 07:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604339#M376147</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-22T07:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604340#M376148</link>
      <description>&amp;gt;Johnson: swinstall -x autoreboot=false&lt;BR /&gt;&lt;BR /&gt;That's not what the documentation says.  It says it will not install if it needs to reboot:&lt;BR /&gt;Prevents the installation of software requiring a reboot</description>
      <pubDate>Mon, 22 Mar 2010 10:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604340#M376148</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-03-22T10:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604341#M376149</link>
      <description>&amp;gt;Dennis:Prevents the installation of software requiring a reboot&lt;BR /&gt;&lt;BR /&gt;So , there is no way to install patch and deferred reboot ? once patch that required reboot is installed server must be rebooted , OK ?</description>
      <pubDate>Mon, 22 Mar 2010 11:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604341#M376149</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-03-22T11:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604342#M376150</link>
      <description>&amp;gt;there is no way to install patch and deferred reboot? once patch that required reboot is installed server must be rebooted, OK?&lt;BR /&gt;&lt;BR /&gt;That's correct.  But an interactive swinstall will wait until you reply.  But you can't use another swinstall nor abort it (it will reboot).</description>
      <pubDate>Mon, 22 Mar 2010 11:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604342#M376150</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-03-22T11:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604343#M376151</link>
      <description>&amp;gt;Dennis: That's correct. But an interactive swinstall will wait until you reply. But you can't use another swinstall nor abort it (it will reboot).&lt;BR /&gt;&lt;BR /&gt;I also need to extend npty kernel parameter, you know it required reboot also. I tried deferred kernel update method to postpone reboot, I mean after patches installed, when I check the parameter npty I saw it did not change. But I tried it in my lab with the same HP-UX OS 11i v1 and worked. is there any way to do it ?</description>
      <pubDate>Mon, 22 Mar 2010 12:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604343#M376151</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-03-22T12:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: single interrupt for upgrades.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604344#M376152</link>
      <description>&amp;gt;I also need to extend npty kernel parameter, you know it required reboot also.&lt;BR /&gt;&lt;BR /&gt;You should be able to do both at once.  You would have to do your kernel parm changes first.</description>
      <pubDate>Tue, 23 Mar 2010 09:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-interrupt-for-upgrades/m-p/4604344#M376152</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-03-23T09:36:14Z</dc:date>
    </item>
  </channel>
</rss>

