<?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: Can we add new VMDK (Vmware disk) to Suse 9 running on VMware with out restarting the server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-we-add-new-vmdk-vmware-disk-to-suse-9-running-on-vmware-with/m-p/5234640#M52005</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Ivan's suggestion is working fine.&lt;BR /&gt;&lt;BR /&gt;Follow these steps: &lt;BR /&gt;&lt;BR /&gt;1)Create a new LUN and assign to the ESX &lt;BR /&gt;2)Server Storage Group on SAN. &lt;BR /&gt;3)Rescan Storage Adaptors on ESX Server &lt;BR /&gt;4)Virtual Infrastructure Console. &lt;BR /&gt;5)Add new Hard Disk into VM by Edit Setting. &lt;BR /&gt;6)Open VM Console(SSH will work as well). &lt;BR /&gt;7)Detect new disk command &lt;BR /&gt;# rescan-scsi-bus.sh &lt;BR /&gt;8)Find new disk command &lt;BR /&gt;#cat /proc/partitions &lt;BR /&gt;10)Create new partition on the disk command # fdisk /dev/sdx &lt;BR /&gt;11)Format new disk partition &lt;BR /&gt;# mkfs.ext3 /dev/sdx1 &lt;BR /&gt;12)Edit /etc/fstab to add in permanent mount point for new disk and partition. &lt;BR /&gt;13)Mount new disk &lt;BR /&gt;# mount -a &lt;BR /&gt;</description>
    <pubDate>Tue, 20 Apr 2010 09:29:07 GMT</pubDate>
    <dc:creator>senthil_kumar_2</dc:creator>
    <dc:date>2010-04-20T09:29:07Z</dc:date>
    <item>
      <title>Can we add new VMDK (Vmware disk) to Suse 9 running on VMware with out restarting the server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-add-new-vmdk-vmware-disk-to-suse-9-running-on-vmware-with/m-p/5234637#M52002</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;How Can we add new VMDK (Vmware disk) to Suse 9 running on VMware with out restarting the server?</description>
      <pubDate>Mon, 12 Apr 2010 12:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-add-new-vmdk-vmware-disk-to-suse-9-running-on-vmware-with/m-p/5234637#M52002</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2010-04-12T12:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add new VMDK (Vmware disk) to Suse 9 running on VMware with out restarting the server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-add-new-vmdk-vmware-disk-to-suse-9-running-on-vmware-with/m-p/5234638#M52003</link>
      <description>Sometimes even for physical machines the only option to recognize a new disk is to restart the OS.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://malaysiavm.com/blog/tips-add-disk-in-sles-online/" target="_blank"&gt;http://malaysiavm.com/blog/tips-add-disk-in-sles-online/&lt;/A&gt;</description>
      <pubDate>Mon, 12 Apr 2010 14:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-add-new-vmdk-vmware-disk-to-suse-9-running-on-vmware-with/m-p/5234638#M52003</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-04-12T14:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add new VMDK (Vmware disk) to Suse 9 running on VMware with out restarting the server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-add-new-vmdk-vmware-disk-to-suse-9-running-on-vmware-with/m-p/5234639#M52004</link>
      <description>If vmware allows you to select different drivers for vdisks try scsi vs ide.. ( i believe "auto" defaults to ide)&lt;BR /&gt;&lt;BR /&gt;The ide driver does not have a capacity for hot swap / rescan ..&lt;BR /&gt;&lt;BR /&gt;( this works in Oracle VM, which is Xen, which i believe is the grand parent of VMWare )&lt;BR /&gt;&lt;BR /&gt;best of luck....&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2010 19:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-add-new-vmdk-vmware-disk-to-suse-9-running-on-vmware-with/m-p/5234639#M52004</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-04-12T19:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add new VMDK (Vmware disk) to Suse 9 running on VMware with out restarting the server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-add-new-vmdk-vmware-disk-to-suse-9-running-on-vmware-with/m-p/5234640#M52005</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Ivan's suggestion is working fine.&lt;BR /&gt;&lt;BR /&gt;Follow these steps: &lt;BR /&gt;&lt;BR /&gt;1)Create a new LUN and assign to the ESX &lt;BR /&gt;2)Server Storage Group on SAN. &lt;BR /&gt;3)Rescan Storage Adaptors on ESX Server &lt;BR /&gt;4)Virtual Infrastructure Console. &lt;BR /&gt;5)Add new Hard Disk into VM by Edit Setting. &lt;BR /&gt;6)Open VM Console(SSH will work as well). &lt;BR /&gt;7)Detect new disk command &lt;BR /&gt;# rescan-scsi-bus.sh &lt;BR /&gt;8)Find new disk command &lt;BR /&gt;#cat /proc/partitions &lt;BR /&gt;10)Create new partition on the disk command # fdisk /dev/sdx &lt;BR /&gt;11)Format new disk partition &lt;BR /&gt;# mkfs.ext3 /dev/sdx1 &lt;BR /&gt;12)Edit /etc/fstab to add in permanent mount point for new disk and partition. &lt;BR /&gt;13)Mount new disk &lt;BR /&gt;# mount -a &lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2010 09:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-add-new-vmdk-vmware-disk-to-suse-9-running-on-vmware-with/m-p/5234640#M52005</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2010-04-20T09:29:07Z</dc:date>
    </item>
  </channel>
</rss>

