<?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: DAT Drive on Different path. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014263#M427136</link>
    <description>Sp,&lt;BR /&gt;&lt;BR /&gt;This thread has a better idea and step by step procedure.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=943125" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=943125&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Siva</description>
    <pubDate>Wed, 15 Nov 2006 14:03:42 GMT</pubDate>
    <dc:creator>siva0123</dc:creator>
    <dc:date>2006-11-15T14:03:42Z</dc:date>
    <item>
      <title>DAT Drive on Different path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014261#M427134</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;I notice that my DAT drive is on device /dev/rmt/17m. On all my 50 other servers the default path is /dev/rmt/0m. My question is can change the path from /dev/rmt/17m to /dev/rmt/0m. I would like to stay consistent. And what are the commands to achive this.&lt;BR /&gt;&lt;BR /&gt;Itanium rp7620&lt;BR /&gt;11.23&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;sp,</description>
      <pubDate>Wed, 15 Nov 2006 13:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014261#M427134</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2006-11-15T13:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: DAT Drive on Different path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014262#M427135</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Please read the following link .&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1024354&amp;amp;admit=-682735245+1163616974668+28353475." target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1024354&amp;amp;admit=-682735245+1163616974668+28353475.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Seems that you can simply rename the device file&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Siva</description>
      <pubDate>Wed, 15 Nov 2006 13:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014262#M427135</guid>
      <dc:creator>siva0123</dc:creator>
      <dc:date>2006-11-15T13:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: DAT Drive on Different path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014263#M427136</link>
      <description>Sp,&lt;BR /&gt;&lt;BR /&gt;This thread has a better idea and step by step procedure.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=943125" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=943125&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Siva</description>
      <pubDate>Wed, 15 Nov 2006 14:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014263#M427136</guid>
      <dc:creator>siva0123</dc:creator>
      <dc:date>2006-11-15T14:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: DAT Drive on Different path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014264#M427137</link>
      <description>This has been asked so often that I finally saved my standard response:&lt;BR /&gt;&lt;BR /&gt;First, let me echo Bill Hassell in saying you can simply rename the existing devic&lt;BR /&gt;e file.  There is no significance other than historical to the device names as we&lt;BR /&gt;know them.&lt;BR /&gt;&lt;BR /&gt;Second, if you're still nervous about it, you can use a link - linking the undesir&lt;BR /&gt;ed name to the preferred name.&lt;BR /&gt;&lt;BR /&gt;Third, if you really want to re-create the device names properly, here is a guide:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.  Use "ioscan" to find out what the current device files look like and what the&lt;BR /&gt;instance number is:&lt;BR /&gt;ioscan -kfnCtape&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. Use "mksf" to create each of the four types of device files:&lt;BR /&gt;&lt;BR /&gt;/sbin/mksf -d stape -I 12 -a -b BEST rmt/12m&lt;BR /&gt;/sbin/mksf -d stape -I 12 -u -b BEST rmt/12mb&lt;BR /&gt;/sbin/mksf -d stape -I 12 -a -n -b BEST rmt/12mn&lt;BR /&gt;/sbin/mksf -d stape -I 12 -u -n -b BEST rmt/12mnb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. Use "ll" to compare your newly created device files with those created by the s&lt;BR /&gt;ystem. Major and minor numbers should match between corresponding entries (205 0x0&lt;BR /&gt;61000 for both 12m and the equivalent c6t1d0BEST):&lt;BR /&gt;&lt;BR /&gt;ll /dev/rmt |more&lt;BR /&gt;&lt;BR /&gt;crw-rw-rw 1 bin bin 205 0x061000 Mar 17 08:40 12m&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;crw-rw-rw 1 bin bin 205 0x061000 Mar 17 08:40 c6t1d0BEST&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4. repeat the ioscan to double check that your new device files are associated wit&lt;BR /&gt;h the correct tape drive:&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnCtape&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I was using 12m in the example but you can use anything you want.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 15 Nov 2006 14:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014264#M427137</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-11-15T14:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: DAT Drive on Different path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014265#M427138</link>
      <description>&lt;BR /&gt;Thanks, I think I can figure it out with this information you guy;s provide.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Sp</description>
      <pubDate>Wed, 15 Nov 2006 14:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014265#M427138</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2006-11-15T14:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: DAT Drive on Different path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014266#M427139</link>
      <description>Thanks for the help!</description>
      <pubDate>Wed, 15 Nov 2006 14:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-on-different-path/m-p/5014266#M427139</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2006-11-15T14:20:43Z</dc:date>
    </item>
  </channel>
</rss>

