Results 1 to 3 of 3

Thread: Connect USB Drive to VMware ESX Server

  1. #1
    Join Date
    Mar 2009
    Posts
    32

    Connect USB Drive to VMware ESX Server

    Is it possible to attach an external hard drive USB to a server VMware ESX? Have so much files safeguarded on the hard drive and a couple of virtual server constant which I want to carry to ESX server. I do not want to launch the server starting from the hard drive, but it is enough to connect it to copy the files of the external rigid disk for the hard drives from waiter ESX.

    I am new to ESX Server and do not have any experience with Linux. FastSCP use to transfer files from my windows desktop to ESX server, but should really get the records of my order rescue him and want to avoid the transfer on the network if I can.

  2. #2
    Join Date
    May 2008
    Posts
    3,316

    Re: Connect USB Drive to VMware ESX Server

    VMware Kernel does not support USB Drive. You will not be able to mount VMware from USB drive for any of the virtual machines.

  3. #3
    Join Date
    May 2008
    Posts
    4,831

    Re: Connect USB Drive to VMware ESX Server

    Steps to be followed : (NOTE : I is my USB drive)

    1. Plug in your USB flash disk and format it in dos using the following command: FORMAT I: /FS:FAT
    2. From Windows Explorer, find the boot.iso file in the /images directory on the ESX 3.x CD-ROM. Copy boot.iso into a temporary directory on your hard drive.

    3. Using your ISO extraction or mount program, extract the contents of the boot.iso file to your USB flash drive.
    4. Delete the isolinux.bin and updatecd.cfg files from the USB disk.
    5. Rename the isolinux.cfg file on the USB flash disk to syslinux.cfg
    6. Using WordPad (not Notepad), open the syslinux.cfg file and add the keyword usb to the end of every line that begins with append. Here's what the file should look like when you're done:

      • default esx
      • prompt 1
      • timeout 600
      • display boot.msg
      • F1 boot.msg
      • F7 snake.msg
      • label debug

        • kernel vmlinuz
        • append initrd=initrd.img noapic nomediacheck debug usb

      • label esx

        • kernel vmlinuz
        • append initrd=initrd.img usb

      • label text

        • kernel vmlinuz
        • append initrd=initrd.img text usb

      • label expert

        • kernel vmlinuz
        • append expert initrd=initrd.img usb

      • label ks

        • kernel vmlinuz
        • append ks initrd=initrd.img usb

      • label lowres

        • kernel vmlinuz
        • append initrd=initrd.img lowres usb

    7. Extract the syslinux.zip file into another temporary directory on your hard drive.
    8. Open up a command prompt and navigate into the win32 directory. For example: C:\temp\syslinux-3.36\win32
    9. Now, run the syslinux program to apply the boot loader and boot sector to the USB flash drive: syslinux -s –ma I:
    10. Copy the ESX 3.x ISO image onto the USB drive root
    11. Confirm that your USB flash drive contains the following files:

      • boot.cat
      • boot.msg
      • initrd.img
      • snake.msg
      • splash.lss
      • vmlinuz
      • syslinux.cfg
      • esx-X.iso


    12. Your ready to go, ensure your bios on the server you want to install too is setup to boot from USB or select USB from the alternate boot menu.
    13. The ESX installer will detect the USB device and whatever SCSI / disk controllers you have. When the installer asks you what the installation source will be, choose Hard Disk.

    14. You will need to choose the right disk device (ie. /dev/sda, /dev/sdb) that corresponds to your USB disk. Chances are it will be /dev/sdb.

    15. Finally, the installer will ask you what directory to find the ESX installation CD image in. Just use / and it will find the .ISO image for you.

Similar Threads

  1. Unable to connect with serial ports in VMware
    By Dipanwita in forum Windows Software
    Replies: 3
    Last Post: 04-02-2012, 01:33 AM
  2. Connect VMware ESX Server to a Free iSCSI SAN
    By Emma.J in forum Tips & Tweaks
    Replies: 1
    Last Post: 14-09-2010, 06:17 AM
  3. How to connect VMWare Fusion to Windows based server
    By Putul-Doll in forum Operating Systems
    Replies: 5
    Last Post: 25-07-2010, 03:10 AM
  4. Replies: 5
    Last Post: 27-06-2010, 02:04 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,713,889,929.81820 seconds with 17 queries