<?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: Serviceguard in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/serviceguard/m-p/4634725#M56701</link>
    <description>Note: njia's instructions are for HP-UX, not for Linux. Since this is the Linux section, I assume you're asking about Serviceguard for Linux.&lt;BR /&gt;&lt;BR /&gt;Here you can find all the documentation for Linux Serviceguard:&lt;BR /&gt;&lt;A href="http://www.hp.com/go/linux-serviceguard-docs" target="_blank"&gt;http://www.hp.com/go/linux-serviceguard-docs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The document you want is "Managing Serviceguard for Linux". Here is a direct link to the latest version:&lt;BR /&gt;&lt;A href="http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02048872/c02048872.pdf" target="_blank"&gt;http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02048872/c02048872.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Choose a version of the document that matches your version of Serviceguard.&lt;BR /&gt;&lt;BR /&gt;Within that document, you'll find detailed instructions on configuring Linux LVM volume groups for Serviceguard use.&lt;BR /&gt;&lt;BR /&gt;If you need instructions for the basic use of LVM, perhaps you should read the LVM documentation of your distribution first.&lt;BR /&gt;For example, here's the LVM Administrator's Guide for RedHat Enterprise Linux (written for RHEL 5, mostly applicable to any Linux systems with a 2.6.* series kernel):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Logical_Volume_Manager_Administration/index.html" target="_blank"&gt;https://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Logical_Volume_Manager_Administration/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Tue, 25 May 2010 20:43:35 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-05-25T20:43:35Z</dc:date>
    <item>
      <title>Serviceguard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard/m-p/4634722#M56698</link>
      <description>have 2 nodes with serviceguard running. wants to create a LVM such and make it accessible to the nodes using serviceguard. Size of LVM to be created is 1.2TB. what should i do to achieve this?</description>
      <pubDate>Mon, 17 May 2010 15:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard/m-p/4634722#M56698</guid>
      <dc:creator>Patrick B Boafo</dc:creator>
      <dc:date>2010-05-17T15:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Serviceguard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard/m-p/4634723#M56699</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;it is similar to any other LV creation. Get similar amount of shared storage, create new VG with higher PE size, include VG and LV in the package control file, export map file to secondary node, recompile cluster.</description>
      <pubDate>Tue, 18 May 2010 00:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard/m-p/4634723#M56699</guid>
      <dc:creator>Benoy Daniel</dc:creator>
      <dc:date>2010-05-18T00:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Serviceguard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard/m-p/4634724#M56700</link>
      <description>Hi Patrick&lt;BR /&gt;&lt;BR /&gt;First, the disk device file needs to be identical on both servers.&lt;BR /&gt;&lt;BR /&gt;so if /dev/dsk/c1t1d0 is the disk you want to share between the servers it needs to be /dev/dsk/c1t1d0 on all the servers.&lt;BR /&gt;&lt;BR /&gt;Once that is done, here is how I do it&lt;BR /&gt;&lt;BR /&gt;create vg on primary node&lt;BR /&gt;# pvcreate /dev/rdsk/c1t1d0&lt;BR /&gt;# mkdir /dev/vgwhatever&lt;BR /&gt;# mknod /dev/vgwhatever/group c 64 0x0?0000 ( you need to decide what number to use, it needs to be same on primary and standby node too)&lt;BR /&gt;# vgcreate /dev/vgwhatever /dev/dsk/c1t1d0&lt;BR /&gt;&lt;BR /&gt;then create LV, file system &lt;BR /&gt;&lt;BR /&gt;# vgexport -p -v -s -m /tmp/vgwhatever.map /dev/vgwhatever&lt;BR /&gt;&lt;BR /&gt;copy that vgwhatever.map to standby node and issue the following command (on standby node)&lt;BR /&gt;# mkdir /dev/vgwhatever&lt;BR /&gt;# mknod /dev/vgwhatever/group c 64 0x0?0000 ( ? is the same number you used on primary node)&lt;BR /&gt;# vgimport -v -s -m /tmp/vgwhatever.map /dev/vgwhatever&lt;BR /&gt;&lt;BR /&gt;then do strings /etc/lvmtab on both node to verify that vgwhatever is configured the same.&lt;BR /&gt;&lt;BR /&gt;if so, you can continue with your cluster configuration</description>
      <pubDate>Tue, 18 May 2010 01:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard/m-p/4634724#M56700</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2010-05-18T01:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Serviceguard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard/m-p/4634725#M56701</link>
      <description>Note: njia's instructions are for HP-UX, not for Linux. Since this is the Linux section, I assume you're asking about Serviceguard for Linux.&lt;BR /&gt;&lt;BR /&gt;Here you can find all the documentation for Linux Serviceguard:&lt;BR /&gt;&lt;A href="http://www.hp.com/go/linux-serviceguard-docs" target="_blank"&gt;http://www.hp.com/go/linux-serviceguard-docs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The document you want is "Managing Serviceguard for Linux". Here is a direct link to the latest version:&lt;BR /&gt;&lt;A href="http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02048872/c02048872.pdf" target="_blank"&gt;http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02048872/c02048872.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Choose a version of the document that matches your version of Serviceguard.&lt;BR /&gt;&lt;BR /&gt;Within that document, you'll find detailed instructions on configuring Linux LVM volume groups for Serviceguard use.&lt;BR /&gt;&lt;BR /&gt;If you need instructions for the basic use of LVM, perhaps you should read the LVM documentation of your distribution first.&lt;BR /&gt;For example, here's the LVM Administrator's Guide for RedHat Enterprise Linux (written for RHEL 5, mostly applicable to any Linux systems with a 2.6.* series kernel):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Logical_Volume_Manager_Administration/index.html" target="_blank"&gt;https://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Logical_Volume_Manager_Administration/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 25 May 2010 20:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard/m-p/4634725#M56701</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-05-25T20:43:35Z</dc:date>
    </item>
  </channel>
</rss>

