<?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: meaning of mknod in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413935#M353402</link>
    <description>Hello Sajid,&lt;BR /&gt;&lt;BR /&gt;any idea,&lt;BR /&gt;&lt;BR /&gt;how we can check which vg is occupied which major and minor number? so when we will create new vg we should not use that number. "However system itself will not allow to do so" thanks, &lt;BR /&gt;</description>
    <pubDate>Wed, 06 May 2009 07:38:03 GMT</pubDate>
    <dc:creator>avizen9</dc:creator>
    <dc:date>2009-05-06T07:38:03Z</dc:date>
    <item>
      <title>meaning of mknod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413930#M353397</link>
      <description>mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;&lt;BR /&gt;what is the meaning of this command..in my knowledge it is to create device file...but..here why we are using it as a character device file...what is the significant of this 64..why we are using four zeros after 01..&lt;BR /&gt;&lt;BR /&gt;please give me an answer</description>
      <pubDate>Wed, 06 May 2009 06:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413930#M353397</guid>
      <dc:creator>joseph51</dc:creator>
      <dc:date>2009-05-06T06:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: meaning of mknod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413931#M353398</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;check lsdev = device driver = number 64 is LV/LVM&lt;BR /&gt;&lt;BR /&gt;four zeros after 01 is normal counting of &lt;BR /&gt;devices.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mikap&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2009 06:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413931#M353398</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-05-06T06:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: meaning of mknod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413932#M353399</link>
      <description>Hi Binu,&lt;BR /&gt;&lt;BR /&gt;mknod is the command to create special device files.&lt;BR /&gt;&lt;BR /&gt;64 is the major number which is nothing but kernel driver number for lvm. #lsdev will list the available kernel drivers.&lt;BR /&gt;&lt;BR /&gt;0x010000 -&amp;gt; is the minor which represents VG number in hex. But normally minor numbers represents hardware path, device specific parameters. Since LVM devices does not have these values it is represented with 4 zeros.</description>
      <pubDate>Wed, 06 May 2009 06:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413932#M353399</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-05-06T06:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: meaning of mknod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413933#M353400</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check this thread as well..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1031631" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1031631&lt;/A&gt;</description>
      <pubDate>Wed, 06 May 2009 06:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413933#M353400</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-05-06T06:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: meaning of mknod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413934#M353401</link>
      <description>Dear Binu&lt;BR /&gt;&lt;BR /&gt;Each device file has one major number it is points to the kernel for example major number of volume group  is 64&lt;BR /&gt;major number of all device file belongs to same category should be same but minor number is different meaing of the   minor number groups all the logical volumes within a volume group. The 1st two digits in the minor number identify the volume group and the last  two the logical volume within the volume group.&lt;BR /&gt;minor number should be unique in a system&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;sajjad</description>
      <pubDate>Wed, 06 May 2009 07:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413934#M353401</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-06T07:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: meaning of mknod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413935#M353402</link>
      <description>Hello Sajid,&lt;BR /&gt;&lt;BR /&gt;any idea,&lt;BR /&gt;&lt;BR /&gt;how we can check which vg is occupied which major and minor number? so when we will create new vg we should not use that number. "However system itself will not allow to do so" thanks, &lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2009 07:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413935#M353402</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-05-06T07:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: meaning of mknod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413936#M353403</link>
      <description>Hi Avizen9,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;how we can check which vg is occupied which major and minor number? &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Major number for all the VG is 64 only. Every VG should have only group file.To know the minor number give this command.&lt;BR /&gt;&lt;BR /&gt;#ll /dev/*/group --&amp;gt; It will list the available</description>
      <pubDate>Wed, 06 May 2009 07:43:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413936#M353403</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-05-06T07:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: meaning of mknod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413937#M353404</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;hello Avizen&lt;BR /&gt;&lt;BR /&gt;Dear Avizen&lt;BR /&gt;&lt;BR /&gt;please see Ganeshan posting also&lt;BR /&gt;&lt;BR /&gt;ls -l /dev/*/group &lt;BR /&gt;&lt;BR /&gt;it will display the minor number&lt;BR /&gt;&lt;BR /&gt;u can use next minor or minor number not already available in system&lt;BR /&gt;&lt;BR /&gt;ok&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Wed, 06 May 2009 07:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413937#M353404</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-06T07:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: meaning of mknod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413938#M353405</link>
      <description>Hi Binu,&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;/sbin/mknod name c major minor &lt;BR /&gt;&lt;BR /&gt;Character device special files are used for devices that can transfer single bytes at a time, such as nine-track magnetic tape drives, printers, plotters, disk drives operating in "raw" mode, and terminals. To create a character special file, use the c argument.&lt;BR /&gt;Block device special files are used for devices that usually transfer a block of data at a time, such as disk drives. To create a block device special file, use the b argument.&lt;BR /&gt;The remaining arguments specify the device that will be accessible through the new special file: &lt;BR /&gt;major &lt;BR /&gt;The major number specifies the major device type (for example, the device driver number).&lt;BR /&gt;minor &lt;BR /&gt;The minor number specifies the device location, which is typically, but not always, the unit, drive, and/or line number.&lt;BR /&gt;&lt;BR /&gt;The major and minor values can each be specified in hexadecimal, octal, or decimal, using C language conventions (decimal: no leading zero; octal: leading zero; hexadecimal: leading 0x).&lt;BR /&gt;&lt;BR /&gt;The assignment of major and minor device numbers is specific to each HP-UX system. Refer to the System Administrator manuals supplied with your system for details.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90691/mknod.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90691/mknod.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If it helps, pls assign point&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
      <pubDate>Wed, 06 May 2009 08:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-mknod/m-p/4413938#M353405</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-05-06T08:41:37Z</dc:date>
    </item>
  </channel>
</rss>

