<?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: Limitation of an lvol device name in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752507#M643117</link>
    <description>Hi Holger,&lt;BR /&gt;&lt;BR /&gt; If you REALLY need a long lvol name, then Clay's solution would be the one I'd use. I certainly wouldn't want to have to type that name EVERY time I wished to check or mod it. And you still could use the long name for whatever reson you need to.&lt;BR /&gt;Two caveats:&lt;BR /&gt;1) - ABSOLUTELY no spaces allowed in the name &amp;amp; I'd avoid special chars. Stick to alphanumeric &amp;amp; all should be well.&lt;BR /&gt;2) - The LV name will also contain the /dev/vgxxx value, so bear that in mind. Can't put ALL 255 chars in the LV "name" alone.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 26 Jun 2002 14:30:50 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2002-06-26T14:30:50Z</dc:date>
    <item>
      <title>Limitation of an lvol device name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752502#M643112</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;short question:&lt;BR /&gt;I want to create a new lvol on my machines. How long can be the name of the device file ?&lt;BR /&gt;Here's what i mean: /dev/vg01/lvol_withaverylongnamewhichhopefullywillworkfineifnotihaveaproblem&lt;BR /&gt;Does it behave like a normal filename limit with 255 characters or is there something else i should take care of ?&lt;BR /&gt;&lt;BR /&gt;Software:&lt;BR /&gt;OS: HP-UX 11.00 64bit&lt;BR /&gt;MC/SG A.11.13&lt;BR /&gt;CIFS/9000 A.01.08&lt;BR /&gt;Servers:&lt;BR /&gt;HP9000 L2000-440&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;RGDS, Holger</description>
      <pubDate>Wed, 26 Jun 2002 13:38:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752502#M643112</guid>
      <dc:creator>Holger Knoppik</dc:creator>
      <dc:date>2002-06-26T13:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation of an lvol device name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752503#M643113</link>
      <description>&lt;BR /&gt;hi&lt;BR /&gt;&lt;BR /&gt;  I am havn't seen any restriction for lvol naming, other than the normal file name restrictions.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Shahul</description>
      <pubDate>Wed, 26 Jun 2002 13:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752503#M643113</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-06-26T13:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation of an lvol device name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752504#M643114</link>
      <description>Hi Holger&lt;BR /&gt;&lt;BR /&gt;You may like to look at this :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/30-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/30-toc.html&amp;amp;searchterms=a%7clvol%7cdevice%7cNaming&amp;amp;queryid=20020626-075115" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/30-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/30-toc.html&amp;amp;searchterms=a%7clvol%7cdevice%7cNaming&amp;amp;queryid=20020626-075115&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also from the link :&lt;BR /&gt;&lt;BR /&gt;Naming Logical Volumes  &lt;BR /&gt;&lt;BR /&gt;Logical volumes are identified by their device file names which can either be assigned by you or assigned by default when you create a logical volume using lvcreate (1M).&lt;BR /&gt;&lt;BR /&gt;When assigned by you, you can choose whatever name you wish up to 255 characters.&lt;BR /&gt;&lt;BR /&gt;When assigned by default, these names take the form: /dev/vgnn/lvolN (the block device file form) and /dev/vgnn/rlvolN (the character device file form). The number N starts at 1 and proceeds 2, 3, and so on, in the order that logical volumes are created within each volume group.&lt;BR /&gt;&lt;BR /&gt;When LVM creates a logical volume, it creates both block and character device files. LVM then places the device files for a logical volume in the appropriate volume group directory.&lt;BR /&gt;&lt;BR /&gt;For example, the default block name for the first logical volume created in volume group vg01 would have the full path name:&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol1&lt;BR /&gt;If you create a logical volume to contain raw data for a sales database, you might want to name it using a non-default name:&lt;BR /&gt;/dev/vg01/sales_db_lv&lt;BR /&gt;After the logical volume in the above example has been created, it will have two device files:&lt;BR /&gt;/dev/vg01/sales_db_lv&lt;BR /&gt;(the block device file)&lt;BR /&gt;/dev/vg01/rsales_db_lv&lt;BR /&gt;(the character, or raw, device file)&lt;BR /&gt;&lt;BR /&gt;It should behaev normally excpet when you want to put it as a home directory in /etc/passwd bczo there are limitation over there .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 26 Jun 2002 13:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752504#M643114</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-26T13:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation of an lvol device name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752505#M643115</link>
      <description>Nothing for you to take care of. It'll take up to 255 characters.</description>
      <pubDate>Wed, 26 Jun 2002 13:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752505#M643115</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-26T13:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation of an lvol device name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752506#M643116</link>
      <description>How about a Plan B?&lt;BR /&gt;&lt;BR /&gt;Keep the LVOL name fairly standard and then use a symbolic link&lt;BR /&gt;ln -s /dev/vg04/lvolsimple /really/strange/fiilenameXXXXXXXXXXXXXXXXXXXXXXXXXX</description>
      <pubDate>Wed, 26 Jun 2002 14:14:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752506#M643116</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-06-26T14:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation of an lvol device name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752507#M643117</link>
      <description>Hi Holger,&lt;BR /&gt;&lt;BR /&gt; If you REALLY need a long lvol name, then Clay's solution would be the one I'd use. I certainly wouldn't want to have to type that name EVERY time I wished to check or mod it. And you still could use the long name for whatever reson you need to.&lt;BR /&gt;Two caveats:&lt;BR /&gt;1) - ABSOLUTELY no spaces allowed in the name &amp;amp; I'd avoid special chars. Stick to alphanumeric &amp;amp; all should be well.&lt;BR /&gt;2) - The LV name will also contain the /dev/vgxxx value, so bear that in mind. Can't put ALL 255 chars in the LV "name" alone.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jun 2002 14:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752507#M643117</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-06-26T14:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation of an lvol device name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752508#M643118</link>
      <description>OK,&lt;BR /&gt;&lt;BR /&gt;thanx everybody for your quick assistance. Clay, I'll keep that trick in mind for more complex systems, which we will probably have in the future (I don't really think so, but it sounds very interesting!) As you all can see, we're using a HA CIFS/9000 environment, nothing what has to do with large databases, but my customers are getting hungry in disk space ;-)&lt;BR /&gt;&lt;BR /&gt;CU&lt;BR /&gt;&lt;BR /&gt;RGDS, Holger</description>
      <pubDate>Wed, 26 Jun 2002 15:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752508#M643118</guid>
      <dc:creator>Holger Knoppik</dc:creator>
      <dc:date>2002-06-26T15:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation of an lvol device name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752509#M643119</link>
      <description>You may find that sam will only display a limited number of characters for the lvol name.  If you name the lvol's with identical first part of the names, you may not be able to tell them apart.</description>
      <pubDate>Wed, 26 Jun 2002 15:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limitation-of-an-lvol-device-name/m-p/2752509#M643119</guid>
      <dc:creator>Martha Mueller</dc:creator>
      <dc:date>2002-06-26T15:27:47Z</dc:date>
    </item>
  </channel>
</rss>

