<?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: Device File ISSUE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525108#M24243</link>
    <description>I also agree . Actually the way a device is reported is as it is sensed by the kernel while the kernel is booting , more to do with the Interrupts , the slots where they are located  on the system bus , and the ID's so any time you change the OS , cards you will find that the same device now has differnt dev file name. &lt;BR /&gt;&lt;BR /&gt;Manoj</description>
    <pubDate>Fri, 04 May 2001 18:42:16 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2001-05-04T18:42:16Z</dc:date>
    <item>
      <title>Device File ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525105#M24240</link>
      <description>Hi ALL,&lt;BR /&gt;&lt;BR /&gt;Few days back we had hfs to vxfs conversion.&lt;BR /&gt;After that conversion the device files accessing the dlt (in all 4) drives have changed ie /dev/rmt/4m has now become /dev/rmt/2m.&lt;BR /&gt;Can anyone justify this change.&lt;BR /&gt;Any help would be highly appreciated.&lt;BR /&gt;&lt;BR /&gt;For details of device files iam attaching a file....please have a look.&lt;BR /&gt;&lt;BR /&gt;Thanx.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 May 2001 18:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525105#M24240</guid>
      <dc:creator>abhijit chaphekar</dc:creator>
      <dc:date>2001-05-04T18:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Device File ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525106#M24241</link>
      <description>This isn't so strange; it very frequently happens if interface cards were added to the system and the root filesystem is recreated&lt;BR /&gt;or a new OS is installed.&lt;BR /&gt;If you do an ioscan -C tape -fn you will notice an 'I' column for instance. That's simply the order in which the system discovered&lt;BR /&gt;the device. Generally, 0m is instance 0, 1m is instance 1m, and so on. However, you could very easily recreate the device node with the proper major/minor device and 0m can be anything you like.&lt;BR /&gt;If if bugs you, simply use mknod to create the short tape device nodes to the old values.&lt;BR /&gt;&lt;BR /&gt;BTW - this could also occur with your SCSI controllers as well; what was c2 might now be c3.&lt;BR /&gt;&lt;BR /&gt;The discovery sequence varies from platform to platform but it is predictable.&lt;BR /&gt;&lt;BR /&gt;Hope this clears things up a bit, Clay.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 May 2001 18:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525106#M24241</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-04T18:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Device File ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525107#M24242</link>
      <description>Clay,&lt;BR /&gt;&lt;BR /&gt;8/0.8.0.0.0.2.0 has   /dev/rmt/2m &lt;BR /&gt;and             &lt;BR /&gt;8/0.8.0.0.1.4.0 has  /dev/rmt/4m &lt;BR /&gt;&lt;BR /&gt;i want to reverse them. so do have to do rmsf to both of them and recreate with mknod/mksf.&lt;BR /&gt;&lt;BR /&gt;thanx,</description>
      <pubDate>Fri, 04 May 2001 18:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525107#M24242</guid>
      <dc:creator>abhijit chaphekar</dc:creator>
      <dc:date>2001-05-04T18:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Device File ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525108#M24243</link>
      <description>I also agree . Actually the way a device is reported is as it is sensed by the kernel while the kernel is booting , more to do with the Interrupts , the slots where they are located  on the system bus , and the ID's so any time you change the OS , cards you will find that the same device now has differnt dev file name. &lt;BR /&gt;&lt;BR /&gt;Manoj</description>
      <pubDate>Fri, 04 May 2001 18:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525108#M24243</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-05-04T18:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Device File ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525109#M24244</link>
      <description>Hi Abhijit:&lt;BR /&gt;&lt;BR /&gt;We don't need no stinkin' mksf; we're gonna do this like real UNIX guys with mknod.&lt;BR /&gt;&lt;BR /&gt;1) cd to /dev/rmt.&lt;BR /&gt;2) ls -l and note the major and minor device numbers of the devices you wish to swap. You might want to do an ls -l | lp to have handy.&lt;BR /&gt;3) Lets say that 2m looks like:&lt;BR /&gt;crw-rw-rw 2 bin bin 205 0x022000 date 2m&lt;BR /&gt;and that&lt;BR /&gt;4m looks like (just examples)&lt;BR /&gt;crw-rw-rw 2 bin bin 204 0x052000 date 4m&lt;BR /&gt;were going to swap the 0x022000 and the 0x052000&lt;BR /&gt;4) rm 2m 4m&lt;BR /&gt;5) mknod 2m c 205 0x052000&lt;BR /&gt;   mknod 4m c 205 0x022000&lt;BR /&gt;chown bin:bin 2m 4m&lt;BR /&gt;chmod 666 2m 4m&lt;BR /&gt;&lt;BR /&gt;It's a little bit tedious but it really is the most certain way to do this. You will also need to do the 2n, 2nb, etc. nodes as well. I would do them even if you don't use them. They could cause great confusion (at least on humans) in the future if 2m and 2mn were diffrent physical tape drives.&lt;BR /&gt;&lt;BR /&gt;This should do the trick, Clay.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 May 2001 18:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525109#M24244</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-04T18:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Device File ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525110#M24245</link>
      <description>There is also one more way to do it .&lt;BR /&gt;Interchange the devices physically ?&lt;BR /&gt;Just a thought .Though the other way is easier .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastav</description>
      <pubDate>Fri, 04 May 2001 19:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525110#M24245</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-05-04T19:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Device File ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525111#M24246</link>
      <description>Clay,&lt;BR /&gt;&lt;BR /&gt;If i reverse the device files this will be true only till the next reboot.Again after the next reboot.i will have to do conversions........&lt;BR /&gt;Is there any....workaround for this problem.&lt;BR /&gt;&lt;BR /&gt;thanx</description>
      <pubDate>Fri, 04 May 2001 21:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525111#M24246</guid>
      <dc:creator>abhijit chaphekar</dc:creator>
      <dc:date>2001-05-04T21:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Device File ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525112#M24247</link>
      <description>You're lucky you caught me just before I left.&lt;BR /&gt;No, the changes are permanent; if you add another device in the future the next available instance will be used. Existing entries will not be touched. You're home free.&lt;BR /&gt;&lt;BR /&gt;Regeards, Clay&lt;BR /&gt;</description>
      <pubDate>Fri, 04 May 2001 21:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-file-issue/m-p/2525112#M24247</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-04T21:10:29Z</dc:date>
    </item>
  </channel>
</rss>

