<?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: Lun Lock on redhat/SuSe in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767828#M57085</link>
    <description>Let me correct my first answer. Red Hat provides devlabel to deal with disk device names that may change. &lt;BR /&gt;&lt;BR /&gt;The devlabel software attempts to address the device naming issue in a different manner than file system labels. The devlabel software is run by Red Hat Enterprise Linux whenever the system reboots (and whenever hotpluggable devices are inserted or removed).&lt;BR /&gt;&lt;BR /&gt;When devlabel runs, it reads its configuration file (/etc/sysconfig/devlabel) to obtain the list of devices for which it is responsible. For each device on the list, there is a symbolic link (chosen by the system administrator) and the device's UUID (Universal Unique IDentifier).&lt;BR /&gt;&lt;BR /&gt;The devlabel command makes sure the symbolic link always refers to the originally-specified device â   even if that device's name has changed. In this way, a system administrator can configure a system to refer to /dev/projdisk instead of /dev/sda12, for example.&lt;BR /&gt;&lt;BR /&gt;Because the UUID is obtained directly from the device, devlabel must only search the system for the matching UUID and update the symbolic link appropriately.&lt;BR /&gt;&lt;BR /&gt;# devlabel add -s /dev/my_stable_disk_name -d /dev/sda&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, in your configuration file, you will specify:&lt;BR /&gt;&lt;BR /&gt;/dev/my_stable_disk_name&lt;BR /&gt;&lt;BR /&gt;Instead of /dev/sda.</description>
    <pubDate>Mon, 10 Apr 2006 17:44:03 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-04-10T17:44:03Z</dc:date>
    <item>
      <title>Lun Lock on redhat/SuSe</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767822#M57079</link>
      <description>Dear Expert ,&lt;BR /&gt;May I know how to fix the scsi disk path on linux?&lt;BR /&gt;&lt;BR /&gt;Currently my Lun Lock is /dev/sda=150Mb ,after i create new lun .The  Lun Lock become /dev/sdb .HOw could I fix /dev/sda=150Mb as permanent .&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;LeongKO</description>
      <pubDate>Fri, 07 Apr 2006 04:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767822#M57079</guid>
      <dc:creator>kevin leong</dc:creator>
      <dc:date>2006-04-07T04:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Lun Lock on redhat/SuSe</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767823#M57080</link>
      <description>Red Hat does not have an option to do that, the way to deal with it is to use LABELS to mount the file systems. Set a label with e2label, and configure your fstab like this:&lt;BR /&gt;&lt;BR /&gt;LABEL=mydata  /mydata ext3 defaults 0 0&lt;BR /&gt;&lt;BR /&gt;For SUSE, see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www-uxsup.csx.cam.ac.uk/pub/doc/suse/sles9/adminguide-sles9/ch03s08.html" target="_blank"&gt;http://www-uxsup.csx.cam.ac.uk/pub/doc/suse/sles9/adminguide-sles9/ch03s08.html&lt;/A&gt;</description>
      <pubDate>Fri, 07 Apr 2006 08:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767823#M57080</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-07T08:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Lun Lock on redhat/SuSe</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767824#M57081</link>
      <description>HI ,&lt;BR /&gt;Do i need to set the lun lock path on the cluster scripts same as label ?&lt;BR /&gt;&lt;BR /&gt;second ,&lt;BR /&gt;The Lun Lock can i mount on both server ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;LeongKO</description>
      <pubDate>Mon, 10 Apr 2006 02:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767824#M57081</guid>
      <dc:creator>kevin leong</dc:creator>
      <dc:date>2006-04-10T02:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lun Lock on redhat/SuSe</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767825#M57082</link>
      <description>What cluster software are you using?</description>
      <pubDate>Mon, 10 Apr 2006 08:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767825#M57082</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-10T08:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lun Lock on redhat/SuSe</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767826#M57083</link>
      <description>HI ,&lt;BR /&gt;I am using HP Linux serviceguard .&lt;BR /&gt;&lt;BR /&gt;The cluster file .&lt;BR /&gt;&lt;BR /&gt;LunLock=/dev/sda1 ,should i change to&lt;BR /&gt;LunLock=/mydata&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;LeongKO</description>
      <pubDate>Mon, 10 Apr 2006 10:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767826#M57083</guid>
      <dc:creator>kevin leong</dc:creator>
      <dc:date>2006-04-10T10:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Lun Lock on redhat/SuSe</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767827#M57084</link>
      <description>On Red Hat, you can use devlabel o uudev to create a stable symbolic link that maps to a disk UUID. For example:&lt;BR /&gt;&lt;BR /&gt;devlabel add â  s /dev/my_stable_name â  d /dev/sda&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Apr 2006 11:34:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767827#M57084</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-10T11:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Lun Lock on redhat/SuSe</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767828#M57085</link>
      <description>Let me correct my first answer. Red Hat provides devlabel to deal with disk device names that may change. &lt;BR /&gt;&lt;BR /&gt;The devlabel software attempts to address the device naming issue in a different manner than file system labels. The devlabel software is run by Red Hat Enterprise Linux whenever the system reboots (and whenever hotpluggable devices are inserted or removed).&lt;BR /&gt;&lt;BR /&gt;When devlabel runs, it reads its configuration file (/etc/sysconfig/devlabel) to obtain the list of devices for which it is responsible. For each device on the list, there is a symbolic link (chosen by the system administrator) and the device's UUID (Universal Unique IDentifier).&lt;BR /&gt;&lt;BR /&gt;The devlabel command makes sure the symbolic link always refers to the originally-specified device â   even if that device's name has changed. In this way, a system administrator can configure a system to refer to /dev/projdisk instead of /dev/sda12, for example.&lt;BR /&gt;&lt;BR /&gt;Because the UUID is obtained directly from the device, devlabel must only search the system for the matching UUID and update the symbolic link appropriately.&lt;BR /&gt;&lt;BR /&gt;# devlabel add -s /dev/my_stable_disk_name -d /dev/sda&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, in your configuration file, you will specify:&lt;BR /&gt;&lt;BR /&gt;/dev/my_stable_disk_name&lt;BR /&gt;&lt;BR /&gt;Instead of /dev/sda.</description>
      <pubDate>Mon, 10 Apr 2006 17:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-lock-on-redhat-suse/m-p/3767828#M57085</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-10T17:44:03Z</dc:date>
    </item>
  </channel>
</rss>

