<?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 LVM ISSUE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767463#M549178</link>
    <description>I have 3 hard disk and i have to create 3 physical volume and one volume group and one logical volume.each hard disk size is 8 GB.&lt;BR /&gt;my volume group size will be 24 and logical volume group will be same 24GB.&lt;BR /&gt;&lt;BR /&gt;How i will configure ?can any one tell me the solution?</description>
    <pubDate>Sun, 20 Mar 2011 16:23:05 GMT</pubDate>
    <dc:creator>subrata biswal</dc:creator>
    <dc:date>2011-03-20T16:23:05Z</dc:date>
    <item>
      <title>LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767463#M549178</link>
      <description>I have 3 hard disk and i have to create 3 physical volume and one volume group and one logical volume.each hard disk size is 8 GB.&lt;BR /&gt;my volume group size will be 24 and logical volume group will be same 24GB.&lt;BR /&gt;&lt;BR /&gt;How i will configure ?can any one tell me the solution?</description>
      <pubDate>Sun, 20 Mar 2011 16:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767463#M549178</guid>
      <dc:creator>subrata biswal</dc:creator>
      <dc:date>2011-03-20T16:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767464#M549179</link>
      <description>Hi subrata,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On 11.23 &amp;gt; /dev/rdsk/cxtxdx&lt;BR /&gt;On 11.31 &amp;gt; /dev/rdisk/diskx&lt;BR /&gt;&lt;BR /&gt;Assuming 11.31, as you have not mentioned uname -a&lt;BR /&gt;&lt;BR /&gt;Let's say PV1 :-/dev/rdisk/disk1&lt;BR /&gt;PV2:- /dev/rdisk/disk2&lt;BR /&gt;PV3:- /dev/rdisk/disk3&lt;BR /&gt;These are random names.&lt;BR /&gt;&lt;BR /&gt;Note :- execute 1)ioscan -funNC disk... These are available disks.&lt;BR /&gt;&lt;BR /&gt;2)strings /etc/lvmtab... Used by LVM. Hence, find the disk in command 1 that is not_there in command 2. You can create a PV on this disk as long as it is not a DVD/CD etc...&lt;BR /&gt;&lt;BR /&gt;pvcreate -f /dev/rdisk/disk1&lt;BR /&gt;pvcreate -f /dev/rdisk/disk2&lt;BR /&gt;pvcreate -f /dev/rdisk/disk3&lt;BR /&gt;mkdir /dev/vgexample&lt;BR /&gt;Execute ls -l /dev/*/group... See the_used minor numbers&lt;BR /&gt;Execute mknod /dev/vgexample/group c 64 0x030000.... First 2 characters for the VG... Last 4 are always 0 for the group control file.&lt;BR /&gt;vgcreate /dev/vgexample /dev/disk/disk1 /dev/disk/disk2 /dev/disk/disk3&lt;BR /&gt;&lt;BR /&gt;This will create a pool of space of three 8GB disks as a 24GB volume group.&lt;BR /&gt;&lt;BR /&gt;Now, execute lvcreate -L 240000 -n example vgexample&lt;BR /&gt;&lt;BR /&gt;This creates an L.V with device files /dev/vgexample/rexample and /dev/vgexample/example.&lt;BR /&gt;&lt;BR /&gt;Dont forget to assign points.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Sun, 20 Mar 2011 19:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767464#M549179</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-03-20T19:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767465#M549180</link>
      <description>Subrata:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; How i will configure ?can any one tell me the solution? &lt;BR /&gt;&lt;BR /&gt;And your profile shows "Certification: HPCSA" ?!?!  That must mean something different than what I think it does.&lt;BR /&gt;&lt;BR /&gt;I suggest that you read an administration guide appropriate for the release that you don' t mention as one first step in your education.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 20 Mar 2011 20:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767465#M549180</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-03-20T20:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767466#M549181</link>
      <description>As per your reply I am already knowing the step. But in interview some body told that is wrong way that why i am putting in forum.not for my knowledge?&lt;BR /&gt;And one thing what Ismail Azad  mention in the result same thing i told?&lt;BR /&gt;&lt;BR /&gt;For that reason i put in the forum.&lt;BR /&gt;&lt;BR /&gt;THanks</description>
      <pubDate>Mon, 21 Mar 2011 01:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767466#M549181</guid>
      <dc:creator>subrata biswal</dc:creator>
      <dc:date>2011-03-21T01:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767467#M549182</link>
      <description>&amp;gt;&amp;gt;But in interview some body told that is wrong way&lt;BR /&gt;&lt;BR /&gt;What did they say was wrong?&lt;BR /&gt;&lt;BR /&gt;What exact steps did you give as your answer?&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Mar 2011 01:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767467#M549182</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2011-03-21T01:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767468#M549183</link>
      <description>MY answer is&lt;BR /&gt;&lt;BR /&gt;pvcreate -f /dev/rdisk/disk1&lt;BR /&gt;pvcreate -f /dev/rdisk/disk2&lt;BR /&gt;pvcreate -f /dev/rdisk/disk3&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg00&lt;BR /&gt;mknod /dev/vg00/group c 64 0*000000&lt;BR /&gt;vgcreate /dev/vg00 /dev/dsk/disk1 /dev/dsk/disk2 /dev/dsk/disk3&lt;BR /&gt;&lt;BR /&gt;lvcreate -L size of the logical volume&lt;BR /&gt;make a directory&lt;BR /&gt;mount the directory.</description>
      <pubDate>Mon, 21 Mar 2011 01:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767468#M549183</guid>
      <dc:creator>subrata biswal</dc:creator>
      <dc:date>2011-03-21T01:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767469#M549184</link>
      <description>&lt;!--!*#--&gt;I understand if interviewer is asking something and you start to answer most of the time he would expect something else apart from plain answer.&lt;BR /&gt;&lt;BR /&gt;You missed the part where you could have told the maximum PV allowed, PE size various other options which are general but necessary to decide a LVM configuration.&lt;BR /&gt;&lt;BR /&gt;One thing where interviewer seems to be wrong is he gave very small disk size 8G, it can be tricky if he says he want a FS which is bigger than 2G, or what a file system for large file options.&lt;BR /&gt;&lt;BR /&gt;You were right when you answered but still you could have added other point to impress the interviewer.&lt;BR /&gt;&lt;BR /&gt;Good Luck!!&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Mon, 21 Mar 2011 01:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767469#M549184</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2011-03-21T01:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767470#M549185</link>
      <description>thanks for reply and giving the suggestion .&lt;BR /&gt;But i am working in L1 level in a govt organisation.How much i know i gave the answer.&lt;BR /&gt;&lt;BR /&gt;He  did not ask about PE and pv also.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 21 Mar 2011 01:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767470#M549185</guid>
      <dc:creator>subrata biswal</dc:creator>
      <dc:date>2011-03-21T01:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767471#M549186</link>
      <description>Hi subrata,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Subrata&lt;BR /&gt;will be 24 and logical volume group will be same 24GB.&lt;BR /&gt;&lt;BR /&gt;Well if that's the way he asked the question, the terminology_is_wrong as your post mentions "logical volume group" and it's minutely possible that he wanted you to point it out.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; As per your reply I am already knowing the step. But in interview some body told that is wrong way that why i am putting in forum.not for my knowledge?&lt;BR /&gt;&lt;BR /&gt;Perhaps there is more to the question you are leaving out? Probably has something to do with the planning of the size of an LV and now that single LV can only be used for one "specific" purpose unless you have F/S swap . Probably he is trying to ask you to find a fault in the design of the scenario he has mentioned and there could_be_many.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Mon, 21 Mar 2011 05:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767471#M549186</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-03-21T05:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767472#M549187</link>
      <description>Dear Subratha&lt;BR /&gt;&lt;BR /&gt;the following lvm verison is coming with &lt;BR /&gt;hp-ux 11iv3 and u  didn't ask him&lt;BR /&gt;what is the lvm version&lt;BR /&gt;then only u can anser him&lt;BR /&gt;because we are using in 11iv3 the following &lt;BR /&gt;command to create the volume group&lt;BR /&gt;&lt;BR /&gt;LVM 2.x Volume Group coming with hp-ux 11iv3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vgcreate /dev/&lt;VGNAME&gt; /dev/disk/disk# ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and LVM 1.0 Volume Group  previous version &lt;BR /&gt;&lt;BR /&gt;using the command&lt;BR /&gt;#vgcreate /dev/&lt;VGNAME&gt; /dev/disk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;sajjad Sahir&lt;BR /&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Mon, 21 Mar 2011 06:35:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767472#M549187</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2011-03-21T06:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767473#M549188</link>
      <description>ok for all off you who gave the suggestion to me.&lt;BR /&gt;He asked only general lvm not in 11iv3 or 11iv2.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Mar 2011 08:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767473#M549188</guid>
      <dc:creator>subrata biswal</dc:creator>
      <dc:date>2011-03-21T08:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767474#M549189</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; He asked only general lvm not in 11iv3 or 11iv2.&lt;BR /&gt;&lt;BR /&gt;In my opinion, you could easily have asked the interviewer which version was the basis for the question; _OR_ you could have answered with additional comments that on 11.31, doing a 'mkdir' and 'mknod' of the VG directory and group are optional and if you elect to do it manually, the minor number changes from 64 to 128 if you specify a version 2.x volume group.&lt;BR /&gt;&lt;BR /&gt;If giving too many details would be a distraction, I would at least have said something to the effect that beginning with 11.31, there are some minor differences and/or shortcuts.  This gives the interviewer a chance to further probe you and should pique his/her interest in your skills.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Mar 2011 13:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767474#M549189</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-03-21T13:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: LVM ISSUE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767475#M549190</link>
      <description>hi subrata,&lt;BR /&gt;&lt;BR /&gt;Please keep in mind. Interviewer always test how confidence you have on what you know, not how much you know. If you feel your reply is right, you should have asked him I am sure with my points and tell me where if i am wrong. This will make them more interest to take you ahead.&lt;BR /&gt;&lt;BR /&gt;Do not give typical answer, show your skill in giving the answer in the way.&lt;BR /&gt;&lt;BR /&gt;Rgds...</description>
      <pubDate>Mon, 21 Mar 2011 16:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-issue/m-p/4767475#M549190</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2011-03-21T16:40:44Z</dc:date>
    </item>
  </channel>
</rss>

