<?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: help cluster problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126386#M708935</link>
    <description>it worked man , thank you very much</description>
    <pubDate>Mon, 01 Dec 2003 01:37:57 GMT</pubDate>
    <dc:creator>mohammed arafat_2</dc:creator>
    <dc:date>2003-12-01T01:37:57Z</dc:date>
    <item>
      <title>help cluster problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126376#M708925</link>
      <description>Dears &lt;BR /&gt;i have this problem &lt;BR /&gt;&lt;BR /&gt;i need to distribute my VG LOCK on onother node i've tried by using lvm command line but when booting the servers this disks on DA2300 go to scan mode thery are not claimd on both servers after i do ioscan -fnC disk &lt;BR /&gt;&lt;BR /&gt;i have 2 rp8400 and 1 DA2300 &lt;BR /&gt;i want to make cluster with mcsg &lt;BR /&gt;i've made all the steps on the mcsg manual chapter 5 &lt;BR /&gt;and most my problem happens when i export import my vg that will be the cluster lock &lt;BR /&gt;&lt;BR /&gt;so after all the problems i had &lt;BR /&gt;i've decide the following &lt;BR /&gt;1) i've configure vg01 on node1&lt;BR /&gt;2)i've  configured the cluster containg only node 1&lt;BR /&gt;3)on SAM ---volume groups---Action--distibute&lt;BR /&gt;was active &lt;BR /&gt;&lt;BR /&gt;so when i wanted to ditribute vg01 to node 2 it gave me an error that network failure or rpc failuer &lt;BR /&gt;i've checked the network it is fine &lt;BR /&gt;&lt;BR /&gt;how can i resolve my rpc problem to make vg sharable on both node to continure cluster configuration &lt;BR /&gt;thank you</description>
      <pubDate>Fri, 21 Nov 2003 18:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126376#M708925</guid>
      <dc:creator>mohammed arafat_2</dc:creator>
      <dc:date>2003-11-21T18:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: help cluster problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126377#M708926</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am not sure what procedures you are following to distribute the cluster lock VG to the other node.&lt;BR /&gt;&lt;BR /&gt;Well to give you an rough Idea, &lt;BR /&gt;&lt;BR /&gt;On Node1:&lt;BR /&gt;1. pvcreate /dev/dsk/cxtxdx&lt;BR /&gt;2. mkdir /dev/vg01&lt;BR /&gt;3. mknod group c 64 0x010000 (Make sure that on the other node also you give the same minor number when u export the VG01)&lt;BR /&gt;4. vgcreate /dev/dsk/cxtxdx vg01&lt;BR /&gt;5. (Create required lvols on this VG)&lt;BR /&gt;6. vgexport -p -v -m /tmp/vg01.map vg01&lt;BR /&gt;7. ftp this map file (/tmp/vg01.map) to the 2nd node)&lt;BR /&gt;8. vgchange -a n vg01&lt;BR /&gt;&lt;BR /&gt;On Node2:&lt;BR /&gt;1. mkdir /dev/vg01&lt;BR /&gt;2. mknod group c 64 0x010000&lt;BR /&gt;3. vgimport -v -m /tmp/vg01.map vg01 /dev/dsk/cxtxdx&lt;BR /&gt;4. vgchange -a y vg01&lt;BR /&gt;5. vgdisplay vg01 (to verify)&lt;BR /&gt;6. vgchange -a n vg01&lt;BR /&gt;&lt;BR /&gt;On Node1:&lt;BR /&gt;9. vgchange -a y vg01&lt;BR /&gt;10. cmquerycl -v -C /etc/cmcluster/cluster.asc&lt;BR /&gt;11. Now you should see vg01 in the cluster.asc file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Karthik S S</description>
      <pubDate>Fri, 21 Nov 2003 19:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126377#M708926</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-11-21T19:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: help cluster problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126378#M708927</link>
      <description>Also when you power on the systems,&lt;BR /&gt;&lt;BR /&gt;1. make sure that the DA2300 is properly cabled to both the RP8400 systems.&lt;BR /&gt;2. Power on RP8400s&lt;BR /&gt;3. Check the o/p of "dmesg" to see if there are any SCSI errors.&lt;BR /&gt;4. Run insf -e -C disk&lt;BR /&gt;5. And on both the servers run ioscan -fnC disk to see if the disks are claimed properly.&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Fri, 21 Nov 2003 19:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126378#M708927</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-11-21T19:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: help cluster problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126379#M708928</link>
      <description>what is the difference between &lt;BR /&gt;vgimport -v -m /tmp/vg01.map vg01 /dev/dsk/cxtxdx&lt;BR /&gt;and vgimport -s -m ,,,,,&lt;BR /&gt;&lt;BR /&gt;s stands for share and its for making the vg sharable between the 2 noods &lt;BR /&gt;&lt;BR /&gt;i have a problem ib sharing</description>
      <pubDate>Fri, 21 Nov 2003 19:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126379#M708928</guid>
      <dc:creator>mohammed arafat_2</dc:creator>
      <dc:date>2003-11-21T19:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: help cluster problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126380#M708929</link>
      <description>Oops ... sorry about the multiple postings. But forgot to add that when you connect a Disk array to two systems you also have to make sure that SCSI IDs for the SCSI controller on both the systems are unique. If there is a conflict in the SCSI bus disks may not get claimed.&lt;BR /&gt;&lt;BR /&gt;- Karthik S S</description>
      <pubDate>Fri, 21 Nov 2003 19:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126380#M708929</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-11-21T19:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: help cluster problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126381#M708930</link>
      <description>the -s switch option in vgexport/vgimport command enables the VG to be activated in both the systems simultaneously. But, when you configure a lock VG this is not the recommended configuration. Because, either of the system has to exclusively own the lock VG.&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Fri, 21 Nov 2003 19:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126381#M708930</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-11-21T19:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: help cluster problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126382#M708931</link>
      <description>can you help on that Karthik &lt;BR /&gt;&lt;BR /&gt;how can i check if i have a conflict on the scsi ids , i ahve 2 scsi lvd i dont know the p/n but there is no dip switch on them &lt;BR /&gt;&lt;BR /&gt;plz help</description>
      <pubDate>Fri, 21 Nov 2003 19:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126382#M708931</guid>
      <dc:creator>mohammed arafat_2</dc:creator>
      <dc:date>2003-11-21T19:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: help cluster problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126383#M708932</link>
      <description>I mean you should check the SCSI IDs of the SCSI controller cards on the RP8400 systems. From the BCH prompt you can do that.&lt;BR /&gt;&lt;BR /&gt;From the main menu of BCH (Main Menu: Enter command or menu &amp;gt;), enter &lt;BR /&gt;&lt;BR /&gt;SER&lt;BR /&gt;SCSI&lt;BR /&gt;&lt;BR /&gt;The output will be something like this,&lt;BR /&gt;&lt;BR /&gt;Path (dec) Initiator ID SCSI Rate Auto Term&lt;BR /&gt;------------ -------------- ---------- ---------------&lt;BR /&gt;0/0/1/1 7 No Limit Unknown&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the above example the SCSI ID of the controller is set to 7 which is default.&lt;BR /&gt;&lt;BR /&gt;So, in one of the RP8400 you change this value to 6.&lt;BR /&gt;&lt;BR /&gt;HELP SCSI&lt;BR /&gt;&lt;BR /&gt;will show you how to do this. (From Service menu)&lt;BR /&gt;&lt;BR /&gt;-Karthik S S&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2003 19:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126383#M708932</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-11-21T19:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: help cluster problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126384#M708933</link>
      <description>thank you Karthik &lt;BR /&gt;&lt;BR /&gt;i've submited a 9 &lt;BR /&gt;if it worked i will give 10000000000&lt;BR /&gt;&lt;BR /&gt;thank you man</description>
      <pubDate>Fri, 21 Nov 2003 19:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126384#M708933</guid>
      <dc:creator>mohammed arafat_2</dc:creator>
      <dc:date>2003-11-21T19:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: help cluster problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126385#M708934</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Pl. let me know if it worked ... I am not asking this to get 100000000 points .. but I am curious to know if my answers have helped you in resolving the problem ;-)&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Sun, 23 Nov 2003 00:07:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126385#M708934</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-11-23T00:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: help cluster problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126386#M708935</link>
      <description>it worked man , thank you very much</description>
      <pubDate>Mon, 01 Dec 2003 01:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-cluster-problems/m-p/3126386#M708935</guid>
      <dc:creator>mohammed arafat_2</dc:creator>
      <dc:date>2003-12-01T01:37:57Z</dc:date>
    </item>
  </channel>
</rss>

