<?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 hard disk failover problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174893#M692201</link>
    <description>Sorry Safar,&lt;BR /&gt;&lt;BR /&gt;The drawing should be like this:&lt;BR /&gt;&lt;BR /&gt;My SCSI bus is connect as the follow:&lt;BR /&gt;Node1 ---&amp;gt; lock disk ---&amp;gt; sharedisk ---&amp;gt; Node2&lt;BR /&gt;                                     X&lt;BR /&gt;                                    Disconnect&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am disconnect the cable between sharedisk and node2.</description>
    <pubDate>Thu, 10 Apr 2008 07:30:07 GMT</pubDate>
    <dc:creator>dannyss</dc:creator>
    <dc:date>2008-04-10T07:30:07Z</dc:date>
    <item>
      <title>SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174880#M692188</link>
      <description>I install MCOE in rx1600 and rx2620 server with 11.23 OS (ServiceGuard ver. 11.17). Both servers connected to external SCSI HDD using built-in SCSI port and configure the SCSI interface ID to 6 for rx2620 server only. I installed onlineJFS too. When I configure the Event Monitoring Services EMS) to handle external HDD failover (I un-plug one side of SCSI cable), it can't failover to standby server but network has no problem for virtual IP.&lt;BR /&gt;&lt;BR /&gt;I guess the EMS configuration problem, do you have a sample to handle?</description>
      <pubDate>Mon, 07 Apr 2008 09:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174880#M692188</guid>
      <dc:creator>sk800i</dc:creator>
      <dc:date>2008-04-07T09:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174881#M692189</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;EMS merely monitors and reports.&lt;BR /&gt;&lt;BR /&gt;Most likely EMS is incorrectly configured, I agree.&lt;BR /&gt;&lt;BR /&gt;Check the package and cluster logs for Serviceguard to look into the virtual IP problem.&lt;BR /&gt;&lt;BR /&gt;Perhaps submit cluster configuration files up to ITRC so people can take a look.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 07 Apr 2008 10:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174881#M692189</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-04-07T10:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174882#M692190</link>
      <description>So presumably you have defined an EMS service in Serviceguard package config to monitor the disk or LVM configuration?&lt;BR /&gt;&lt;BR /&gt;If you do this, one requirement is that you need to have SERVICE_FAIL_FAST_ENABLED set to YES for the EMS monitor service. This is cos if the disk is not accessible Serviceguard can't do a clean shutdown of your application and unmount the filesystems. In this scenario all Serviceguard can do is TOC the node.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 07 Apr 2008 12:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174882#M692190</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-04-07T12:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174883#M692191</link>
      <description>oops - I was thinking about if you had a service which checks for the disk rather than using EMS. If you're using EMS, then you'll need to set NODE_FAIL_FAST_ENABLED. Here's an example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NODE_FAIL_FAST_ENABLED          YES&lt;BR /&gt;&lt;BR /&gt;RESOURCE_NAME               /vg/vg01/pv_summary&lt;BR /&gt;RESOURCE_POLLING_INTERVAL   10&lt;BR /&gt;RESOURCE_START              AUTOMATIC&lt;BR /&gt;RESOURCE_UP_VALUE           = UP&lt;BR /&gt;RESOURCE_UP_VALUE           = PVG_UP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 07 Apr 2008 12:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174883#M692191</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-04-07T12:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174884#M692192</link>
      <description>Thanks all,&lt;BR /&gt;&lt;BR /&gt;That's mean I shall not use EMS to configure the share disk or network failover. However, which config can handle external share disk? Because I can configure VIP and workable for system or network failover. Only external share disk can't do this.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Apr 2008 13:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174884#M692192</guid>
      <dc:creator>sk800i</dc:creator>
      <dc:date>2008-04-07T13:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174885#M692193</link>
      <description>Hello SEP &amp;amp; Duncan,&lt;BR /&gt;&lt;BR /&gt;I got a same problem also.&lt;BR /&gt;&lt;BR /&gt;My environment as the follow:&lt;BR /&gt;&lt;BR /&gt;2 HP integrity Server(1600 and 2620) and contain a single external SCSI bus for 2 external HDD.&lt;BR /&gt;One HDD configure as a lock disk, the other one configure as a sharedisk.&lt;BR /&gt;&lt;BR /&gt;The Serviceguard can perform a failover on network fail issue and running process fail issue. But the disk fail issue will make the package halted and down from all node.&lt;BR /&gt;&lt;BR /&gt;I read your comment and apply related setting on the config file.&lt;BR /&gt;&lt;BR /&gt;But the problem still in here. I post the package log file for your reference. I have not idea why the Serviceguard can not complete the halt process on the package.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        ########### Node "SG02": Halting package at Tue Apr  8 17:13:23 EAT 2008 ###########&lt;BR /&gt;Apr  8 17:13:23 - Node "SG02": Halting service baseclock&lt;BR /&gt;Apr  8 17:13:23 - Node "SG02": Remove IP address 192.168.123.3 from subnet 192.168.123.0&lt;BR /&gt;Apr  8 17:13:23 - Node "SG02": Deactivating volume group vg01&lt;BR /&gt;Deactivated volume group in Exclusive Mode.&lt;BR /&gt;Volume group "vg01" has been successfully changed.&lt;BR /&gt;Apr  8 17:13:23 - Node "SG02": Deactivating volume group vg02&lt;BR /&gt;Deactivated volume group in Exclusive Mode.&lt;BR /&gt;Volume group "vg02" has been successfully changed.&lt;BR /&gt;&lt;BR /&gt;        ########### Node "SG02": Package halt completed at Tue Apr  8 17:13:24 EAT 2008 ###########&lt;BR /&gt;&lt;BR /&gt;        ########### Node "SG02": Starting package at Tue Apr  8 17:18:17 EAT 2008 ###########&lt;BR /&gt;Apr  8 17:18:17 - Node "SG02": Activating volume group vg01 with exclusive option.&lt;BR /&gt;Activated volume group in Exclusive Mode.&lt;BR /&gt;Volume group "vg01" has been successfully changed.&lt;BR /&gt;Apr  8 17:18:18 - Node "SG02": Activating volume group vg02 with exclusive option.&lt;BR /&gt;Activated volume group in Exclusive Mode.&lt;BR /&gt;Volume group "vg02" has been successfully changed.&lt;BR /&gt;Apr  8 17:18:18 - Node "SG02": Checking filesystems:&lt;BR /&gt;   /dev/vg02/sharedisk&lt;BR /&gt;/dev/vg02/rsharedisk:file system is clean - log replay is not required&lt;BR /&gt;Apr  8 17:18:18 - Node "SG02": Mounting /dev/vg02/sharedisk at /sharedisk&lt;BR /&gt;Apr  8 17:18:18 - Node "SG02": Adding IP address 192.168.123.3 to subnet 192.168.123.0&lt;BR /&gt;Apr  8 17:18:18 - Node "SG02": Starting service baseclock using&lt;BR /&gt;   "/usr/bin/X11/xclock -display 192.168.123.121:0.0"&lt;BR /&gt;&lt;BR /&gt;        ########### Node "SG02": Package start completed at Tue Apr  8 17:18:18 EAT 2008 ###########&lt;BR /&gt;&lt;BR /&gt;        ########### Node "SG02": Halting package at Tue Apr  8 17:19:44 EAT 2008 ###########&lt;BR /&gt;Apr  8 17:19:44 - Node "SG02": Halting service baseclock&lt;BR /&gt;Apr  8 17:19:44 - Node "SG02": Remove IP address 192.168.123.3 from subnet 192.168.123.0&lt;BR /&gt;Apr  8 17:19:44 - Node "SG02": Unmounting filesystem on /dev/vg02/sharedisk&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2008 01:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174885#M692193</guid>
      <dc:creator>dannyss</dc:creator>
      <dc:date>2008-04-09T01:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174886#M692194</link>
      <description>Hi can you give the First_cluster_lock_vg and Pv is it same on both nodes&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Safar</description>
      <pubDate>Wed, 09 Apr 2008 07:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174886#M692194</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-04-09T07:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174887#M692195</link>
      <description>Please provide the output of cmviewconf&lt;BR /&gt;&lt;BR /&gt;Reagrds\&lt;BR /&gt;&lt;BR /&gt;Safar</description>
      <pubDate>Wed, 09 Apr 2008 07:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174887#M692195</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-04-09T07:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174888#M692196</link>
      <description>Hi Safar,&lt;BR /&gt;&lt;BR /&gt;First_cluster_lock_vg and Pv is same.&lt;BR /&gt;&lt;BR /&gt;Please verify on the cmviewconf result as the attachment.</description>
      <pubDate>Thu, 10 Apr 2008 02:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174888#M692196</guid>
      <dc:creator>dannyss</dc:creator>
      <dc:date>2008-04-10T02:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174889#M692197</link>
      <description>Hi &lt;BR /&gt;Are you able to start the package on second node,&lt;BR /&gt;if possible halt the package on first node and start in second node&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Safar</description>
      <pubDate>Thu, 10 Apr 2008 02:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174889#M692197</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-04-10T02:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174890#M692198</link>
      <description>Hi Safar,&lt;BR /&gt;Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;I can start the package on second node.&lt;BR /&gt;&lt;BR /&gt;I can kill the package process or unplug the network cable for trigger the failover from node 1 to node 2.&lt;BR /&gt;&lt;BR /&gt;Danny&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Apr 2008 02:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174890#M692198</guid>
      <dc:creator>dannyss</dc:creator>
      <dc:date>2008-04-10T02:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174891#M692199</link>
      <description>Hi Dan may be I misunderstand your problem&lt;BR /&gt;&lt;BR /&gt;1. You are not able to failover the package once you removed lan cable or syste shutdown&lt;BR /&gt;&lt;BR /&gt;2. but you are able to start the package on secondary node once you stop the the package on first node &lt;BR /&gt;&lt;BR /&gt;if it is OK then the problem I assumed is your second node is not able to communicate with lock disk &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Safar</description>
      <pubDate>Thu, 10 Apr 2008 03:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174891#M692199</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-04-10T03:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174892#M692200</link>
      <description>Hi Safar,&lt;BR /&gt;&lt;BR /&gt;I am able to failover the package when I removed lan cable, system shutdown &amp;amp; kill the process that operation by the  packeage&lt;BR /&gt;&lt;BR /&gt;But I am not able to failover the package(running on node2) when I disconnect the extenal SCSI cable.&lt;BR /&gt;&lt;BR /&gt;My SCSI bus is connect as the follow:&lt;BR /&gt;Node1 ---&amp;gt; lock disk ---&amp;gt; sharedisk ---&amp;gt; Node2&lt;BR /&gt;         X&lt;BR /&gt;                                 Disconnect</description>
      <pubDate>Thu, 10 Apr 2008 07:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174892#M692200</guid>
      <dc:creator>dannyss</dc:creator>
      <dc:date>2008-04-10T07:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174893#M692201</link>
      <description>Sorry Safar,&lt;BR /&gt;&lt;BR /&gt;The drawing should be like this:&lt;BR /&gt;&lt;BR /&gt;My SCSI bus is connect as the follow:&lt;BR /&gt;Node1 ---&amp;gt; lock disk ---&amp;gt; sharedisk ---&amp;gt; Node2&lt;BR /&gt;                                     X&lt;BR /&gt;                                    Disconnect&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am disconnect the cable between sharedisk and node2.</description>
      <pubDate>Thu, 10 Apr 2008 07:30:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174893#M692201</guid>
      <dc:creator>dannyss</dc:creator>
      <dc:date>2008-04-10T07:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174894#M692202</link>
      <description>&lt;BR /&gt;Hi&lt;BR /&gt;Your problem is second node is not able to communicate with lock disk, lock disk is applicable only for two node cluster, so cluster lock do not know who is master but when you start the package it is forming signlge cluster system with out lock disk&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;safar</description>
      <pubDate>Thu, 10 Apr 2008 08:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174894#M692202</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-04-10T08:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174895#M692204</link>
      <description>Hi safar,&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;I think I know how come the fail over not working.&lt;BR /&gt;&lt;BR /&gt;Thank you very much!</description>
      <pubDate>Thu, 10 Apr 2008 08:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174895#M692204</guid>
      <dc:creator>dannyss</dc:creator>
      <dc:date>2008-04-10T08:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174896#M692205</link>
      <description>What safar described is part of your problem... also if what you describe is a 'true' reperesentation of your storage system, you also have a big SPoF in the SCSI bus, bot least beacuse modern SCSI speeds don't support ILT:&lt;BR /&gt;&lt;BR /&gt;(see the last paragrpaph here: &lt;A href="http://docs.hp.com/en/B3936-90105/ch08s03.html#inlineterm" target="_blank"&gt;http://docs.hp.com/en/B3936-90105/ch08s03.html#inlineterm&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;I would *never* reccomend a SCSI based Serviceguard cluster now, there are just too many gotchas like this... go with fibre channel.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 10 Apr 2008 09:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174896#M692205</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-04-10T09:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174897#M692207</link>
      <description>Hi Duncan,&lt;BR /&gt;&lt;BR /&gt;Thank you for your remind.&lt;BR /&gt;&lt;BR /&gt;Danny</description>
      <pubDate>Fri, 11 Apr 2008 00:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174897#M692207</guid>
      <dc:creator>dannyss</dc:creator>
      <dc:date>2008-04-11T00:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174898#M692209</link>
      <description>Hi if you are happy with our suggestion please assign the points&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Safar</description>
      <pubDate>Fri, 11 Apr 2008 02:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174898#M692209</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-04-11T02:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI hard disk failover problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174899#M692211</link>
      <description>HI all,&lt;BR /&gt;&lt;BR /&gt;I appreciate your suggestion and help.&lt;BR /&gt;But I am sorry. &lt;BR /&gt;I can not find any way to assign a generous point to you. If you know how to assign a point, please let me know. I will given the point.</description>
      <pubDate>Fri, 11 Apr 2008 07:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-hard-disk-failover-problem/m-p/4174899#M692211</guid>
      <dc:creator>dannyss</dc:creator>
      <dc:date>2008-04-11T07:14:06Z</dc:date>
    </item>
  </channel>
</rss>

