<?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: Need a refresher in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686589#M712722</link>
    <description>Hello Tania-&lt;BR /&gt;&lt;BR /&gt;We wound up not having to mount any of the filesystems that were activated in the packages, since the only fs's being mounted were the actual database files and not the files in ORAHOME (which I found out was in vg00)..  Only had to nfs mount some filesystems from remote box that contained the files that the dba required..  So actually, just halting and restarting the packages was all I needed to do..&lt;BR /&gt;&lt;BR /&gt;Thanx for your input..&lt;BR /&gt;&lt;BR /&gt;Mike-</description>
    <pubDate>Mon, 25 Mar 2002 20:26:21 GMT</pubDate>
    <dc:creator>Michael Elleby III_1</dc:creator>
    <dc:date>2002-03-25T20:26:21Z</dc:date>
    <item>
      <title>Need a refresher</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686584#M712717</link>
      <description>I have a node in an SG cluster that will need to be brought down for an Oracle upgrade.  However, the package that it runs may need to have certain volume groups remounted for use.  Here are the steps I'm considering&lt;BR /&gt;&lt;BR /&gt;Halt the package.&lt;BR /&gt;Halt the node.&lt;BR /&gt;Perform a vgchange -c n vgname&lt;BR /&gt;Perform a vgchange -a y vgname&lt;BR /&gt;remount file sys on logical vol&lt;BR /&gt;&lt;BR /&gt;After the work is done:&lt;BR /&gt;&lt;BR /&gt;umount filesys&lt;BR /&gt;vgchange -a n vgname&lt;BR /&gt;vgchange -c y vgname (since the cluster will still be running)&lt;BR /&gt;restart the node&lt;BR /&gt;&lt;BR /&gt;Any tips or things I might have missed?</description>
      <pubDate>Tue, 19 Mar 2002 23:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686584#M712717</guid>
      <dc:creator>Michael Elleby III_1</dc:creator>
      <dc:date>2002-03-19T23:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need a refresher</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686585#M712718</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I would simply halt the package then do a vgchange -a e. The vgchange -c n is not needed&lt;BR /&gt;as long as you have not halted the node.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Mar 2002 23:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686585#M712718</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-03-19T23:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need a refresher</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686586#M712719</link>
      <description>So, you're saying that I don't have to remove the 'cluster mark' on the vg????  I thought you had to before you could reactivate the vg in order to access it outside of the running cluster.&lt;BR /&gt;&lt;BR /&gt;I do understand when I halt the package, it would deactivate the vg, I just wanted to be sure...&lt;BR /&gt;&lt;BR /&gt;Mike-</description>
      <pubDate>Tue, 19 Mar 2002 23:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686586#M712719</guid>
      <dc:creator>Michael Elleby III_1</dc:creator>
      <dc:date>2002-03-19T23:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need a refresher</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686587#M712720</link>
      <description>Hi again:&lt;BR /&gt;&lt;BR /&gt;I am saying, leave the node as part of a running cluster. Don't do the cmhaltnode. Your box can then act as an adoptive node for other failed packages. If for some reason, you actually need to shutdown that node then your first method is correct but if all you are going to do is upgrade Oracle then then is no need to halt the node but simply halt the package. By the way, don't forget to re-enable package switching when you are finished.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Mar 2002 23:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686587#M712720</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-03-19T23:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need a refresher</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686588#M712721</link>
      <description>Dear Michel,&lt;BR /&gt;&lt;BR /&gt;I used the same way that you describe, but we wrote 2 scripts to help us to mount and umount the filesystem. First you need to halt you package:&lt;BR /&gt;&lt;BR /&gt;- cmhaltpkg  &lt;PKG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;- to mount your filesystems you can use the script below:&lt;BR /&gt;&lt;BR /&gt;vgchange -c n /dev/&lt;VG_NAME&gt;&lt;BR /&gt;vgchange -a y /dev/&lt;VG_NAME&gt;&lt;BR /&gt;# Check the filesystem that you will mount&lt;BR /&gt;fsck -F vxfs /dev/&lt;VG_NAME&gt;/rlvol1&lt;BR /&gt;# Mount the filesystem&lt;BR /&gt;mount /dev/&lt;VG_NAME&gt;/lvol1 /home&lt;BR /&gt;# Configure Cluster's IP Address if you need&lt;BR /&gt;ifconfig lan0:1 151.87.20.10 up&lt;BR /&gt;&lt;BR /&gt;- To umount your filesystems that you mount with the script below:&lt;BR /&gt;&lt;BR /&gt;# Unconfigure Cluster's IP Address that you &lt;BR /&gt;# configured before&lt;BR /&gt;ifconfig lan0:1 151.87.20.10 down&lt;BR /&gt;# Umount the Filesystem&lt;BR /&gt;umount /home&lt;BR /&gt;# Activate Cluster in VG&lt;BR /&gt;vgchange -a n /dev/&lt;VG_NAME&gt;&lt;BR /&gt;vgchange -c y /dev/&lt;VG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;- Start the package:&lt;BR /&gt;  cmrunpkg  &lt;PKG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;In the case above, I consider that MC Service Guard daemons are running.&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt; &lt;BR /&gt;T??nia&lt;BR /&gt;&lt;/PKG_NAME&gt;&lt;/VG_NAME&gt;&lt;/VG_NAME&gt;&lt;/VG_NAME&gt;&lt;/VG_NAME&gt;&lt;/VG_NAME&gt;&lt;/VG_NAME&gt;&lt;/PKG_NAME&gt;</description>
      <pubDate>Mon, 25 Mar 2002 18:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686588#M712721</guid>
      <dc:creator>Tania Ap. Serpa Martins</dc:creator>
      <dc:date>2002-03-25T18:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need a refresher</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686589#M712722</link>
      <description>Hello Tania-&lt;BR /&gt;&lt;BR /&gt;We wound up not having to mount any of the filesystems that were activated in the packages, since the only fs's being mounted were the actual database files and not the files in ORAHOME (which I found out was in vg00)..  Only had to nfs mount some filesystems from remote box that contained the files that the dba required..  So actually, just halting and restarting the packages was all I needed to do..&lt;BR /&gt;&lt;BR /&gt;Thanx for your input..&lt;BR /&gt;&lt;BR /&gt;Mike-</description>
      <pubDate>Mon, 25 Mar 2002 20:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-a-refresher/m-p/2686589#M712722</guid>
      <dc:creator>Michael Elleby III_1</dc:creator>
      <dc:date>2002-03-25T20:26:21Z</dc:date>
    </item>
  </channel>
</rss>

