<?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: LUN issue. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544434#M369799</link>
    <description># ioscan -funC disk&lt;BR /&gt;Class     I  H/W Path      Driver         S/W State   H/W Type     Description&lt;BR /&gt;===============================================================================&lt;BR /&gt;disk      4  0/0/2/1.0.16  UsbScsiAdaptor   CLAIMED     DEVICE       USB SCSI Stack Adaptor&lt;BR /&gt;                          /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001&lt;BR /&gt;                          /dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+294=A60020000001&lt;BR /&gt;disk     40  0/3/0/0/0/0.0.0  sdisk            CLAIMED     DEVICE       HP      LOGICAL VOLUME&lt;BR /&gt;                          /dev/dsk/c0t0d0     /dev/dsk/c0t0d0s2   /dev/rdsk/c0t0d0    /dev/rdsk/c0t0d0s2&lt;BR /&gt;                          /dev/dsk/c0t0d0s1   /dev/dsk/c0t0d0s3   /dev/rdsk/c0t0d0s1  /dev/rdsk/c0t0d0s3# ioscan -funC disk&lt;BR /&gt;Class     I  H/W Path      Driver         S/W State   H/W Type     Description&lt;BR /&gt;===============================================================================&lt;BR /&gt;disk      4  0/0/2/1.0.16  UsbScsiAdaptor   CLAIMED     DEVICE       USB SCSI Stack Adaptor&lt;BR /&gt;                          /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001&lt;BR /&gt;                          /dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+294=A60020000001&lt;BR /&gt;disk     40  0/3/0/0/0/0.0.0  sdisk            CLAIMED     DEVICE       HP      LOGICAL VOLUME&lt;BR /&gt;                          /dev/dsk/c0t0d0     /dev/dsk/c0t0d0s2   /dev/rdsk/c0t0d0    /dev/rdsk/c0t0d0s2&lt;BR /&gt;                          /dev/dsk/c0t0d0s1   /dev/dsk/c0t0d0s3   /dev/rdsk/c0t0d0s1  /dev/rdsk/c0t0d0s3&lt;BR /&gt;&lt;BR /&gt;this only shows &lt;BR /&gt;UsbScsiAdaptor   CLAIMED     DEVICE       USB SCSI Stack Adaptor whether this is the disk from storage ?</description>
    <pubDate>Mon, 07 Dec 2009 05:57:18 GMT</pubDate>
    <dc:creator>fizan</dc:creator>
    <dc:date>2009-12-07T05:57:18Z</dc:date>
    <item>
      <title>LUN issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544430#M369795</link>
      <description>issue is the ignite recovery we have done and the vg's also copied in the /dev but its not getting activated, due to the vg's are from the storage, so i will do &lt;BR /&gt;&lt;BR /&gt;1.delete all the storage vg's inside /dev (files)&lt;BR /&gt;2. configure the lun and assign it to the server&lt;BR /&gt;3. ioscan the hdd and pvcreate that disk and add in the vg&lt;BR /&gt;4.now create the LV with the extended hdd&lt;BR /&gt;then newfs and mkdir /test and mount it right.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2009 12:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544430#M369795</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-12-04T12:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: LUN issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544431#M369796</link>
      <description>For #1 do not delete the /dev/vg files. Use vgexport to delete the volume groups.</description>
      <pubDate>Fri, 04 Dec 2009 12:49:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544431#M369796</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-12-04T12:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: LUN issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544432#M369797</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;You do not have data in that VG?&lt;BR /&gt;if you do not have then this is oK or of the data is not required.&lt;BR /&gt;&lt;BR /&gt;alternatively you can try the following&lt;BR /&gt;&lt;BR /&gt;vgexport /dev/&lt;VG_NAME&gt;&lt;BR /&gt;mkdir /dev/&lt;VG_NAME&gt;&lt;BR /&gt;mknod group c 64 0xYY0000&lt;BR /&gt;the major number should be unique&lt;BR /&gt;you can set this to a value not matching with &lt;BR /&gt;ll /dev/*/group&lt;BR /&gt;&lt;BR /&gt;then vgimport using the map file you have &lt;BR /&gt;&lt;BR /&gt;#vgimport -v -s -m &lt;MAP_FILE&gt; /dev/&lt;VG_NAME&gt;&lt;BR /&gt;Or&lt;BR /&gt;#vgimport -v -f &lt;PV_OUT_FILE&gt; /dev/&lt;VG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;see man 1m vgimport for more of the options&lt;BR /&gt;regards&lt;BR /&gt;sujit&lt;/VG_NAME&gt;&lt;/PV_OUT_FILE&gt;&lt;/VG_NAME&gt;&lt;/MAP_FILE&gt;&lt;/VG_NAME&gt;&lt;/VG_NAME&gt;</description>
      <pubDate>Sat, 05 Dec 2009 13:38:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544432#M369797</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-12-05T13:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: LUN issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544433#M369798</link>
      <description>the HDD in the storage is empty, after mounting it in the server then only need to restore the data by DP. but now after performing the ioscan -funC disk also its not getting detected.</description>
      <pubDate>Sun, 06 Dec 2009 12:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544433#M369798</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-12-06T12:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: LUN issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544434#M369799</link>
      <description># ioscan -funC disk&lt;BR /&gt;Class     I  H/W Path      Driver         S/W State   H/W Type     Description&lt;BR /&gt;===============================================================================&lt;BR /&gt;disk      4  0/0/2/1.0.16  UsbScsiAdaptor   CLAIMED     DEVICE       USB SCSI Stack Adaptor&lt;BR /&gt;                          /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001&lt;BR /&gt;                          /dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+294=A60020000001&lt;BR /&gt;disk     40  0/3/0/0/0/0.0.0  sdisk            CLAIMED     DEVICE       HP      LOGICAL VOLUME&lt;BR /&gt;                          /dev/dsk/c0t0d0     /dev/dsk/c0t0d0s2   /dev/rdsk/c0t0d0    /dev/rdsk/c0t0d0s2&lt;BR /&gt;                          /dev/dsk/c0t0d0s1   /dev/dsk/c0t0d0s3   /dev/rdsk/c0t0d0s1  /dev/rdsk/c0t0d0s3# ioscan -funC disk&lt;BR /&gt;Class     I  H/W Path      Driver         S/W State   H/W Type     Description&lt;BR /&gt;===============================================================================&lt;BR /&gt;disk      4  0/0/2/1.0.16  UsbScsiAdaptor   CLAIMED     DEVICE       USB SCSI Stack Adaptor&lt;BR /&gt;                          /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001&lt;BR /&gt;                          /dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+294=A60020000001&lt;BR /&gt;disk     40  0/3/0/0/0/0.0.0  sdisk            CLAIMED     DEVICE       HP      LOGICAL VOLUME&lt;BR /&gt;                          /dev/dsk/c0t0d0     /dev/dsk/c0t0d0s2   /dev/rdsk/c0t0d0    /dev/rdsk/c0t0d0s2&lt;BR /&gt;                          /dev/dsk/c0t0d0s1   /dev/dsk/c0t0d0s3   /dev/rdsk/c0t0d0s1  /dev/rdsk/c0t0d0s3&lt;BR /&gt;&lt;BR /&gt;this only shows &lt;BR /&gt;UsbScsiAdaptor   CLAIMED     DEVICE       USB SCSI Stack Adaptor whether this is the disk from storage ?</description>
      <pubDate>Mon, 07 Dec 2009 05:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544434#M369799</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-12-07T05:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: LUN issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544435#M369800</link>
      <description>What kind of "storage" are you looking for?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is a USB connected CD-ROM in an older version of 11.31:&lt;BR /&gt;&lt;BR /&gt;disk 4 0/0/2/1.0.16 UsbScsiAdaptor CLAIMED DEVICE USB SCSI Stack Adaptor&lt;BR /&gt;/dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001&lt;BR /&gt;/dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+294=A60020000001</description>
      <pubDate>Mon, 07 Dec 2009 06:00:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544435#M369800</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-12-07T06:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: LUN issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544436#M369801</link>
      <description>the IBM DS3000,&lt;BR /&gt;&lt;BR /&gt;we have installed the iscsi sw in rx2660 and executed the iscsiutil -o -D it shows correct but the disk is not getting detedcted.&lt;BR /&gt;&lt;BR /&gt;# iscsiutil -p -D&lt;BR /&gt;&lt;BR /&gt;Discovery Target Information&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;Target # 1&lt;BR /&gt;-----------&lt;BR /&gt;        IP Address                : 172.16.1.29&lt;BR /&gt;        iSCSI TCP Port            : 3260&lt;BR /&gt;        iSCSI Portal Group Tag    : 1&lt;BR /&gt;&lt;BR /&gt;  User Configured:&lt;BR /&gt;  ----------------&lt;BR /&gt;&lt;BR /&gt;        Authenticaton Method      :&lt;BR /&gt;        CHAP Method               : CHAP_UNI&lt;BR /&gt;        Initiator CHAP Name       :&lt;BR /&gt;        CHAP Secret               :&lt;BR /&gt;        Header Digest             : None,CRC32C (default)&lt;BR /&gt;        Data Digest               : None,CRC32C (default)</description>
      <pubDate>Mon, 07 Dec 2009 06:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544436#M369801</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-12-07T06:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: LUN issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544437#M369802</link>
      <description>reeboted the server still it dosent get detected in the ioscan any help would be greatfully appriciated.</description>
      <pubDate>Tue, 08 Dec 2009 04:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544437#M369802</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-12-08T04:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: LUN issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544438#M369803</link>
      <description>any ting to be added in the /etc/hosts file like&lt;BR /&gt;&lt;BR /&gt;the destination DAS box ip or the switch ip from which the DAS is getting connected to the server.</description>
      <pubDate>Tue, 08 Dec 2009 06:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lun-issue/m-p/4544438#M369803</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-12-08T06:26:39Z</dc:date>
    </item>
  </channel>
</rss>

