<?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: Patch Install/ Reboot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965756#M119360</link>
    <description>I just hope that your DBAs didn't have to do a recovery.&lt;BR /&gt;&lt;BR /&gt;Here is my patch cheklist.&lt;BR /&gt;&lt;BR /&gt;1. MAKE AN IGNITE TAPE&lt;BR /&gt;make_recovery -AV&lt;BR /&gt;&lt;BR /&gt;some might prefer make_tape_recovery.&lt;BR /&gt;&lt;BR /&gt;2. check the tape is readable&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rmt/0m of=/dev/null -bs 512 (see if tape is intact.)&lt;BR /&gt;&lt;BR /&gt;3. shutdown Oracle database&lt;BR /&gt;&lt;BR /&gt;4. swreg -l depot .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5. swinstall -f &lt;BR /&gt;/mountPoint/depotname&lt;BR /&gt;&lt;BR /&gt;(This step may require a reboot).&lt;BR /&gt;&lt;BR /&gt;6. swreg -l depot -u&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;7. rm /mountPoint/depotname&lt;BR /&gt;&lt;BR /&gt;8. restart Oracle database. &lt;BR /&gt;&lt;BR /&gt;Sometimes a procedure followed like a habit is a very good thing...&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;</description>
    <pubDate>Mon, 05 May 2003 13:51:05 GMT</pubDate>
    <dc:creator>Tim Sanko</dc:creator>
    <dc:date>2003-05-05T13:51:05Z</dc:date>
    <item>
      <title>Patch Install/ Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965751#M119355</link>
      <description>I installed a patch depot of 100 patches this weekend. An autoreboot=true was used, however I didn't shutdown my Oracle databases prior to installing the patch. I just assumed that everything would shutdown OK. DBA's claim that it didn't go down clean. I know I should have dropped the init level prior to installing the patches. Is there anywhere I can look to see how everything shutdown after the patch finished loading?</description>
      <pubDate>Mon, 05 May 2003 13:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965751#M119355</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-05-05T13:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Install/ Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965752#M119356</link>
      <description>Patch reboots are of the quick and dirty variety.  They do not do a normal shutdown but a "reboot -rq".  Installation directions tell you that your system should be in a quiesced state, i.e. no databases, no users.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 05 May 2003 13:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965752#M119356</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-05-05T13:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Install/ Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965753#M119357</link>
      <description>swinstall is known to run reboot instead of shutdown which would have used the kill scripts.&lt;BR /&gt;&lt;BR /&gt;If you examine /etc/rc.log.old you should not see entries for the shutdown process.  During a "normal" shutdown this is the log file that would be updated as each kill script completes.</description>
      <pubDate>Mon, 05 May 2003 13:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965753#M119357</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2003-05-05T13:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Install/ Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965754#M119358</link>
      <description>There is an SR for this&lt;BR /&gt;8606223534 "Request for SD-UX to allow customized messaging to users" which says:&lt;BR /&gt;"The default messages indicate that the system is about to be rebooted when kernel related filesets are installed or removed, but these messages do not indicate that the system will not be performing a shutdown(1M), but rather a reboot(1M), which does not execute the standard /sbin/init.d scripts to gracefully shutdown applications."&lt;BR /&gt;&lt;BR /&gt;Some users have changed /var/adm/sw/defaults to reference shutdown vs. reboot but this is not recommended as it can cause other problems.&lt;BR /&gt;&lt;BR /&gt;It's simply best to remember to shutdown databases prior to installing patches, when the patches cause a reboot.</description>
      <pubDate>Mon, 05 May 2003 13:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965754#M119358</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2003-05-05T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Install/ Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965755#M119359</link>
      <description>What you should have done is either make sure the oracle shutdown script gets run (manually) before you install these patches, or disable the oracle startup and shutdown -r the system and install these patches afterwards. When the system comes up eventually, you can always start up oracle later. The /etc/rc.log file (or any other older file) may give you the indication if the script was ever run.</description>
      <pubDate>Mon, 05 May 2003 13:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965755#M119359</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-05-05T13:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Install/ Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965756#M119360</link>
      <description>I just hope that your DBAs didn't have to do a recovery.&lt;BR /&gt;&lt;BR /&gt;Here is my patch cheklist.&lt;BR /&gt;&lt;BR /&gt;1. MAKE AN IGNITE TAPE&lt;BR /&gt;make_recovery -AV&lt;BR /&gt;&lt;BR /&gt;some might prefer make_tape_recovery.&lt;BR /&gt;&lt;BR /&gt;2. check the tape is readable&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rmt/0m of=/dev/null -bs 512 (see if tape is intact.)&lt;BR /&gt;&lt;BR /&gt;3. shutdown Oracle database&lt;BR /&gt;&lt;BR /&gt;4. swreg -l depot .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5. swinstall -f &lt;BR /&gt;/mountPoint/depotname&lt;BR /&gt;&lt;BR /&gt;(This step may require a reboot).&lt;BR /&gt;&lt;BR /&gt;6. swreg -l depot -u&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;7. rm /mountPoint/depotname&lt;BR /&gt;&lt;BR /&gt;8. restart Oracle database. &lt;BR /&gt;&lt;BR /&gt;Sometimes a procedure followed like a habit is a very good thing...&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;</description>
      <pubDate>Mon, 05 May 2003 13:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965756#M119360</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2003-05-05T13:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Install/ Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965757#M119361</link>
      <description>make_tape_recovery&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That will do the boot disk.&lt;BR /&gt;&lt;BR /&gt;Ignite isn't really good at doing open databases anyway.  If you want to backup oracle and what not, chagne it to add a -x inc_entire=vg01  Make sure the database is down when you do that.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 05 May 2003 18:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install-reboot/m-p/2965757#M119361</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-05T18:09:56Z</dc:date>
    </item>
  </channel>
</rss>

