<?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: replacing disk with TACHYON fibre channel hba in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disk-with-tachyon-fibre-channel-hba/m-p/4440767#M486748</link>
    <description>Looks like a typo in your command?&lt;BR /&gt;&lt;BR /&gt;s/b &amp;lt; TD device_file &amp;gt; replace_dsk &lt;REMOTE n_port_id=""&gt;&lt;BR /&gt;&lt;BR /&gt;and your command:&lt;BR /&gt;&lt;BR /&gt;Then I ran: fcmsutil /dev/td2 replace_disk 0xe4&lt;BR /&gt;&lt;BR /&gt;remove the *i* in replace_d*i*sk&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;&lt;/REMOTE&gt;</description>
    <pubDate>Tue, 16 Jun 2009 16:24:52 GMT</pubDate>
    <dc:creator>cnb</dc:creator>
    <dc:date>2009-06-16T16:24:52Z</dc:date>
    <item>
      <title>replacing disk with TACHYON fibre channel hba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disk-with-tachyon-fibre-channel-hba/m-p/4440766#M486747</link>
      <description>We had a disk fail in the HP SureStore 2405. I am only the backup admin and had not done a replacement like this before. The disk was mirrored, so I did a lvreduce and then a vgreduce. I also did a vgscan after saving the /etc/lvmtab. Then we swapped the disk and did an ioscan which showed NO_HW.&lt;BR /&gt;&lt;BR /&gt;After reading many posts, I saw that I should have run the fcmsutil command with the replace_disk option. &lt;BR /&gt;&lt;BR /&gt;So, I tailed the /var/adm/syslog.log and saw the message:&lt;BR /&gt; Jun 16 13:08:58 hp72 vmunix: 0/10/0/0: 'World-wide name' (unique identifier) for device at nport ID 0xe4 has&lt;BR /&gt;Jun 16 13:08:58 hp72 vmunix: changed. If the device has been replaced intentionally, please use the&lt;BR /&gt;Jun 16 13:08:58 hp72 vmunix: fcmsutil(1M) command's replace_dsk option to allow the new device to be used.&lt;BR /&gt;Jun 16 13:08:58 hp72 vmunix: 0/10/0/0: Fibre Channel Driver detected a parse error in the FLOGI/PLOGI response&lt;BR /&gt;Jun 16 13:08:58 hp72 vmunix: returned by nport ID 0xe4. FLOGI/PLOGI Fail Code = 0x6.&lt;BR /&gt;&lt;BR /&gt;Then I ran: fcmsutil /dev/td2 replace_disk 0xe4&lt;BR /&gt;&lt;BR /&gt;but I get this in response:&lt;BR /&gt;*************************************************************************&lt;BR /&gt;*****          IOCTL functions available to the TD driver           *****&lt;BR /&gt;*************************************************************************&lt;BR /&gt;&lt;BR /&gt;fcmsutil &amp;lt; TD device_file &amp;gt;&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  echo  &lt;REMOTE n_port_id=""&gt; [data_size] [count]&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  test  &lt;REMOTE n_port_id=""&gt; [data_size] [count]&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  rls   &lt;REMOTE n_port_id=""&gt;&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  [-f]  lb  plm|crpat|cjtpat [count]&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  read_cr&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  read  &lt;OFFSET&gt; [pci]&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  write &lt;OFFSET&gt; &lt;VALUE&gt; [pci]&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  vpd&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  get   fabric&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  get   remote {all | &lt;REMOTE n_portid=""&gt;}&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  [-k] ns_query_ports&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  reset&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  [-f] bdr &lt;TARGET device_file=""&gt;&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  replace_dsk &lt;REMOTE n_port_id=""&gt;&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  stat [-s]&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  clear_stat&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  nsstat&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  clear_nsstat&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  devstat {all | &lt;REMOTE n_port_id=""&gt;}&lt;BR /&gt;         &amp;lt; TD device_file &amp;gt;  clear_devstat {all | &lt;REMOTE n_port_id=""&gt;}&lt;BR /&gt;         &amp;lt; TD device file &amp;gt;  enable&lt;BR /&gt;         &amp;lt; TD device file &amp;gt;  [-f] disable&lt;BR /&gt;Note: &lt;REMOTE-N-PORT-ID&gt; can be substituted with -w &lt;WWN&gt;&lt;BR /&gt;      or -l &lt;LOOP_ID&gt;(only in PRIVATE_LOOP) for all options&lt;BR /&gt;      that take &lt;REMOTE-N-PORT-ID&gt; as an argument.&lt;BR /&gt;&lt;BR /&gt;I've tried running the fcmsutil command with the -l option and supplying the loop id and get the same response. &lt;BR /&gt;&lt;BR /&gt;Can someone tell me what I'm doing wrong, please?&lt;/REMOTE-N-PORT-ID&gt;&lt;/LOOP_ID&gt;&lt;/WWN&gt;&lt;/REMOTE-N-PORT-ID&gt;&lt;/REMOTE&gt;&lt;/REMOTE&gt;&lt;/REMOTE&gt;&lt;/TARGET&gt;&lt;/REMOTE&gt;&lt;/VALUE&gt;&lt;/OFFSET&gt;&lt;/OFFSET&gt;&lt;/REMOTE&gt;&lt;/REMOTE&gt;&lt;/REMOTE&gt;</description>
      <pubDate>Tue, 16 Jun 2009 16:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disk-with-tachyon-fibre-channel-hba/m-p/4440766#M486747</guid>
      <dc:creator>Lee Abell</dc:creator>
      <dc:date>2009-06-16T16:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: replacing disk with TACHYON fibre channel hba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disk-with-tachyon-fibre-channel-hba/m-p/4440767#M486748</link>
      <description>Looks like a typo in your command?&lt;BR /&gt;&lt;BR /&gt;s/b &amp;lt; TD device_file &amp;gt; replace_dsk &lt;REMOTE n_port_id=""&gt;&lt;BR /&gt;&lt;BR /&gt;and your command:&lt;BR /&gt;&lt;BR /&gt;Then I ran: fcmsutil /dev/td2 replace_disk 0xe4&lt;BR /&gt;&lt;BR /&gt;remove the *i* in replace_d*i*sk&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;&lt;/REMOTE&gt;</description>
      <pubDate>Tue, 16 Jun 2009 16:24:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disk-with-tachyon-fibre-channel-hba/m-p/4440767#M486748</guid>
      <dc:creator>cnb</dc:creator>
      <dc:date>2009-06-16T16:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: replacing disk with TACHYON fibre channel hba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disk-with-tachyon-fibre-channel-hba/m-p/4440768#M486749</link>
      <description>Duh...Thanks so much. New glasses. :-)</description>
      <pubDate>Tue, 16 Jun 2009 16:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disk-with-tachyon-fibre-channel-hba/m-p/4440768#M486749</guid>
      <dc:creator>Lee Abell</dc:creator>
      <dc:date>2009-06-16T16:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: replacing disk with TACHYON fibre channel hba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disk-with-tachyon-fibre-channel-hba/m-p/4440769#M486750</link>
      <description>New glasses - LOL ;-))&lt;BR /&gt;&lt;BR /&gt;Just to add this: If the disks are dual pathed or this is a cluster you need to run the same command for each connected HBA!</description>
      <pubDate>Tue, 16 Jun 2009 16:45:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-disk-with-tachyon-fibre-channel-hba/m-p/4440769#M486750</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-06-16T16:45:53Z</dc:date>
    </item>
  </channel>
</rss>

