<?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: Adding disk in SG Cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446796#M716488</link>
    <description>I agree with Anthony. &lt;BR /&gt;&lt;BR /&gt;vgchange -c n vg??&lt;BR /&gt;vgexport vg??&lt;BR /&gt;vgimport &lt;BR /&gt;vgchange -c y vg??&lt;BR /&gt;&lt;BR /&gt;should be possible with the cluster running and the VG in use on another node.</description>
    <pubDate>Wed, 20 Sep 2000 18:30:05 GMT</pubDate>
    <dc:creator>John Palmer</dc:creator>
    <dc:date>2000-09-20T18:30:05Z</dc:date>
    <item>
      <title>Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446790#M716482</link>
      <description>I have a 3 way cluster.  I know how to add disk and so forth...but generally I take the packages down, make my changes, do the vgexport and vgimport for everything and bring my packages up. I like to be on the safe side.&lt;BR /&gt;Today, I need to add disk to 1 node.  So I can take down 2 of the nodes in the cluster with no problems. But one of the other nodes I can't take down; production running till midnight.&lt;BR /&gt;So my question is....&lt;BR /&gt;Since on this other node I only need to do the vgimport to keep it consistent with everything else...can I do the vgimport while it's up and running...safely.&lt;BR /&gt;Thanks,</description>
      <pubDate>Wed, 20 Sep 2000 17:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446790#M716482</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-09-20T17:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446791#M716483</link>
      <description>Yes I am pretty sure that you can do a vgimport as long as the volume group is not mounted on that node safley.  Although if its a production machine you might want to ring HP support to make 101% sure.</description>
      <pubDate>Wed, 20 Sep 2000 17:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446791#M716483</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-09-20T17:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446792#M716484</link>
      <description>&lt;BR /&gt;To do the vgimport each node in the cluster needs to see and own the disks, so you cant do it on the non-active nodes because the disks are in use on the active node. You will need the package down so you can do the vgimport on each node in turn im afraid.</description>
      <pubDate>Wed, 20 Sep 2000 17:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446792#M716484</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-09-20T17:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446793#M716485</link>
      <description>I thought she said all three nodes were in the cluster already (which would mean a vgimport wouldnt be a problem as long as the machine has access to the disks).... hmm maybe I misread it.</description>
      <pubDate>Wed, 20 Sep 2000 18:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446793#M716485</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-09-20T18:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446794#M716486</link>
      <description>She did say the disks are all in the cluster, which means that all systems have the ability to import/activate the VG.  However, if the package running on those didks is active, then the VG will be activated in exclusive mode on whichever server runs that packege.  This means the VG cannot be imported to the other servers.&lt;BR /&gt;&lt;BR /&gt;You do not have ot shut down everything on the "production" server, but you do need to halt the package in question.</description>
      <pubDate>Wed, 20 Sep 2000 18:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446794#M716486</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-20T18:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446795#M716487</link>
      <description>OK..the VG I am adding disk to on the 3rd node, is not actively mounted on the other node.  &lt;BR /&gt;So if I'm understanding....I could do the vgimport on the other node, while it is up and running, because the affected VG is not mounted on this other node at this time.&lt;BR /&gt;&lt;BR /&gt;Right?</description>
      <pubDate>Wed, 20 Sep 2000 18:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446795#M716487</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-09-20T18:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446796#M716488</link>
      <description>I agree with Anthony. &lt;BR /&gt;&lt;BR /&gt;vgchange -c n vg??&lt;BR /&gt;vgexport vg??&lt;BR /&gt;vgimport &lt;BR /&gt;vgchange -c y vg??&lt;BR /&gt;&lt;BR /&gt;should be possible with the cluster running and the VG in use on another node.</description>
      <pubDate>Wed, 20 Sep 2000 18:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446796#M716488</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-20T18:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446797#M716489</link>
      <description>Gotcha !!&lt;BR /&gt;&lt;BR /&gt;Thank you all !!</description>
      <pubDate>Wed, 20 Sep 2000 18:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446797#M716489</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-09-20T18:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446798#M716490</link>
      <description>If the VG in question is not activated in exclusive mode, then you should be able to import it on the production server without interfering with any other packages.&lt;BR /&gt;&lt;BR /&gt;Note: on teh vgchange -c options, the VG must be deactivated before these markers can be executed. (per man page)</description>
      <pubDate>Wed, 20 Sep 2000 18:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446798#M716490</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-20T18:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446799#M716491</link>
      <description>I don't believe that the VG is actually 'activated' when it is imported - you have to vgchange it subsequently.&lt;BR /&gt;All you are doing is adding the VG to /etc/lvmtab and creating the device files.&lt;BR /&gt;&lt;BR /&gt;If it was then could you not temporarily vgchange -c n to remove exclusivity while you did the import and then put it back?</description>
      <pubDate>Wed, 20 Sep 2000 18:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446799#M716491</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-20T18:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446800#M716492</link>
      <description>That's exactly it....on this other node I really am only updating the /etc/lvmtab.  This VG is not active on this node and neither is the package from the (3rd) node.  So even though the box is up and running - I think I'll be okay doing this.&lt;BR /&gt;&lt;BR /&gt;Like I said...I tend to be 'very safe' - so I never make changes on MC/SG unless I take it all down...it's just this time, I just don't have that option..&lt;BR /&gt;&lt;BR /&gt;Thank you all again for all your wonderful help !  It helped.</description>
      <pubDate>Wed, 20 Sep 2000 18:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446800#M716492</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-09-20T18:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446801#M716493</link>
      <description>John,&lt;BR /&gt;  You are correct that the vgimport does not activate the VG.  However, for the disks to be imported the system must take "ownership" of the disks (in order to write/examine LVM headers).  This is not possible while the disks are activated in exclusive mode by another system within the cluster.  You can use the vgchange -c n command to remove the flag indicating that the VG is part of a clustered environment, but as I noted above this requires the VG to first be deactivated.  (ie -- the package must be down.)&lt;BR /&gt;&lt;BR /&gt;That's just my opinion, though, I could be wrong.</description>
      <pubDate>Wed, 20 Sep 2000 18:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446801#M716493</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-20T18:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446802#M716494</link>
      <description>Alan,&lt;BR /&gt;&lt;BR /&gt;This is theory to me as well! I have a couple of L servers that I'm setting up at the moment. I'll give this a try at the earliest opportunity!&lt;BR /&gt;&lt;BR /&gt;However I thought that the 'exclusive' use of a VG only prevented another node from activating the VG. I don't believe that you can prevent any other node from reading or writing the individual disks.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Wed, 20 Sep 2000 18:50:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446802#M716494</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-20T18:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446803#M716495</link>
      <description>Exclusive mode does not prevent read access.  It does prevent write access from another node.  The vgchange -c n command, though, requires a flag to be set/unset which indicates a write access.  (since the status need be set only on one system in teh cluster, I am assuming this flag is set in the LVM headers *not* maintained in a system table on a specific server.  I would be happy for someone with explicit knowledge of the mechanism to correct my assumption.)&lt;BR /&gt;&lt;BR /&gt;Do test it, though, I don't have a cluster that I can play with at the moment and I am curious.  If you don't feel like posting the results generally, please email me at riggsa@sensormatic.com.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 20 Sep 2000 19:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446803#M716495</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-20T19:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446804#M716496</link>
      <description>OK guys no more replies for the extra 10 points she has been very generous already and I think she got the point :-) {right?}&lt;BR /&gt;&lt;BR /&gt;pack of vultures!! (heheheh just kidding mates! bit of aussie humour! ((thats humour with a u)))</description>
      <pubDate>Wed, 20 Sep 2000 19:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446804#M716496</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-09-20T19:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446805#M716497</link>
      <description>Boy -- let some people host an Olympics and they think they're something special!!&lt;BR /&gt;&lt;BR /&gt;Next thing you know they'll think they have better swimmers than the USA.  87)&lt;BR /&gt;&lt;BR /&gt;Good on ya, mate.  Knock back a VB for me.</description>
      <pubDate>Wed, 20 Sep 2000 19:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446805#M716497</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-20T19:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446806#M716498</link>
      <description>Oh mate I wish I could but I am in the US at the moment.. would you believe it!!&lt;BR /&gt;They sent me away exactly when the olympics started hmmm (not very happy at all!!)</description>
      <pubDate>Wed, 20 Sep 2000 20:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446806#M716498</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-09-20T20:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446807#M716499</link>
      <description>Just for interest sake, the cluster id, written when a vgchange -c y is issued, is stored in the VGDA on EVERY PV in the VG.&lt;BR /&gt;This is why you should do a manual vgcfgbackup once the vg is made cluster aware!&lt;BR /&gt;The idea behind Exclusive mode for MC/SG is to prevent any other node activating the VG in writeable mode, although you are allowed to activate it in read-only mode with vgchange -a r. &lt;BR /&gt;This also allows a vgimport using the map file while the vg is already active on a node.&lt;BR /&gt;&lt;BR /&gt;Hope that clears up a few points</description>
      <pubDate>Wed, 20 Sep 2000 20:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446807#M716499</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2000-09-20T20:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446808#M716500</link>
      <description>Sorry Mate doesnt help with Alans VB question..Can you get VB in the US?</description>
      <pubDate>Wed, 20 Sep 2000 20:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446808#M716500</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-09-20T20:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk in SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446809#M716501</link>
      <description>Thanks Melvin.&lt;BR /&gt;&lt;BR /&gt;Anthony -- I have yet to find one.  Heck, I'd even settle for a Twoey's Dark.</description>
      <pubDate>Wed, 20 Sep 2000 20:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-in-sg-cluster/m-p/2446809#M716501</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-20T20:45:43Z</dc:date>
    </item>
  </channel>
</rss>

