<?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: Apply Bundle patch in HPUX ServiceGuard issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apply-bundle-patch-in-hpux-serviceguard-issues/m-p/3360928#M702371</link>
    <description>whatever you do, issue the cmhaltnode on the node BEFORE installing the patches, as if they require a reboot, it issues a kill -9, and you will see the node TOC rather than reboot.</description>
    <pubDate>Thu, 19 Aug 2004 13:44:12 GMT</pubDate>
    <dc:creator>melvyn burnard</dc:creator>
    <dc:date>2004-08-19T13:44:12Z</dc:date>
    <item>
      <title>Apply Bundle patch in HPUX ServiceGuard issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apply-bundle-patch-in-hpux-serviceguard-issues/m-p/3360926#M702369</link>
      <description>hi, i am applying HPUX Bundle Patches to my 3 HPUX machines, &lt;BR /&gt;&lt;BR /&gt;dev - HP-UX uxipos03 B.11.00 U 9000/800 1503746527 unlimited-user license &lt;BR /&gt;qas - HP-UX uxipos02 B.11.00 U 9000/800 1507746547 unlimited-user license &lt;BR /&gt;prd - HP-UX uxipos01 B.11.00 U 9000/800 1533746527 unlimited-user license   &lt;BR /&gt;&lt;BR /&gt;Below is the steps which i am planning ahead for DEV. &lt;BR /&gt;&lt;BR /&gt;1.        Verify that the bundle has downloaded correctly to your system by using swlist. For example, to verify the GOLDQPK11i bundle, enter: &lt;BR /&gt;swlist -d @ /tmp/GOLDQPK11i_11.11.depot &lt;BR /&gt;&lt;BR /&gt;2.        As root, use swinstall to install the patch bundle and specify the patch_match_target option (for HP-UX 10.20, use match_target): &lt;BR /&gt;swinstall -s /tmp/GOLDQPK11i_11.11.depot \&lt;BR /&gt;-x autoreboot=true -x patch_match_target=true&lt;BR /&gt;&lt;BR /&gt;if the system is able to boot up and i am able to start both of my oracle and SAP, then everything is a success.&lt;BR /&gt;&lt;BR /&gt;Before applying the patches, i will do the below first.&lt;BR /&gt;&lt;BR /&gt;3) Full file backup command&lt;BR /&gt;fbackup -f /dev/rmt/c0t3d0BEST -i / -e /usr/sap/trans &lt;BR /&gt;&lt;BR /&gt;4) To do make recovery tape:&lt;BR /&gt;  # make_tape_recovery -x inc_entire=vg00 -v -a /dev/rmt/0mn &lt;BR /&gt;4.1) is the above make_tape_recovery command good? or should i use "Make_tape_recovery  -I -v -a /dev/rmt/0mn -x inc_entire=vg00"&lt;BR /&gt;4.2) is the choice of device an issue here? 0mn as instructed or should i use the one from my fbackup which is c0t3d0Best? see (6) for my list of devices in /dev/rmt/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5) To do full system backup:&lt;BR /&gt;  # fbackup -vf /dev/rmt/0m -i / &lt;BR /&gt;5.1) i dont think that this will work as the whole backup of the filesystem is going to be greater than the disk space of the tape itself, hence i have to exclude my filesystem as evidenced in (3)&lt;BR /&gt;&lt;BR /&gt;6) list of devices&lt;BR /&gt;# cd /dev/rmt&lt;BR /&gt;# ls&lt;BR /&gt;0m            0mn           c0t3d0BEST    c0t3d0BESTn   c0t3d0DDS     c0t3d0DDSn    stape_config&lt;BR /&gt;0mb           0mnb          c0t3d0BESTb   c0t3d0BESTnb  c0t3d0DDSb    c0t3d0DDSnb&lt;BR /&gt;&lt;BR /&gt;Finally, my QAS and PRD are on a one-package ServiceGuard. Will the above steps for DEV works for them as well?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Aug 2004 04:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apply-bundle-patch-in-hpux-serviceguard-issues/m-p/3360926#M702369</guid>
      <dc:creator>mark yeo</dc:creator>
      <dc:date>2004-08-19T04:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Bundle patch in HPUX ServiceGuard issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apply-bundle-patch-in-hpux-serviceguard-issues/m-p/3360927#M702370</link>
      <description>Hi,&lt;BR /&gt;some little notes:&lt;BR /&gt;&lt;BR /&gt;2. As root, use swinstall to install the patch bundle and specify the patch_match_target option (for HP-UX 10.20, use match_target):&lt;BR /&gt;swinstall -s /tmp/GOLDQPK11i_11.11.depot \&lt;BR /&gt;-x autoreboot=true -x patch_match_target=true "*"&lt;BR /&gt;&lt;BR /&gt;( you forgot to specify the product!)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If the system boots up is a nice thing, but it's not sufficient:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;check that all fileset are configured correctly:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;swlist -l fileset -a state | more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if there is something that is NOT in state "configured", check...&lt;BR /&gt;&lt;BR /&gt;Check also all the functionality, not only the startup: for example, once i had a patch that modified the remsh behavious, leadoing to some sessions remaining appended. Check all the shell script, and wait at least a week before going to production.&lt;BR /&gt;&lt;BR /&gt;you should use sintax like in 4.1 for the make_tape_recovery. Omn or C3.. is exactly the same...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for point 5: I agree, but remember to backup the trans separately.&lt;BR /&gt;&lt;BR /&gt;And finally: my QAS and PRD are on a one-package ServiceGuard. Will the above steps for DEV works for them as well?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;YES: but it' best if you shut down the cluster before applying the patchset, since normally sw issue a reboot, rather than a shutdown -ry. SAP/ORacle do not likes it much ;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo</description>
      <pubDate>Thu, 19 Aug 2004 05:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apply-bundle-patch-in-hpux-serviceguard-issues/m-p/3360927#M702370</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2004-08-19T05:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Bundle patch in HPUX ServiceGuard issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apply-bundle-patch-in-hpux-serviceguard-issues/m-p/3360928#M702371</link>
      <description>whatever you do, issue the cmhaltnode on the node BEFORE installing the patches, as if they require a reboot, it issues a kill -9, and you will see the node TOC rather than reboot.</description>
      <pubDate>Thu, 19 Aug 2004 13:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apply-bundle-patch-in-hpux-serviceguard-issues/m-p/3360928#M702371</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-08-19T13:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Bundle patch in HPUX ServiceGuard issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apply-bundle-patch-in-hpux-serviceguard-issues/m-p/3360929#M702372</link>
      <description>Apart from stopping the node, I would also consider running swinstall in preiview mode before actually installing the patches.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 19 Aug 2004 13:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apply-bundle-patch-in-hpux-serviceguard-issues/m-p/3360929#M702372</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-08-19T13:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Bundle patch in HPUX ServiceGuard issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apply-bundle-patch-in-hpux-serviceguard-issues/m-p/3360930#M702373</link>
      <description>A) Are the below two equivalent?&lt;BR /&gt;A.1) swinstall -s /tmp/GOLDQPK11i_11.11.depot \&lt;BR /&gt;-x autoreboot=true -x patch_match_target=true "*"&lt;BR /&gt;&lt;BR /&gt;A.2) swinstall -s /tmp/GOLDQPK11i_11.11.depot \&lt;BR /&gt;-x autoreboot=true -x patch_match_target=true &lt;BR /&gt;&lt;BR /&gt;A.3) the difference is with the "*" at the last entry.&lt;BR /&gt;&lt;BR /&gt;B) If after the patches, i cant boot up then i had to use the make_tape_recovery as belows&lt;BR /&gt;&lt;BR /&gt;B.1) get into PDC, press ESC, &lt;BR /&gt;B.2) boot hardware path (i can get this from ioscan -fn | grep -i tape"&lt;BR /&gt;B.3) and the system hopefully can be rebooted and is fine thereaftere.&lt;BR /&gt;&lt;BR /&gt;B.4) for make_tape_recovery, which one should we use&lt;BR /&gt;B.4.1) make_tape_recovery -x inc_entire=vg00 -v -a /dev/rmt/0mn &lt;BR /&gt;B.4.2) Make_tape_recovery -I -v -a /dev/rmt/0mn -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;C) When then will we need to do a recover from fbackup?&lt;BR /&gt;&lt;BR /&gt;C.1) Can we use the following frecover command to recover from a fbackup?&lt;BR /&gt;C.1.1)fbackup command is fbackup -f /dev/rmt/c0t3d0BEST -i / -e /usr/sap/trans &lt;BR /&gt;&lt;BR /&gt;C.1.2)frecover command is frecover -f /dev/rmt/0m -rv&lt;BR /&gt;&lt;BR /&gt;Thanks, guys...</description>
      <pubDate>Thu, 19 Aug 2004 20:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apply-bundle-patch-in-hpux-serviceguard-issues/m-p/3360930#M702373</guid>
      <dc:creator>mark yeo</dc:creator>
      <dc:date>2004-08-19T20:57:50Z</dc:date>
    </item>
  </channel>
</rss>

