<?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: Basic question about partitioning and creating device files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156936#M158630</link>
    <description>Bakos,&lt;BR /&gt;&lt;BR /&gt;Specify the volumegroup name, otherwise it will start activating all known volumegroups.&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
    <pubDate>Wed, 07 Jan 2004 05:01:48 GMT</pubDate>
    <dc:creator>G. Vrijhoeven</dc:creator>
    <dc:date>2004-01-07T05:01:48Z</dc:date>
    <item>
      <title>Basic question about partitioning and creating device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156927#M158621</link>
      <description>A have a winchester I have made a partition on it with sam and have mounted with sam.easy.&lt;BR /&gt;But I have put this winchester in another machine, but on this machine aren't any device files(/dev/vg00/rlvol...)&lt;BR /&gt;&lt;BR /&gt;Another question when I doesn't want to use sam, how can i create partitions, and format it after(fdisk isn't in hp-ux)</description>
      <pubDate>Tue, 06 Jan 2004 05:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156927#M158621</guid>
      <dc:creator>Bakos György</dc:creator>
      <dc:date>2004-01-06T05:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Basic question about partitioning and creating device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156928#M158622</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To import volume groups in an other server you can user the vgscan ( man vgscan )command.&lt;BR /&gt;&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.org&lt;BR /&gt;# vgscan -apv &lt;BR /&gt;&lt;BR /&gt;If it looks ok&lt;BR /&gt;# vgscan -av&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And if you know the device files you can use&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;# vgimport /dev/vg01 /dev/dsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;Second question&lt;BR /&gt;For partitions LVM is used and the partitions are called logical volumes (lvols). You can create them using the lvcreate ( man lvcreate) command. Afther the creation you need to put a filesystemen on the lvol (newfs/mkfs) and create an mount point ( mkdir /dirname) and mount it (mount disk dir)&lt;BR /&gt;&lt;BR /&gt;Gideon    &lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jan 2004 05:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156928#M158622</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-06T05:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Basic question about partitioning and creating device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156929#M158623</link>
      <description>What you did with sam was not partitioning, but creating/editting volumegroups and lvols.&lt;BR /&gt;&lt;BR /&gt;To get the info from the disk on the other machine, you have to import the volumegroup information. vgimport is the command for that (man vgimport).&lt;BR /&gt;&lt;BR /&gt;Doing LVM maintenance outside SAM can be done with commands like pvcreate, vgcreate, vgextend, lvcreate, etc. But since you don't know them, I would stick with SAM until you have at least read some LVM documentation or followed an HP-UX administration course.</description>
      <pubDate>Tue, 06 Jan 2004 05:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156929#M158623</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-01-06T05:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Basic question about partitioning and creating device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156930#M158624</link>
      <description>Thanks&lt;BR /&gt;I have tryed&lt;BR /&gt;but with them is something wrong, the answer is the same as for mknod.&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;all other seens to be ok&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I have good understand, there is no format, only newfs or makefs</description>
      <pubDate>Tue, 06 Jan 2004 07:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156930#M158624</guid>
      <dc:creator>Bakos György</dc:creator>
      <dc:date>2004-01-06T07:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Basic question about partitioning and creating device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156931#M158625</link>
      <description>sorry the last reply was wrong, I have made vgscan -avp only....&lt;BR /&gt;&lt;BR /&gt;but &lt;BR /&gt;mknod created the group file OK&lt;BR /&gt;vgimport /dev/vg01 /dev/dsk/c4t4d0&lt;BR /&gt;vgimport: Volume group belongs to different CPU ID.&lt;BR /&gt;Can not determine if Volume Group is in use on another system. Continuing.&lt;BR /&gt;Warning: A backup of this volume  group may not exist on this machine. Please remember to take a backup using the vgcfgbackup command after activating the volume group.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aha&lt;BR /&gt;so I must activate it with vgchange!&lt;BR /&gt;&lt;BR /&gt;Can somebody short explain me what I have made yet, and what I have to do with vgchange. Why is this all so dificult????&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jan 2004 09:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156931#M158625</guid>
      <dc:creator>Bakos György</dc:creator>
      <dc:date>2004-01-06T09:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Basic question about partitioning and creating device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156932#M158626</link>
      <description>I have forgotten:&lt;BR /&gt;mount /dev/vg01/lvol1 /mnt2&lt;BR /&gt;/dev/vg01/lvol1: No such device or address&lt;BR /&gt;&lt;BR /&gt;In vg01/is only group rlvol1 lvol1, that seen already ok, because on the another machine is 1 partition too.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Another question:&lt;BR /&gt;in /dev/dsk is the physicaly device, then what is rlvol?? Why do I need lvol... what is group?</description>
      <pubDate>Tue, 06 Jan 2004 09:31:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156932#M158626</guid>
      <dc:creator>Bakos György</dc:creator>
      <dc:date>2004-01-06T09:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Basic question about partitioning and creating device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156933#M158627</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;You seem to support yourself just fine.&lt;BR /&gt;1. yes you do not have fdisk. &lt;BR /&gt;2. The lvol/rlvol difference is the character and block device related. The group file is needed for lvm to import the disk.&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jan 2004 10:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156933#M158627</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-06T10:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Basic question about partitioning and creating device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156934#M158628</link>
      <description>I must now activate it, with vgchange, if i had good understand it.</description>
      <pubDate>Wed, 07 Jan 2004 04:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156934#M158628</guid>
      <dc:creator>Bakos György</dc:creator>
      <dc:date>2004-01-07T04:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Basic question about partitioning and creating device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156935#M158629</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need to activate the volume group before you can start mounting. (vgchange -a y)&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Wed, 07 Jan 2004 04:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156935#M158629</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-07T04:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Basic question about partitioning and creating device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156936#M158630</link>
      <description>Bakos,&lt;BR /&gt;&lt;BR /&gt;Specify the volumegroup name, otherwise it will start activating all known volumegroups.&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Wed, 07 Jan 2004 05:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156936#M158630</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-07T05:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Basic question about partitioning and creating device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156937#M158631</link>
      <description>Thanks it works&lt;BR /&gt;&lt;BR /&gt;Yuppie, &lt;BR /&gt;I gived you some points..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jan 2004 05:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/basic-question-about-partitioning-and-creating-device-files/m-p/3156937#M158631</guid>
      <dc:creator>Bakos György</dc:creator>
      <dc:date>2004-01-07T05:02:07Z</dc:date>
    </item>
  </channel>
</rss>

