VMware

Share Files Between ESXi and vCenter Servers

Learn how to Share Files Between ESXi and vCenter Servers using the VMware Content Library to publish items and the subscribe to those items across vSphere

Do you have a lot of ESXi hosts and maybe even multiple vCenter Servers on which you are constantly deploying resources like virtual machines, or need access to ISO files? The content library is a great way to solve this use case, especially with new features that have been added in recent vSphere versions is the Content Library. In the last post, what is VMware content library uses and creating, we looked an an overview of the content library and what it is, its use cases, and how you create one. However, in this post we will look at how to share files between ESXi and vCenter Servers using the content library publish function.

Publishing a Content Library

We learned in the last post, the content library is a container for all the resources you need to deploy and support virtual machines – OVA, OVF, ISO, and virtual machine templates. One of the great strengths of the content library is that you not only have a centralized repository, this repository can be shared across your vCenter environment and even outside of the vCenter environment it is created in. This is done by publishing your content library. Let’s see how to enable publishing on a content library and the options that are available to do this.

The first step to begin sharing files between ESXi and vCenter Servers is to create a library and enable publishing. We already stepped through the process to create a content library in the previous post, however, let’s take a quick look at a few screenshots to do this and enable publishing.

On the source vCenter Server or the vCenter Server that you are creating the content library on along with importing items, you create a New Content Library. Navigate to the Menu > Content Libraries and select the “+” sign at the top to begin creating a new Content Library. Name the new library and hit next.

Create-a-new-Content-Library-for-publishing-items
Create a new Content Library for publishing items

On the Configure content library screen, you Enable publishing. This is what allows publishing the content library via a web interface which allows external vCenter Servers to subscribe. Note the option Optimize for syncing over HTTP. Using this option as detailed by VMware:

This library is optimized to ensure lower CPU usage and faster streaming of the content over HTTP. Use this library as a main content depot for your subscribed libraries. You cannot deploy virtual machines from an optimized library. Use optimized published content library when the subscribed libraries reside on a remote vCenter Server system and enhanced linked mode is not used.

Enabling-publishing-on-the-content-library
Enabling publishing on the content library

Next, you have to configure where the items hosted by the Content Library will be stored. Select the datastore you want to host the Content Library.

Select-which-datastore-the-content-library-will-be-stored
Select which datastore the content library will be stored

On the Ready to complete screen, click Finish.

Ready-to-complete-creating-the-new-Content-Library-with-publishing-enabled
Ready to complete creating the new Content Library with publishing enabled

If you want to enable a password on the Content Library for extra security, right click the newly created library in the vSphere Client and select Edit Settings.

Editing-the-settings-of-the-newly-created-Content-Library
Editing the settings of the newly created Content Library

Note the Authentication section. Here you set a password and confirm it. Also note the Subscription URL. We will use this a bit later.

Setting-a-password-on-your-Content-Library-that-you-are-publishing
Setting a password on your Content Library that you are publishing

Share Files Between ESXi and vCenter Servers

To share files between ESXi and vCenter Servers, we need the files to share. To add items to the content library, right click the Content Library and select Import Item.

Importing-an-item-to-be-shared-between-ESXi-and-vCenter-Servers
Importing an item to be shared between ESXi and vCenter Servers

This opens the Import Library Item screen. You have the options of URL or Local file. I am wanting to publish an ISO file that is stored on my workstation. Here, select Local file and Upload File. This will open the normal Windows Explorer browse dialog box to allow you to select the file to upload.

Uploading-a-file-to-the-Content-Library-to-be-shared
Uploading a file to the Content Library to be shared

The file to be uploaded is now listed in the Item name. Click the Import button to begin the upload of the file to the Content Library.

After-uploading-the-file-you-are-ready-to-import-it-into-the-Content-Library
After uploading the file you are ready to import it into the Content Library

After the file uploads, it is listed in the Other Types section since it is an ISO file. Note in the screenshot, the Stored Locally column says No since the upload of the file hasn’t completed. The file will display before it is actually available.

The-ISO-file-is-imported-into-the-other-types-section-of-Content-Library

Configuring the Subscribed Library

Now that you have a file that is hosted in the source Content Library that is published, we can create a subscribed library that allows subscribing another vCenter Server to this content.

Creating-a-new-subscribed-library-on-a-target-vCenter-Server
Creating a new subscribed library on a target vCenter Server

Before moving on to the next screen, go back to your Source Content Library vCenter Server, edit the settings of the Content Library you have published, and you will see the Subscription URL. This is the URL we will need to use for subscribing to the content on the target vCenter Server.

Finding-the-URL-for-the-subscribed-library-to-connect-to
Finding the URL for the subscribed library to connect to

Going back to the New Content Library wizard, on the Configure content library here we select Subscribed content library. In the Subscription URL, enter the URL that you copied from the source vCenter Server with the published Content Library. Also, enter your password if you have one configured for the connection.

On the Download Content option:

  • Immediately – content is downloaded immediately to the target storage and starts consuming the full amount of space.
  • When needed – content metadata only is downloaded. Space is saved since the content is not downloaded to the target storage until the resource from the published library is needed.
Entering-the-published-Content-Library-URL-and-password
Entering the published Content Library URL and password

If you are using self-signed SSL certs, you will see a certificate warning you will need to verify.

Accept-the-certificate-warning
Accept the certificate warning

Select the target storage for the synchronized subscribed content library.

Select-the-storage-to-use-for-the-synchronized-subscribed-library
Select the storage to use for the synchronized subscribed library

Confirm your configuration settings for the subscribed content library.

Ready-to-complete-creating-the-subscribed-Content-Library
Ready to complete creating the subscribed Content Library

A new vCenter Server task will kick off on the target vCenter Server called Sync Library which means it is synchronizing the items, either full files or metadata, depending on the options chosen.

Subscribed-Content-Library-synchronization-begins
Subscribed Content Library synchronization begins

After the Sync Library task finishes, I now see the Stored Locally option showing Yes in the target vCenter Server. This means it has successfully pulled the Content Library items and has them stored locally in storage.

After-synchronizing-the-subscribed-Content-Library-shows-the-file-stored-locally
After synchronizing the subscribed Content Library shows the file stored locally

You can now use the Content Library ISO File option when building a new VM and make use of the subscribed items containing ISO files.

Use-Content-Library-ISO-option-in-building-a-new-virtual-machine
Use Content Library ISO option in building a new virtual machine

Choose the synchronized ISO file found in the subscribed Content Library.

Select-the-ISO-file-contained-in-the-subscribed-content-library
Select the ISO file contained in the subscribed content library

Wrapping Up

As you can see the Content Library makes it easy to Share Files Between ESXi and vCenter Servers. In this way, you are not having to copy files between local datastores of ESXi servers and different vCenter Servers. The publish capability makes it easy to publish out a Content Library and have a target vCenter Server subscribe to the Content Library and synchronize its content. In this way, you can have one centralized repository where items are kept updated and the subscribed environments will continue to synchronize changes and updates to the Content Library so you don’t have to worry about doing this manually.

Subscribe to VirtualizationHowto via Email 🔔

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Brandon Lee

Brandon Lee is the Senior Writer, Engineer and owner at Virtualizationhowto.com and has over two decades of experience in Information Technology. Having worked for numerous Fortune 500 companies as well as in various industries, Brandon has extensive experience in various IT segments and is a strong advocate for open source technologies. Brandon holds many industry certifications, loves the outdoors and spending time with family.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.