<?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: scsi id problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-problem/m-p/3550216#M700815</link>
    <description>The cXtYdZ names do not have to match up between servers.  As a matter of fact, Serviceguard doesn't care what the disk special files are named.  It's LVM that cares - and only to insure they the correct disks are addressed.&lt;BR /&gt;Explanation:&lt;BR /&gt;When a volume group is created, /etc/lvmtab will include the /dev/dsk paths for each disk that is a member of the VG.  &lt;BR /&gt;In a Serviceguard environment, it will be necessary to load the other nodes' /etc/lvmtab with the volume group name and disk special files.  vgimport is used.  If vgimport references a map file which contains the VGID on the top line, vgimport will scan each disk for a VGDA, and load the /dev/dsk path for any disk containing the same VGID.  Since vgchange only looks at the local /etc/lvmtab, it need not match the file on a different node in the cluster.&lt;BR /&gt;Example:&lt;BR /&gt;nodeA (where the VG already exists):&lt;BR /&gt;# vgexport -pvs -m map.vgNAME /dev/vgNAME&lt;BR /&gt;# rcp map.vgNAME &lt;OTHERHOST&gt;:/etc/lvmconf&lt;BR /&gt;&lt;BR /&gt;nodeB:&lt;BR /&gt;# mkdir /dev/vgNAME&lt;BR /&gt;# mknod /dev/vgNAME/group c 64 0xNN0000 (where NN = a unique minor number)&lt;BR /&gt;# vgimport -vs -m /etc/lvmconf/map.vgNAME /dev/vgNAME&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To promote high availability of the data, use RAID protection or mirroring, and redundant paths to the JBOD.&lt;/OTHERHOST&gt;</description>
    <pubDate>Tue, 24 May 2005 09:53:04 GMT</pubDate>
    <dc:creator>Stephen Doud</dc:creator>
    <dc:date>2005-05-24T09:53:04Z</dc:date>
    <item>
      <title>scsi id problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-problem/m-p/3550213#M700812</link>
      <description>Hi guys, actually i have a problem with my jbod. i was&lt;BR /&gt;configuring my mc/service guard and what i did was that on&lt;BR /&gt;server a, i configured the scsi id to c1 and in server b, i&lt;BR /&gt;configured it to c3. They both were watching 6 disks on the&lt;BR /&gt;jbod. Well, the vg import and export are running fine, just&lt;BR /&gt;that when i run cmquerycl to put the cluster together i cant&lt;BR /&gt;do it. It gives errors such as it can read the disk on scsi&lt;BR /&gt;controller c1. Do, u think i should put the same scsi&lt;BR /&gt;controllers on both servers?? like c1 on server a and c1 in&lt;BR /&gt;server b too. It wasnt a problem before... It didnt matter&lt;BR /&gt;which scsi controllers they are on all long as they could see&lt;BR /&gt;the disks in the jbod..&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2005 12:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-problem/m-p/3550213#M700812</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2005-05-23T12:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: scsi id problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-problem/m-p/3550214#M700813</link>
      <description>Hi,&lt;BR /&gt;Actually problem is that same disk is showing two different names one on server a and other on server b becuase they are using controllers with different H/w paths. &lt;BR /&gt;The disk device files on server a will be c1txdx wheras on server b it will be c3txdx and this is what is your problem.&lt;BR /&gt;You can create link files on any of the servers to resemble the disk device names.&lt;BR /&gt;&lt;BR /&gt;For e.g. i do it on server b:&lt;BR /&gt;&lt;BR /&gt;Telnet server b&lt;BR /&gt;# ln -s /dev/dsk/c3txtdy /dev/dsk/c1txdy&lt;BR /&gt;# ln -s /dev/rdsk/c3txdy /dev/dsk/c1txdy&lt;BR /&gt;&lt;BR /&gt;Where x and y will have unique value for each 6 disk and you have repeat the above 2 commands for all disks.&lt;BR /&gt;&lt;BR /&gt;This will make the disk devices on both the servers identical.&lt;BR /&gt;&lt;BR /&gt;Make sure c1txdy devices are not already present on the server and represnt some other devices.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.,&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 23 May 2005 14:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-problem/m-p/3550214#M700813</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-05-23T14:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: scsi id problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-problem/m-p/3550215#M700814</link>
      <description>Mujtaba -- &lt;BR /&gt;&lt;BR /&gt;I think that this will be in your best interest overall as a long term supportable item.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2005 14:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-problem/m-p/3550215#M700814</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-05-23T14:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: scsi id problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-problem/m-p/3550216#M700815</link>
      <description>The cXtYdZ names do not have to match up between servers.  As a matter of fact, Serviceguard doesn't care what the disk special files are named.  It's LVM that cares - and only to insure they the correct disks are addressed.&lt;BR /&gt;Explanation:&lt;BR /&gt;When a volume group is created, /etc/lvmtab will include the /dev/dsk paths for each disk that is a member of the VG.  &lt;BR /&gt;In a Serviceguard environment, it will be necessary to load the other nodes' /etc/lvmtab with the volume group name and disk special files.  vgimport is used.  If vgimport references a map file which contains the VGID on the top line, vgimport will scan each disk for a VGDA, and load the /dev/dsk path for any disk containing the same VGID.  Since vgchange only looks at the local /etc/lvmtab, it need not match the file on a different node in the cluster.&lt;BR /&gt;Example:&lt;BR /&gt;nodeA (where the VG already exists):&lt;BR /&gt;# vgexport -pvs -m map.vgNAME /dev/vgNAME&lt;BR /&gt;# rcp map.vgNAME &lt;OTHERHOST&gt;:/etc/lvmconf&lt;BR /&gt;&lt;BR /&gt;nodeB:&lt;BR /&gt;# mkdir /dev/vgNAME&lt;BR /&gt;# mknod /dev/vgNAME/group c 64 0xNN0000 (where NN = a unique minor number)&lt;BR /&gt;# vgimport -vs -m /etc/lvmconf/map.vgNAME /dev/vgNAME&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To promote high availability of the data, use RAID protection or mirroring, and redundant paths to the JBOD.&lt;/OTHERHOST&gt;</description>
      <pubDate>Tue, 24 May 2005 09:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-problem/m-p/3550216#M700815</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2005-05-24T09:53:04Z</dc:date>
    </item>
  </channel>
</rss>

