<?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: creating new file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853707#M612249</link>
    <description>It's very simple:&lt;BR /&gt;&lt;BR /&gt;1) Create a new LVOL using lvcreate (or dedicate an entire disk to a filesystem).&lt;BR /&gt;e.g. lvcreate -L 512 -n lvol4 /dev/vg02&lt;BR /&gt;&lt;BR /&gt;2) newfs -F vxfs /dev/vg02/rlvol4&lt;BR /&gt;&lt;BR /&gt;3) Create a mountpoint&lt;BR /&gt;e.g. mkdir /mickey&lt;BR /&gt;&lt;BR /&gt;4) Create an /etc/fstab entry:&lt;BR /&gt;/dev/vg02/lvol4 /mickey vxfs rw,suid,delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;5) mount /mickey&lt;BR /&gt;&lt;BR /&gt;OR use SAM -&amp;gt; Disks and Filesystems to do all of these tasks.&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Aug 2006 15:05:07 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-08-30T15:05:07Z</dc:date>
    <item>
      <title>creating new file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853703#M612245</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; i want to create new file system's on my new HP-UX boxes. Please give me the brief steps how to do that.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thnx</description>
      <pubDate>Wed, 30 Aug 2006 14:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853703#M612245</guid>
      <dc:creator>Lakshmikanth Baddam</dc:creator>
      <dc:date>2006-08-30T14:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: creating new file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853704#M612246</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;While I prefer using the LVM commands, I would suggest that you use SAM until you understand the paths involved.&lt;BR /&gt;&lt;BR /&gt;A summary of LVM commands and their use can be found in the 'lvm(7)' manpages.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60127/lvm.7.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/lvm.7.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A much more detailed discussion about setting up LVM and filesystems is covered here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90950/index.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Even if you elect to use SAM, I urge you to read the aforementioned documents.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 30 Aug 2006 15:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853704#M612246</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-08-30T15:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: creating new file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853705#M612247</link>
      <description>you must first create a logical volume &lt;BR /&gt;&lt;BR /&gt;lvcreate -L (size) -n (logical volume name) vg??(volume group name) &lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -o largefile /dev/vg??/lvol??&lt;BR /&gt;&lt;BR /&gt;mkdir ???&lt;BR /&gt;&lt;BR /&gt;mount -F vxfs /dev/vg??/lvol?? /(new mount point)&lt;BR /&gt;&lt;BR /&gt;add entry /etc/fstab &lt;BR /&gt;&lt;BR /&gt;or just use sam</description>
      <pubDate>Wed, 30 Aug 2006 15:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853705#M612247</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-08-30T15:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: creating new file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853706#M612248</link>
      <description>&lt;!--!*#--&gt;Shalom,&lt;BR /&gt;&lt;BR /&gt;lvcreate -n logicalvolumename vg##&lt;BR /&gt;lvextend -L size in M /dev/vg##/logicalvolumename&lt;BR /&gt;newfs -F vxfs /dev/vg##/rlogicalvolumename&lt;BR /&gt;# extend existing extendfs /dev/v##/rlogicalvolumename&lt;BR /&gt;&lt;BR /&gt;I believe you used my mail form to contact me on a SG issue. The email address you used was not valid and I was unable to reply. If I am correct, please try again.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853706#M612248</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-30T15:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: creating new file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853707#M612249</link>
      <description>It's very simple:&lt;BR /&gt;&lt;BR /&gt;1) Create a new LVOL using lvcreate (or dedicate an entire disk to a filesystem).&lt;BR /&gt;e.g. lvcreate -L 512 -n lvol4 /dev/vg02&lt;BR /&gt;&lt;BR /&gt;2) newfs -F vxfs /dev/vg02/rlvol4&lt;BR /&gt;&lt;BR /&gt;3) Create a mountpoint&lt;BR /&gt;e.g. mkdir /mickey&lt;BR /&gt;&lt;BR /&gt;4) Create an /etc/fstab entry:&lt;BR /&gt;/dev/vg02/lvol4 /mickey vxfs rw,suid,delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;5) mount /mickey&lt;BR /&gt;&lt;BR /&gt;OR use SAM -&amp;gt; Disks and Filesystems to do all of these tasks.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853707#M612249</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-30T15:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: creating new file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853708#M612250</link>
      <description>sam is not good way to create filesystems.&lt;BR /&gt;&lt;BR /&gt;Command line is best option to create.&lt;BR /&gt;&lt;BR /&gt;1. Initialize disk using pvcreate command&lt;BR /&gt;2. mkdir /dev/vgname&lt;BR /&gt;3. mknod /dev/vgname/group c 64 0x??0000&lt;BR /&gt;  where ?? - minor number and shouldn't be used. you can check using ll /dev/vg*/group &lt;BR /&gt;4. vgcreate /dev/vgname physical volume1 ..&lt;BR /&gt;5. lvcreate -L new size /dev/vgname&lt;BR /&gt;6. newfs -F vxfs -o largefiles /dev/vgname/rlvol??&lt;BR /&gt;7. mkdir /mountpoint&lt;BR /&gt;8. add entry into /etc/fstab&lt;BR /&gt;/dev/vgname/lvol?? /mountpoint vxfs delaylog 0 2&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-new-file-system/m-p/3853708#M612250</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-30T15:40:54Z</dc:date>
    </item>
  </channel>
</rss>

