Results 1 to 4 of 4

Thread: Import Data from ESX host

  1. #1
    Join Date
    Mar 2009
    Posts
    36

    Import Data from ESX host

    I want a ask a simple question here. I had made a ESX 3.5 u2 host. Now I want to import from the virtual machine. I am having a ESX server with access to SAN. Now what is the way to get the data. The SAN is configured. To import larges VMS to the ESX host by a .VMX file. Here I had did some more. In order to increase the capacity of SAN datastore I bound a new LUN on the SAN and assigned it as VMFS3. Then I moved all the files from old datastore to the new. But the issue here is that all VMs after reboot still rely on the old datastore.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: Import Data from ESX host

    To import the datastore you will need to restore back the existing vm that was removed from the virtual center. Do this. First select the ESX server in the Virtual Center. Then on the right click on the summary tab on the datastore and select browse datastore. Select the folder in which the VM files are and right click on teh VMX file. Select add to inventory. Give a desired name and location and click next. Then select the host or cluster for the VM and click on next. After choose a resource pool and select next. Now click finish.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Import Data from ESX host

    The best benefit of virtual machines I believe is that you will not loose you VMFS volumes or the VM's once you need to rebuild you ESX host. Here is some tips to imports a mass VMs from the ESX host. The built in ESX console command reduce the time and offer proper functionality. Here in the command console vmware-cmd and the vmware-s option offers you to mass import VMs via some simple scripting. Save the below code in a notepad file and give extension .sh. Place the file on your ESX host and then as root run the file - #./importvms.sh

    for i in `find /vmfs/volumes/ -name "*.vmx" `
    do
    echo "Registering VM $i"
    vmware-cmd -s register $i
    done

  4. #4
    Join Date
    Nov 2005
    Posts
    3,026

    Re: Import Data from ESX host

    I do not understand that how many VMs are you talking about. If it not a large number the had you ever try to test if you can re-import them. Just remove a VM from the inventory. That does not means that you delete them. The browse the datastore for that VMs file and select it. Follow the wizard and add the VM back to inventory.

Similar Threads

  1. Link Sql Data Base Of Server Host With Web Host Using Sql?
    By raggya in forum Software Development
    Replies: 1
    Last Post: 18-06-2012, 05:23 PM
  2. Import & Export Data
    By AnkitSingh007 in forum Off Topic Chat
    Replies: 2
    Last Post: 09-12-2011, 04:18 PM
  3. Navicat : Import Data into MySQL
    By Martien in forum Windows Software
    Replies: 4
    Last Post: 22-01-2010, 12:56 PM
  4. Import data from another workbook
    By Chhaya in forum Software Development
    Replies: 3
    Last Post: 03-10-2009, 06:59 PM
  5. Import Data from Microsoft Money
    By Maximilian5 in forum Windows Software
    Replies: 3
    Last Post: 24-06-2009, 11:23 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,035,458.55817 seconds with 16 queries