Options

Advice on central storage location for Virtual Machines

mishymishy Member Posts: 209 ■■■□□□□□□□
I have a server with 4 Sata HDD and I need to use 1 SATA drive as a storage location that can be accessed by all the VM running on the server.

I need advice on how I can achieve this because I will be using the storage to place things like ISO and other softwares that I might need to run on the VMs.

Comments

  • Options
    QHaloQHalo Member Posts: 1,488
    Just create a folder on the hard drive you want to use and share it out. Map to it using \\<server-name>\<share-name>.
  • Options
    mishymishy Member Posts: 209 ■■■□□□□□□□
    I am running my Esxi as a dedicated host on a USB where all the 4 SATA drives are. So I am not really sure I will be able to import the other HDD that I intend to use onto a VM which will share the Disk.
  • Options
    QHaloQHalo Member Posts: 1,488
    Unless the controller that the hard drives are attached to can be seen by ESXi, it won't work.
  • Options
    jibbajabbajibbajabba Member Posts: 4,317 ■■■■■■■■□□
    Create a vm with a disk the size of the one SATA drive. Depending on what OS your VMs are install Linux and create an NFS or Samba shares or install Windows and create normal shares.

    Or simply create a datastore, upload your ISOs there and mount them inside the VM. For non ISO software simply download one of the 100s free softwares to create an ISO and create one with your software. Then again simply mount inside the VM.
    My own knowledge base made public: http://open902.com :p
  • Options
    QHaloQHalo Member Posts: 1,488
    None of that will work if ESXi can't see the disks though. Its all dependent on his controller. There's not enough information to make a determination if it will or won't. He didn't specify much about his hardware. icon_sad.gif
  • Options
    mishymishy Member Posts: 209 ■■■□□□□□□□
    My current controller is an Integrated 4 port SATA RAID and ESXi detects the HDDs. I am not using the RAID at the moment. Currently I think I might have to go for the solution of creating a VM on the HDD that I need to use and then use SAMBA or NFS.
  • Options
    dave330idave330i Member Posts: 2,091 ■■■■■■■■■■
    Another option is to SW iSCSI using Openfiler.
    2018 Certification Goals: Maybe VMware Sales Cert
    "Simplify, then add lightness" -Colin Chapman
  • Options
    blargoeblargoe Member Posts: 4,174 ■■■■■■■■■□
    If you're just using it to store iso files, you can just store those on the VMFS and mount them to the VM using the vsphere client.
    IT guy since 12/00

    Recent: 11/2019 - RHCSA (RHEL 7); 2/2019 - Updated VCP to 6.5 (just a few days before VMware discontinued the re-cert policy...)
    Working on: RHCE/Ansible
    Future: Probably continued Red Hat Immersion, Possibly VCAP Design, or maybe a completely different path. Depends on job demands...
  • Options
    mishymishy Member Posts: 209 ■■■□□□□□□□
    blargoe wrote: »
    If you're just using it to store iso files, you can just store those on the VMFS and mount them to the VM using the vsphere client.

    I think I will use that method for the ISO and use Openfiler for the central storage location.
Sign In or Register to comment.