<?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: Extending disk in LINUX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437731#M36963</link>
    <description>Hi Nagu&lt;BR /&gt;&lt;BR /&gt;to scan sc scsibusses for new disks&lt;BR /&gt;find your controller under&lt;BR /&gt;/sys/class/scsi_host/hostX/&lt;BR /&gt;&lt;BR /&gt;by e.g.&lt;BR /&gt;# cat /sys/class/scsi_host/host*/proc_name&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;# echo "- - - " &amp;gt; /sys/class/scsi_host/host$X/scan&lt;BR /&gt;&lt;BR /&gt;check dmesg output for new disks.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
    <pubDate>Fri, 12 Jun 2009 06:48:37 GMT</pubDate>
    <dc:creator>Hemmetter</dc:creator>
    <dc:date>2009-06-12T06:48:37Z</dc:date>
    <item>
      <title>Extending disk in LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437728#M36960</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have RHEL-5 installed. Its a VMware VM (SCSI adapter-LSI Logic).&lt;BR /&gt;I have extended the virtual disk (/dev/sda1--boot; /dev/sda2--LVM) from the VMware end.&lt;BR /&gt;&lt;BR /&gt;How to extend the disk in LINUX??&lt;BR /&gt;&lt;BR /&gt;Is it possible to do without rebooting VM?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Nagu&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jun 2009 14:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437728#M36960</guid>
      <dc:creator>Nagu SR</dc:creator>
      <dc:date>2009-06-11T14:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extending disk in LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437729#M36961</link>
      <description>Shalom Nagu,&lt;BR /&gt;&lt;BR /&gt;If the system is configured with lvm, use lvextned&lt;BR /&gt;&lt;BR /&gt;If not, there is nothing you can do.&lt;BR /&gt;&lt;BR /&gt;It is possible to extend without booting the vm machines. It is not really possible to get any of them to use more space without a hard reboot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Jun 2009 16:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437729#M36961</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-11T16:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extending disk in LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437730#M36962</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;I need to extend the disk size (pv size) in LINUX. lvextend will not give any option to extend the existing disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please see my partition info.&lt;BR /&gt;&lt;BR /&gt;[root@unixtest ~]# fdisk /dev/sda&lt;BR /&gt;&lt;BR /&gt;Command (m for help): p&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 6549 MB, 6549824512 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 796 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sda1   *           1          13      104391   83  Linux&lt;BR /&gt;/dev/sda2              14         652     5132767+  8e  Linux LVM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here I have extended the disk by 1.1GB. But how do I extend /dev/sda2 which is LVM?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And also, what is the command in LINUX to detect the new disks? (Is it possible withour rebooting machine?)&lt;BR /&gt;&lt;BR /&gt;Nagu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2009 06:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437730#M36962</guid>
      <dc:creator>Nagu SR</dc:creator>
      <dc:date>2009-06-12T06:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extending disk in LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437731#M36963</link>
      <description>Hi Nagu&lt;BR /&gt;&lt;BR /&gt;to scan sc scsibusses for new disks&lt;BR /&gt;find your controller under&lt;BR /&gt;/sys/class/scsi_host/hostX/&lt;BR /&gt;&lt;BR /&gt;by e.g.&lt;BR /&gt;# cat /sys/class/scsi_host/host*/proc_name&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;# echo "- - - " &amp;gt; /sys/class/scsi_host/host$X/scan&lt;BR /&gt;&lt;BR /&gt;check dmesg output for new disks.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2009 06:48:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437731#M36963</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2009-06-12T06:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Extending disk in LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437732#M36964</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I could scan the new LUN with the help of rescan-scsi-bus.sh&lt;BR /&gt;&lt;BR /&gt;But how to extend the disk in redhat?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Nagu</description>
      <pubDate>Fri, 12 Jun 2009 07:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437732#M36964</guid>
      <dc:creator>Nagu SR</dc:creator>
      <dc:date>2009-06-12T07:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extending disk in LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437733#M36965</link>
      <description>You need to download a system rescue cd.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sysresccd.org/Main_Page" target="_blank"&gt;http://www.sysresccd.org/Main_Page&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Boot the virtual off the iso. once it is up run startx. then open a terminal in the gui and run gparted. Choose your disk in gparted and resize the partition. Once all that is done, boot back into the OS and run vgextend, lvextend, resize2fs,etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;basically you need a live cd with gparted on it.</description>
      <pubDate>Fri, 12 Jun 2009 16:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-disk-in-linux/m-p/4437733#M36965</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2009-06-12T16:35:06Z</dc:date>
    </item>
  </channel>
</rss>

