<?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: Change device file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022507#M130799</link>
    <description>If you want to access the tape drive using another name, you may try to create a link:&lt;BR /&gt;# ln -s /dev/rmt/0m /dev/rmt/1m &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Jul 2003 07:03:52 GMT</pubDate>
    <dc:creator>twang</dc:creator>
    <dc:date>2003-07-14T07:03:52Z</dc:date>
    <item>
      <title>Change device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022504#M130796</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I want to change device file my tape from /dev/rmt/1m to be /dev/rmt/1m.&lt;BR /&gt;What should i do ?&lt;BR /&gt;&lt;BR /&gt;thanks for your help&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;&lt;BR /&gt;Sam</description>
      <pubDate>Mon, 14 Jul 2003 06:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022504#M130796</guid>
      <dc:creator>jhuihuihi</dc:creator>
      <dc:date>2003-07-14T06:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022505#M130797</link>
      <description>Hi,&lt;BR /&gt;we need a little more information...&lt;BR /&gt;&lt;BR /&gt;1)&lt;BR /&gt;from /dev/rmt/1m to be /dev/rmt/1m&lt;BR /&gt;&lt;BR /&gt;looks identical :9&lt;BR /&gt;&lt;BR /&gt;2) &lt;BR /&gt;in which application ? Omniback ? fbackup ? tar ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tar: tar .... -f your_device_file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fbackup: fbackup .... -f your_device_file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;omniback: modify device properties and write whatever you want...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  HTH,&lt;BR /&gt;   Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2003 06:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022505#M130797</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-14T06:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022506#M130798</link>
      <description>Sorry give you wrong information.&lt;BR /&gt;&lt;BR /&gt;I want to change tape devive file in HP-UX from /dev/rmt/1m to /dev/rmt/0m.&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply</description>
      <pubDate>Mon, 14 Jul 2003 06:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022506#M130798</guid>
      <dc:creator>jhuihuihi</dc:creator>
      <dc:date>2003-07-14T06:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022507#M130799</link>
      <description>If you want to access the tape drive using another name, you may try to create a link:&lt;BR /&gt;# ln -s /dev/rmt/0m /dev/rmt/1m &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2003 07:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022507#M130799</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-14T07:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Change device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022508#M130800</link>
      <description>Hi,&lt;BR /&gt;Not wanting to be difficult here, but why would you want to do that ? There is no device linked to /dev/rmt/0m any more (but there was probably, otherwise you wouldn't have a /dev/rmt/1m) ?&lt;BR /&gt;&lt;BR /&gt;Note that it is not a simple procedure to change this. What you need is the "ioinit" command. Read the manpages carefully !!!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom Geudens&lt;BR /&gt;&lt;BR /&gt;P.S. If you want tapedrives to have the same name in your applications, use symbolic links. The following is from our systems :&lt;BR /&gt;lrwxr-xr-x   1 root       sys             13 Apr 12  2002 /dev/robotwilg_drv0 -&amp;gt; /dev/rmt/5mnb&lt;BR /&gt;lrwxr-xr-x   1 root       sys             14 May  2  2002 /dev/robotwilg_drv1 -&amp;gt; /dev/rmt/10mnb&lt;BR /&gt;lrwxr-xr-x   1 root       sys             13 Apr 12  2002 /dev/robotwilg_drv3 -&amp;gt; /dev/rmt/4mnb&lt;BR /&gt;&lt;BR /&gt;Whatever the device is, the application always uses robotwilg_drv0,drv1 or drv3.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2003 07:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022508#M130800</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2003-07-14T07:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022509#M130801</link>
      <description>Hi,&lt;BR /&gt;i agree with others comments.&lt;BR /&gt;Not for doing your businness, but why do you want to do so ?&lt;BR /&gt;&lt;BR /&gt;if, from "ioscan -fnCtape", you have just tape 1m, then you must use it.&lt;BR /&gt;&lt;BR /&gt;If there are script that uses the 0m, then you must change them, and not the system.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2003 07:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022509#M130801</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-14T07:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022510#M130802</link>
      <description>Take a look at this thread:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x195428c64656d71190080090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x195428c64656d71190080090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps.</description>
      <pubDate>Mon, 14 Jul 2003 07:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022510#M130802</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-14T07:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022511#M130803</link>
      <description>Sam,&lt;BR /&gt;&lt;BR /&gt;The procedure is outlined in this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5cb97680e012d71190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5cb97680e012d71190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2003 09:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022511#M130803</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-14T09:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022512#M130804</link>
      <description>If you need to really change this for massive script changes. (for a system with one tape drive I have difficulty imagining this being something an awk script can't handle.  &lt;BR /&gt;&lt;BR /&gt;I would replace my ioconfig file, however, it would be much easier to replace my /dev/rmt/0m in scripts with sed or awk...&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Mon, 14 Jul 2003 11:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022512#M130804</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2003-07-14T11:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022513#M130805</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Just create link to the device and that's all&lt;BR /&gt;what you need.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Mon, 14 Jul 2003 19:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022513#M130805</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-14T19:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change device file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022514#M130806</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;One more thing what you can do is ,if the dat drive is the only device connected in your SCSI controller you can delete the existing device file using rmsf and change the SCSI id of the DAT drive to 0 and reboot the server.The new device file will be /dev/rmt/0m.&lt;BR /&gt;&lt;BR /&gt;Other wise just create a create a link  using&lt;BR /&gt;&lt;BR /&gt;#ln /dev/rmt/0m /dev/rmt/1m.&lt;BR /&gt;&lt;BR /&gt;Now both device file will point to save drive .&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;baiju</description>
      <pubDate>Tue, 15 Jul 2003 12:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-device-file/m-p/3022514#M130806</guid>
      <dc:creator>blal</dc:creator>
      <dc:date>2003-07-15T12:47:18Z</dc:date>
    </item>
  </channel>
</rss>

