<?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>Operating System - HP-UX의 주제 Re: SCSI ID changed</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-changed/m-p/4992647#M422641</link>
    <description>dear torsten,&lt;BR /&gt;            Before restarting server I removed external ultrium.&lt;BR /&gt;        but I did it to other server also.</description>
    <pubDate>Sun, 23 Jul 2006 07:19:40 GMT</pubDate>
    <dc:creator>prash_1</dc:creator>
    <dc:date>2006-07-23T07:19:40Z</dc:date>
    <item>
      <title>SCSI ID changed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-changed/m-p/4992645#M422639</link>
      <description>dear friends,&lt;BR /&gt;   My server conf.&lt;BR /&gt;server=rp3410  diskstation-DS2300&lt;BR /&gt;         Before restart my DEV server SCSI ID shows c7txdx but after restart my SCSI shows &lt;BR /&gt;c5txdx.&lt;BR /&gt;because of this my VG's which are present in Disk-station (DS2300) that are not mounted.&lt;BR /&gt;1)Plz tell me how can I change SCSI ID c5txdx to&lt;BR /&gt;c7txdx.&lt;BR /&gt;2)Why it is happen.</description>
      <pubDate>Sun, 23 Jul 2006 05:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-changed/m-p/4992645#M422639</guid>
      <dc:creator>prash_1</dc:creator>
      <dc:date>2006-07-23T05:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI ID changed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-changed/m-p/4992646#M422640</link>
      <description>This never happens by itself, did you changed something (e.g. cabling, dip switches)?&lt;BR /&gt;&lt;BR /&gt;See "man vgscan" to solve your problem.</description>
      <pubDate>Sun, 23 Jul 2006 06:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-changed/m-p/4992646#M422640</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-23T06:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI ID changed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-changed/m-p/4992647#M422641</link>
      <description>dear torsten,&lt;BR /&gt;            Before restarting server I removed external ultrium.&lt;BR /&gt;        but I did it to other server also.</description>
      <pubDate>Sun, 23 Jul 2006 07:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-changed/m-p/4992647#M422641</guid>
      <dc:creator>prash_1</dc:creator>
      <dc:date>2006-07-23T07:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI ID changed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-changed/m-p/4992648#M422642</link>
      <description>This would not happen without assistance from you; I suspect you ran a rmsf and the a new insf. The system then discovered the hardware in a different order.&lt;BR /&gt;&lt;BR /&gt;Anyway, you can change the controller instance numvers by following this procedures (although I would avoid it with the boot VG).&lt;BR /&gt;&lt;BR /&gt;0) ioscan -f | grep -e "INTERFACE" \&lt;BR /&gt;-e "DEVICE" | grep -v -i "target" | \&lt;BR /&gt;awk '{printf("%-20.20s %-12.12s %3d\n, $3,$1,($2 + 0))}' | sort &amp;gt; /myfile&lt;BR /&gt;&lt;BR /&gt;1) Use vi (or the text editor of choice) and change the "ext_bus" as needed/desired.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2) mv /stand/ioconfig /stand/ioconfig.SAV&lt;BR /&gt;mv /etc/ioconfig /etc/ioconfig.SAV&lt;BR /&gt;shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;Because the ioconfig files are missing, you will get an ioinitrc prompt.&lt;BR /&gt;&lt;BR /&gt;At the ioinitrc prompt type "/sbin/ioinit -c"&lt;BR /&gt;to rebuild the files.&lt;BR /&gt;&lt;BR /&gt;3) Now apply your changes.&lt;BR /&gt;&lt;BR /&gt;/sbin/ioinit -f /myfile -r&lt;BR /&gt;&lt;BR /&gt;You can ignore warnings "Input is identical to kernel" but not errors "instance number 4 already exists for class"&lt;BR /&gt;&lt;BR /&gt;The -r ioinit option causes the system to reboot immediately.&lt;BR /&gt;&lt;BR /&gt;If you like this same procedure can also be used to reorder lan instances.&lt;BR /&gt;&lt;BR /&gt;Man ioinit for details.&lt;BR /&gt;</description>
      <pubDate>Sun, 23 Jul 2006 13:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-changed/m-p/4992648#M422642</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-23T13:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI ID changed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-changed/m-p/4992649#M422643</link>
      <description>thanks to you Stephenson I solved problem from your script</description>
      <pubDate>Thu, 27 Jul 2006 10:04:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-id-changed/m-p/4992649#M422643</guid>
      <dc:creator>prash_1</dc:creator>
      <dc:date>2006-07-27T10:04:06Z</dc:date>
    </item>
  </channel>
</rss>

