<?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 pairdisplay question? in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945843#M8083</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I need help with the script syntax for having a loop which checks  the pair status of BC VGs which are being synchronized. I want the script to loop until the pair status equals PAIR then to exit to do another command.&lt;BR /&gt;&lt;BR /&gt;Any ideas would be most appreciated!</description>
    <pubDate>Tue, 08 Apr 2003 09:02:46 GMT</pubDate>
    <dc:creator>Edgar_10</dc:creator>
    <dc:date>2003-04-08T09:02:46Z</dc:date>
    <item>
      <title>pairdisplay question?</title>
      <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945843#M8083</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I need help with the script syntax for having a loop which checks  the pair status of BC VGs which are being synchronized. I want the script to loop until the pair status equals PAIR then to exit to do another command.&lt;BR /&gt;&lt;BR /&gt;Any ideas would be most appreciated!</description>
      <pubDate>Tue, 08 Apr 2003 09:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945843#M8083</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-04-08T09:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: pairdisplay question?</title>
      <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945844#M8084</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We use the 'pairevtwait' command in our scripts when we are synchronizing disks.  You can specify the wait time and it will wait until the disks are in PAIR state or until the timeout is reached, whichever comes first.  We use a timeout value of around 10 minutes, and then put that pairevtwait command inside of a loop that will keep running it until they are paired.  That way, if a sync is taking too long, your script will report it at ten minute intervals.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2003 09:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945844#M8084</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-04-08T09:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: pairdisplay question?</title>
      <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945845#M8085</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Thanks for the info, but i cant seem to get a man page on "pairevtwait"?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 08 Apr 2003 09:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945845#M8085</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-04-08T09:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: pairdisplay question?</title>
      <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945846#M8086</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For some reason HP doesn't install man pages with that software yet, which is a real pain.  I'll be at work in a bit and I'll post some info that might help you.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2003 09:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945846#M8086</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-04-08T09:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: pairdisplay question?</title>
      <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945847#M8087</link>
      <description>Thanks JP, I really appreciate it!!</description>
      <pubDate>Tue, 08 Apr 2003 10:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945847#M8087</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-04-08T10:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: pairdisplay question?</title>
      <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945848#M8088</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a manual for all those array commands but I can't find it&lt;BR /&gt;right now.  I'll keep looking. If I find it and I can find it on&lt;BR /&gt;an HP site I'll post the URL.&lt;BR /&gt;&lt;BR /&gt;The way we use it is that we do the pairresync command, and then&lt;BR /&gt;we go into a loop with the pairevtwait command.  We specify a timeout&lt;BR /&gt;value of ten minutes [600 seconds].  If the establish is still running&lt;BR /&gt;after that time the pairevtwait returns, we write a message to a log&lt;BR /&gt;file, and we run it again.  We add the timeout value to a counter and&lt;BR /&gt;keep track of the total value for a total timeout.  If we reach that value,&lt;BR /&gt;we send a page and/or an e-mail.  Here is the command line we use:&lt;BR /&gt;&lt;BR /&gt;pairevtwait -g $GROUP -s pair -nomsg -t $SHORTTIMEOUT&lt;BR /&gt;&lt;BR /&gt;Where we have variables for the group and the timeout value.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I did the pairevtwait with a -h option and it listed the help:&lt;BR /&gt;&lt;BR /&gt;# pairevtwait -h&lt;BR /&gt;&lt;BR /&gt;Model  : Raid-Manager-XP/HP-UX&lt;BR /&gt;Ver&amp;amp;Rev: 01.10.02&lt;BR /&gt;Usage  : pairevtwait [options] for HORC&lt;BR /&gt; -h     Help/Usage&lt;BR /&gt; -z     Set to the interactive mode&lt;BR /&gt; -zx    Set to the interactive mode and HORCM monitoring&lt;BR /&gt; -q     Quit(Return to main())&lt;BR /&gt; -g &lt;GROUP&gt;    Specify the group_name&lt;BR /&gt; -d &lt;PAIR vol=""&gt; Specify the pair_volume_name&lt;BR /&gt; -d[g] &lt;DEVICE&gt; [mun#] Specify the raw_device without '-g' option&lt;BR /&gt; -d[g] &lt;SEQ&gt; &lt;LDEV&gt; [mun#] Specify the LDEV# in the RAID without '-g' option&lt;BR /&gt; -nomsg        Not display message of pairevtwait&lt;BR /&gt; -nowait       Set to the No_wait_mode&lt;BR /&gt; -s &lt;STATUS&gt; ...         Specify the status_name(smpl/copy/pair/psus/psuse(psue))                       &lt;BR /&gt; -t &lt;TIMEOUT&gt; [interval] Specify the Wait_time&lt;BR /&gt; -l            Specify the local only&lt;BR /&gt; -FCA          Specify the force operation for cascading CA_VOL&lt;BR /&gt; -FBC [mun#]   Specify the force operation for cascading BC_VOL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/TIMEOUT&gt;&lt;/STATUS&gt;&lt;/LDEV&gt;&lt;/SEQ&gt;&lt;/DEVICE&gt;&lt;/PAIR&gt;&lt;/GROUP&gt;</description>
      <pubDate>Tue, 08 Apr 2003 13:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945848#M8088</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-04-08T13:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: pairdisplay question?</title>
      <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945849#M8089</link>
      <description>Hi JP,&lt;BR /&gt;&lt;BR /&gt;Thanks for the feedback. Attached is the script I have currently but the script logic is not that robust &amp;amp; also errors out. Could you perhaps peruse it &amp;amp; give me your comments/or suggested manner the script should work.&lt;BR /&gt;&lt;BR /&gt;My concern is that it does not LOOP as its supposed to?&lt;BR /&gt;&lt;BR /&gt;Thanks!!</description>
      <pubDate>Tue, 08 Apr 2003 13:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945849#M8089</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-04-08T13:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: pairdisplay question?</title>
      <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945850#M8090</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'll be glad to look at your loop.  Your attachment didn't make it, so you might want to try posting it again.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2003 15:40:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945850#M8090</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-04-08T15:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: pairdisplay question?</title>
      <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945851#M8091</link>
      <description>There are NO man pages for htese commands, as supplied to HP by Hitachi.&lt;BR /&gt;The -h option is the way to get help, or take a look at this manual:&lt;BR /&gt;&lt;A href="http://h200005.www2.hp.com/bc/docs/support/SupportManual/lpg29261/lpg29261.pdf" target="_blank"&gt;http://h200005.www2.hp.com/bc/docs/support/SupportManual/lpg29261/lpg29261.pdf&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2003 15:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945851#M8091</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-04-08T15:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: pairdisplay question?</title>
      <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945852#M8092</link>
      <description>Here's a link to the users guide:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/lpg28385/lpg28385.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/lpg28385/lpg28385.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Look on pg 116 for a description of the command you're using.&lt;BR /&gt;&lt;BR /&gt;-Vince&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2003 16:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945852#M8092</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2003-04-08T16:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: pairdisplay question?</title>
      <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945853#M8093</link>
      <description>Hi JP,&lt;BR /&gt;&lt;BR /&gt;Apologies for the attachment, see the attached file please.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 09 Apr 2003 06:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945853#M8093</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-04-09T06:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: pairdisplay question?</title>
      <link>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945854#M8094</link>
      <description>FYI: You can access that pdf file from the RAID Manager CD also.</description>
      <pubDate>Mon, 12 May 2003 18:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/pairdisplay-question/m-p/2945854#M8094</guid>
      <dc:creator>Andy Torres</dc:creator>
      <dc:date>2003-05-12T18:41:22Z</dc:date>
    </item>
  </channel>
</rss>

