<?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: dev name of Cluster Lock Disk changes in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dev-name-of-cluster-lock-disk-changes/m-p/4983903#M57175</link>
    <description>I don't have the full write-up ready - but you should be able to use udev to create an alias name.  The name still needs to be of the form /dev/sdxxx as the Lock Lun code looks for that name format.</description>
    <pubDate>Thu, 08 Jun 2006 22:17:26 GMT</pubDate>
    <dc:creator>Serviceguard for Linux</dc:creator>
    <dc:date>2006-06-08T22:17:26Z</dc:date>
    <item>
      <title>dev name of Cluster Lock Disk changes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-name-of-cluster-lock-disk-changes/m-p/4983901#M57173</link>
      <description>Hello Experts,&lt;BR /&gt;&lt;BR /&gt;I'm running a cluster of two DL380 Servers. The shared storage consists of two MSA1000 storages which are connected to each server. I'd like to build a RAID1 with these two storages. And I'd like one of the storage to hold the Cluster Lock Lun (CLL). Each storage has its own controller on the server. &lt;BR /&gt;&lt;BR /&gt;The Software I'm using is SLES9 SP3 and MCSGLX 11.16.05.&lt;BR /&gt;&lt;BR /&gt;The problem: &lt;BR /&gt;&lt;BR /&gt;If the servers start the LUNs of the storage are numbered from /dev/sda to /dev/sdo. I've set /dev/sda1 to be the Cluster-Lock-Lun. This worked actually fine. Now I've move one server into another room (I've lengthened the connections by fibre channel). As the servers restarted the partition that appeared to be /dev/sda is now /dev/sdh. I've used scsidev to put an alias on this disk which worked fine. The name of this CLL is now /dev/scsi/locklun and I can verify that the disk which can be accessed as /dev/sda1 and /dev/scsi/locklun on one node is as well /dev/sdh1 and /dev/scsi/locklun on the other node. But if I try to use this name /dev/scsi/locklun an error message appears:&lt;BR /&gt;&lt;BR /&gt;Begin cluster verification...&lt;BR /&gt;Error: Cannot get disk partition for device /dev/scsi/locklunError: Invalid data for cluster lock LUN configuration&lt;BR /&gt;cmcheckconf  : Unable to verify cluster file: /opt/cmcluster/conf/cmclconfig.ascii.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Has anybody expirienced this phanomenon ?&lt;BR /&gt;Is there another way to change the way the disks are numbered ?&lt;BR /&gt;How can I make SG to use the alias of the CLL ?&lt;BR /&gt;&lt;BR /&gt;gromit:~ # sfdisk -s&lt;BR /&gt;/dev/sda:  10485600&lt;BR /&gt;/dev/sdb:  10485600&lt;BR /&gt;/dev/sdc:  10485600&lt;BR /&gt;/dev/sdd:  10485600&lt;BR /&gt;/dev/sde:  10485600&lt;BR /&gt;/dev/sdf:  10485600&lt;BR /&gt;/dev/sdg:   7862160&lt;BR /&gt;/dev/sdh:     16320     &amp;lt;-- CLL&lt;BR /&gt;/dev/sdi:  10485600&lt;BR /&gt;/dev/sdj:  10485600&lt;BR /&gt;/dev/sdk:  10485600&lt;BR /&gt;/dev/sdl:  10485600&lt;BR /&gt;/dev/sdm:  10485600&lt;BR /&gt;/dev/sdn:  10485600&lt;BR /&gt;/dev/sdo:   7862160&lt;BR /&gt;&lt;BR /&gt;gromit:~ # sfdisk -s /dev/sdh1&lt;BR /&gt;16304&lt;BR /&gt;gromit:~ # sfdisk -s /dev/scsi/locklun&lt;BR /&gt;16304&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;wallace:~ # sfdisk -s&lt;BR /&gt;/dev/sda:     16320    &amp;lt;-- CLL&lt;BR /&gt;/dev/sdb:  10485600&lt;BR /&gt;/dev/sdc:  10485600&lt;BR /&gt;/dev/sdd:  10485600&lt;BR /&gt;/dev/sde:  10485600&lt;BR /&gt;/dev/sdf:  10485600&lt;BR /&gt;/dev/sdg:  10485600&lt;BR /&gt;/dev/sdh:   7862160&lt;BR /&gt;/dev/sdi:  10485600&lt;BR /&gt;/dev/sdj:  10485600&lt;BR /&gt;/dev/sdk:  10485600&lt;BR /&gt;/dev/sdl:  10485600&lt;BR /&gt;/dev/sdm:  10485600&lt;BR /&gt;/dev/sdn:  10485600&lt;BR /&gt;/dev/sdo:   7862160&lt;BR /&gt;&lt;BR /&gt;wallace:~ # sfdisk -s /dev/sda1&lt;BR /&gt;16304&lt;BR /&gt;wallace:~ # sfdisk -s /dev/scsi/locklun&lt;BR /&gt;16304&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jun 2006 08:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-name-of-cluster-lock-disk-changes/m-p/4983901#M57173</guid>
      <dc:creator>mmfpbw</dc:creator>
      <dc:date>2006-06-08T08:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: dev name of Cluster Lock Disk changes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-name-of-cluster-lock-disk-changes/m-p/4983902#M57174</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;When the device changes, you need to cmcheckconf and then cmapplyconf&lt;BR /&gt;&lt;BR /&gt;Have you done this since the disk configuration change?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 08 Jun 2006 09:44:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-name-of-cluster-lock-disk-changes/m-p/4983902#M57174</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-08T09:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: dev name of Cluster Lock Disk changes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-name-of-cluster-lock-disk-changes/m-p/4983903#M57175</link>
      <description>I don't have the full write-up ready - but you should be able to use udev to create an alias name.  The name still needs to be of the form /dev/sdxxx as the Lock Lun code looks for that name format.</description>
      <pubDate>Thu, 08 Jun 2006 22:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-name-of-cluster-lock-disk-changes/m-p/4983903#M57175</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2006-06-08T22:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: dev name of Cluster Lock Disk changes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-name-of-cluster-lock-disk-changes/m-p/4983904#M57176</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;the error message that's in the text is the output of the cmcheckconf command. &lt;BR /&gt;&lt;BR /&gt;I'll try the udev method. I'll let you know the results. &lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Matthias&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2006 00:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-name-of-cluster-lock-disk-changes/m-p/4983904#M57176</guid>
      <dc:creator>mmfpbw</dc:creator>
      <dc:date>2006-06-09T00:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: dev name of Cluster Lock Disk changes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-name-of-cluster-lock-disk-changes/m-p/4983905#M57177</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;the assignement of a disk by udev solved the problem. &lt;BR /&gt;&lt;BR /&gt;I have installed udev on both servers and setup the boot script for it. The exercise is to modify the file &lt;BR /&gt;/etc/udev/udev.rules.&lt;BR /&gt;&lt;BR /&gt;I needed to add the line &lt;BR /&gt;&lt;BR /&gt;BUS=="scsi", SYSFS{vendor}=="COMPAQ  ", SYSFS{model}=="MSA1000 VOLUME  ", SYSFS{size}=="32608", NAME="sdz%n\&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;to the mentioned file on all cluster nodes. The used CLL is /dev/sdz1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards&lt;BR /&gt;Matthias&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jun 2006 04:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-name-of-cluster-lock-disk-changes/m-p/4983905#M57177</guid>
      <dc:creator>mmfpbw</dc:creator>
      <dc:date>2006-06-12T04:39:49Z</dc:date>
    </item>
  </channel>
</rss>

