<?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: Mknod command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829841#M88604</link>
    <description>It's not clear to me from the question why previous responders assumed the question was about disks.  Every device file has a major and minor number, with the minor number generally containing information about the unit number and (sometimes) operational modes for the device.  These modes vary from driver to driver (such as whether a tape drive should rewind on last close, or configuration attributes for a terminal device), so it's not possible to give a totally useful answer without knowing which specific device file you're talking about, and, in some cases, which version of HP-UX you are running.&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Oct 2002 08:54:28 GMT</pubDate>
    <dc:creator>doug hosking</dc:creator>
    <dc:date>2002-10-22T08:54:28Z</dc:date>
    <item>
      <title>Mknod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829835#M88598</link>
      <description>Sorry that should have read...When issuing the mknod command how do I determine the minor number ?!?!&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2002 11:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829835#M88598</guid>
      <dc:creator>Kevin_107</dc:creator>
      <dc:date>2002-10-21T11:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mknod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829836#M88599</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You will have to look in /dev/vgxx for example to see waht minors already exist and pick that does not exist.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Mon, 21 Oct 2002 11:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829836#M88599</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-21T11:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mknod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829837#M88600</link>
      <description>ll /dev/vg*/group&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2002 11:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829837#M88600</guid>
      <dc:creator>Emmanuelle</dc:creator>
      <dc:date>2002-10-21T11:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mknod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829838#M88601</link>
      <description>Kevin,&lt;BR /&gt;&lt;BR /&gt;in order to keep somewhat of a system standard, I usually assign my minor numbers to match my VGnn, i.e vg01 would have a minor number of 00x010000, vg02=00x020000 and so on.  &lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Mon, 21 Oct 2002 11:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829838#M88601</guid>
      <dc:creator>Andreas Mueller_1</dc:creator>
      <dc:date>2002-10-21T11:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mknod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829839#M88602</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;correct ! I forgot the /group&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Mon, 21 Oct 2002 11:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829839#M88602</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-21T11:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mknod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829840#M88603</link>
      <description>just be careful to remember this is in hex. When you get up to lets say vg11 and higher you will need to convert this number (11). And the Letter associated with it... ie... 00x0E0000</description>
      <pubDate>Mon, 21 Oct 2002 18:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829840#M88603</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2002-10-21T18:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mknod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829841#M88604</link>
      <description>It's not clear to me from the question why previous responders assumed the question was about disks.  Every device file has a major and minor number, with the minor number generally containing information about the unit number and (sometimes) operational modes for the device.  These modes vary from driver to driver (such as whether a tape drive should rewind on last close, or configuration attributes for a terminal device), so it's not possible to give a totally useful answer without knowing which specific device file you're talking about, and, in some cases, which version of HP-UX you are running.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Oct 2002 08:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829841#M88604</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2002-10-22T08:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mknod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829842#M88605</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Doug is right !&lt;BR /&gt;There are other possibilities.&lt;BR /&gt;For example a jukebox device or modem devive etc.&lt;BR /&gt;Bu tmost of the time the documentation about the device will guide you.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Tue, 22 Oct 2002 09:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829842#M88605</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-22T09:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mknod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829843#M88606</link>
      <description>minor number's format is like so 0xxx0000 whereby xx can have the value between 00 and ff&lt;BR /&gt;&lt;BR /&gt;It depends on the maxvgs parameter.&lt;BR /&gt;The default value of maxvgs(maximum volume groups) is 10.&lt;BR /&gt;&lt;BR /&gt;Like&lt;BR /&gt;vg00 = 0x000000 &lt;BR /&gt;vg01 = 0x010000 &lt;BR /&gt;&lt;BR /&gt;If maxvgs is more than 10,then&lt;BR /&gt;vg10=0x0a0000&lt;BR /&gt;vg15 = 0x0f0000&lt;BR /&gt;&lt;BR /&gt;It is not that it should be in this order.&lt;BR /&gt;you can use the minor numbers if they are not used.&lt;BR /&gt;They should be unique.&lt;BR /&gt;YOu can just do a &lt;BR /&gt; ll /dev/vg*/group&lt;BR /&gt;to find out the used ones.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 22 Oct 2002 09:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829843#M88606</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-22T09:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mknod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829844#M88607</link>
      <description>Volume groups do not have to begin with vg&lt;BR /&gt;So I use the command&lt;BR /&gt;&lt;BR /&gt;find .|grep group|xargs ll|sort -k6</description>
      <pubDate>Tue, 22 Oct 2002 09:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mknod-command/m-p/2829844#M88607</guid>
      <dc:creator>Trevor Parfitt</dc:creator>
      <dc:date>2002-10-22T09:42:10Z</dc:date>
    </item>
  </channel>
</rss>

