<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello <br><br>One of the client has a bladeframe that contains two linux nodes(one is prode and other one is test both have the same OS and are virtualized ) and I have a primergy that has a virtualized linux node on it by using vmware <br>On client system there is a lun(EMC) that contains one partition /dev/sde1 , the partition is already enveloped by LVM , they have  increased the lun but I need to increase the physical partition /dev/sde1 , I have created the following procedure that is working on virtualized linux node on primergy <br><br>umount /partition that must be increased <br>pvdisplay /dev/sde2 | grep VG <br>vgchange -a n myvg <br>fdisk /dev/sde <br>delete the partition and recreate a new one with same start cylinder and increase the number of cylinder <br>pvresize /dev/sde1 <br>vgchange -a y myvg <br>reiserfsck /dev/myvg/mylv <br> <br>but on bladeframe when I use the fdisk to increase the partition the system destroy everything the physical volume reject the partion  /dev/sde1 (when I run pvdisplay it's not on the list anymore)and all the data is destroyed I got a feeling that fdisk remove the /dev/sda1 and re-create a new one<br>here is the kernel information concerning the bladeframe <br><br>#cat /etc/SuSE-release <br>SUSE Linux Enterprise Server 10 (x86_64) <br>VERSION = 10 <br>PATCHLEVEL = 1 <br># uname -a <br>Linux 2.6.16.46-0.12-smp #1 SMP Thu May 17 14:00:09 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux <br><br><br>And the virtualized node on primergy <br><br>#cat SuSE-release <br>SUSE Linux Enterprise Server 10 (i586) <br>VERSION = 10 <br>PATCHLEVEL = 1 <br>SLES10-LVM:/etc # uname -a <br>Linux 2.6.16.46-0.12-default #1 Thu May 17 14:00:09 UTC 2007 i686 i686 i386 GNU/Linux <br><br><br>We come up with another solution to create a new partion <br>Fdisk new partition <br>pvcreate /dev/sde2 <br>vgextend myVG /dev/sde2 <br><br>but this is not the right one <br><br>Regards <br>Behzad <br><br>                                        <br /><hr />Find it at CarPoint.com.au <a href='http://clk.atdmt.com/NMN/go/206222968/direct/01/' target='_new'>New, Used, Demo, Dealer or Private?</a></body>
</html>