<?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 disk array(12H)-unbinding luns in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/disk-array-12h-unbinding-luns/m-p/2516158#M1658</link>
    <description>We have a HP9000/T520 server that we just upgraded the OS to 11.0.  When we try to unbind the LUNs, we get an error stating the array-id is unknown.  We also get the same error when we try arraydsp -i.  The arraymgr is not working either.  Our firmware is currently at 54.  We have been told that it should be at 56 &amp;amp; autoraid patches need installed.  Could this revision code &amp;amp; patches be the root problem or do we need to look elsewhere?  Thanks!</description>
    <pubDate>Wed, 11 Apr 2001 14:45:06 GMT</pubDate>
    <dc:creator>Kathy Ralston</dc:creator>
    <dc:date>2001-04-11T14:45:06Z</dc:date>
    <item>
      <title>disk array(12H)-unbinding luns</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disk-array-12h-unbinding-luns/m-p/2516158#M1658</link>
      <description>We have a HP9000/T520 server that we just upgraded the OS to 11.0.  When we try to unbind the LUNs, we get an error stating the array-id is unknown.  We also get the same error when we try arraydsp -i.  The arraymgr is not working either.  Our firmware is currently at 54.  We have been told that it should be at 56 &amp;amp; autoraid patches need installed.  Could this revision code &amp;amp; patches be the root problem or do we need to look elsewhere?  Thanks!</description>
      <pubDate>Wed, 11 Apr 2001 14:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disk-array-12h-unbinding-luns/m-p/2516158#M1658</guid>
      <dc:creator>Kathy Ralston</dc:creator>
      <dc:date>2001-04-11T14:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: disk array(12H)-unbinding luns</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disk-array-12h-unbinding-luns/m-p/2516159#M1659</link>
      <description>Try  s700_800 11.X HP AutoRAID Manager cumulative patch(PHCO_22103</description>
      <pubDate>Wed, 11 Apr 2001 17:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disk-array-12h-unbinding-luns/m-p/2516159#M1659</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-11T17:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: disk array(12H)-unbinding luns</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disk-array-12h-unbinding-luns/m-p/2516160#M1660</link>
      <description>Do "ps -ef|grep -i armserver" to make sure that&lt;BR /&gt;daemon is running.&lt;BR /&gt;If it'not, try to invoke the daemon as follows.&lt;BR /&gt;# /sbin/init.d/hparamgr start&lt;BR /&gt;( Variable  HPARAMGR_START_STOP must set to 1 which is located in /etc/rc.config.d/hparamgr )&lt;BR /&gt;&lt;BR /&gt;Please, check if ARMServer is now up.&lt;BR /&gt;AutoRAID firmware has nothing to do with this problem.&lt;BR /&gt;&lt;BR /&gt;Best regards,</description>
      <pubDate>Thu, 12 Apr 2001 07:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disk-array-12h-unbinding-luns/m-p/2516160#M1660</guid>
      <dc:creator>Insu Kim</dc:creator>
      <dc:date>2001-04-12T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: disk array(12H)-unbinding luns</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disk-array-12h-unbinding-luns/m-p/2516161#M1661</link>
      <description>1&amp;gt; ioscan -fnkCdisk&lt;BR /&gt;   verify you see the autoraid (C5447A)&lt;BR /&gt;   and that there are device files&lt;BR /&gt;2&amp;gt; if no device files&lt;BR /&gt;   insf -eH 8/4&lt;BR /&gt;            ^hardware path to autoraid or just -e for everything&lt;BR /&gt;&lt;BR /&gt;3&amp;gt; arraydsp -R&lt;BR /&gt;   to rescan for supported arrays&lt;BR /&gt;4&amp;gt;top&lt;BR /&gt;   wait for all ioscans to finish&lt;BR /&gt;5&amp;gt; if arraydsp reports ARMServer not running&lt;BR /&gt;   /sbin/init.d/hparray start&lt;BR /&gt;6&amp;gt; if error on 5 install patch&lt;BR /&gt;7&amp;gt; I said wait for the ioscan's to finish (2 scans)!&lt;BR /&gt;8&amp;gt; arraydsp -i&lt;BR /&gt;9&amp;gt; if array not shown verify the patch matches your firmware.  HP56 PHCO_16340 (1020) HP60 PHCO_22100 &lt;BR /&gt;10&amp;gt; verify ARMServer is running&lt;BR /&gt;    ps -ef |grep -i arm&lt;BR /&gt;11&amp;gt; if running no problem&lt;BR /&gt;    unless you didn't wait for the ioscans! run top&lt;BR /&gt;12&amp;gt; arraycfg -L 5 -d SERIALNO&lt;BR /&gt;  to delete LUN5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can always use the control pannel but it is best to leave LUN 0, or create it before trying to start the ARMserver.&lt;BR /&gt;&lt;BR /&gt;to automatically start the armserver edit /etc/rc.config.d/hparray&lt;BR /&gt;&lt;BR /&gt;and on every reboot it'll start&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;bill</description>
      <pubDate>Mon, 16 Apr 2001 10:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disk-array-12h-unbinding-luns/m-p/2516161#M1661</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-04-16T10:00:09Z</dc:date>
    </item>
  </channel>
</rss>

