<?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: Changing of device files !! in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982287#M17124</link>
    <description>This could be possible as methioned above, you can use dsfmgr -m to "move" one device name to another, and dsfmgr -e to "exchange" between two.&lt;BR /&gt;&lt;BR /&gt;But i'm wondering why are you doing that? You should start to use to see unsorted output in the results of commands. (The sort command could be handy)</description>
    <pubDate>Thu, 01 Jun 2006 08:43:59 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-06-01T08:43:59Z</dc:date>
    <item>
      <title>Changing of device files !!</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982283#M17120</link>
      <description>Hi All,&lt;BR /&gt;I want to change the order of device files for HDDs. Now they are physically shown in this order ...&lt;BR /&gt;/dev/dsk/disk14&lt;BR /&gt;/dev/dsk/disk6&lt;BR /&gt;/dev/dsk/disk7&lt;BR /&gt;/dev/dsk/disk9&lt;BR /&gt;/dev/dsk/disk0&lt;BR /&gt;and i want them to b in this order&lt;BR /&gt;/dev/dsk/disk0&lt;BR /&gt;/dev/dsk/disk1&lt;BR /&gt;/dev/dsk/disk2&lt;BR /&gt;/dev/dsk/disk3&lt;BR /&gt;/dev/dsk/disk4&lt;BR /&gt;so how is it possible ...&lt;BR /&gt;kindly forward me the whole procedure ....</description>
      <pubDate>Thu, 01 Jun 2006 04:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982283#M17120</guid>
      <dc:creator>Ahmed Saleem</dc:creator>
      <dc:date>2006-06-01T04:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing of device files !!</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982284#M17121</link>
      <description>dsfmgr -e /dev/dsk/disk14 /dev/dsk/disk0&lt;BR /&gt;dsfmgr -e /dev/dsk/disk6  /dev/dsk/disk1&lt;BR /&gt;:&lt;BR /&gt;&lt;BR /&gt;See #man dsfmgr&lt;BR /&gt;&lt;BR /&gt;Sometimes -e is handy, but not needed here.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://btrcx1.cip.uni-bayreuth.de/cgi-bin/manpages/dsfmgr/8" target="_blank"&gt;http://btrcx1.cip.uni-bayreuth.de/cgi-bin/manpages/dsfmgr/8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hein.</description>
      <pubDate>Thu, 01 Jun 2006 07:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982284#M17121</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-06-01T07:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing of device files !!</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982285#M17122</link>
      <description>oops, you do need -e, or change the order otherwise you run into conflict for disk0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;dsfmgr -e /dev/dsk/disk6 /dev/dsk/disk1 &lt;BR /&gt;dsfmgr -e /dev/dsk/disk7 /dev/dsk/disk2&lt;BR /&gt;dsfmgr -e /dev/dsk/disk9 /dev/dsk/disk3 &lt;BR /&gt;dsfmgr -e /dev/dsk/disk0 /dev/dsk/disk4 &lt;BR /&gt;dsfmgr -e /dev/dsk/disk14 /dev/dsk/disk0&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 07:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982285#M17122</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-06-01T07:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing of device files !!</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982286#M17123</link>
      <description>DO NOT FORGET that you also have to change links in /etc/fdmns (if using advfs) or edit /etc/fstab if using UFS.</description>
      <pubDate>Thu, 01 Jun 2006 08:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982286#M17123</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2006-06-01T08:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing of device files !!</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982287#M17124</link>
      <description>This could be possible as methioned above, you can use dsfmgr -m to "move" one device name to another, and dsfmgr -e to "exchange" between two.&lt;BR /&gt;&lt;BR /&gt;But i'm wondering why are you doing that? You should start to use to see unsorted output in the results of commands. (The sort command could be handy)</description>
      <pubDate>Thu, 01 Jun 2006 08:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982287#M17124</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-06-01T08:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Changing of device files !!</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982288#M17125</link>
      <description>Argh... i got my options mixed up.&lt;BR /&gt;The command I intended to show was -m,&lt;BR /&gt;and the -e is sometimes handy.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Oh well.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 11:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982288#M17125</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-06-01T11:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Changing of device files !!</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982289#M17126</link>
      <description>Thanks for all ur support ...</description>
      <pubDate>Mon, 05 Jun 2006 03:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/changing-of-device-files/m-p/4982289#M17126</guid>
      <dc:creator>Ahmed Saleem</dc:creator>
      <dc:date>2006-06-05T03:32:20Z</dc:date>
    </item>
  </channel>
</rss>

