Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A flexVDI infrastructure uses an instance of flexVDI Manager to manage its resources and coordinate the actions of the all the components. This instance can be created and managed with the flexVDI Config tool. A single flexVDI Manager instance manages a full flexVDI cluster with several hosts. Therefore, we will perform the flexVDI manager installation only once during the installation of the first node of the cluster. The rest of the hosts only need to be registered with the manager; this step is explained later in Managing the Administration Guidecluster.

Widget Connector
width640
urlhttps://www.youtube.com/watch?v=rhpz4gkjAls
height360

The "Manager" option in flexVDI Config shows a menu with the following options:

Image RemovedImage Added

  • Install: Install a new instance of flexVDI Manager.
  • Password: Change the password of the flexVDI Manager instance.
  • Register: Register the current host with an instance of flexVDI Manager.
  • License: Add a user license to a flexVDI Manager instance.
  • Move: Move the flexVDI Manager's disk images to a different volume.
  • Backup: Back up the information managed by the flexVDI Manager.
  • Restore: Restore a backup.
  • Upgrade: Upgrade the instance of flexVDI Manager.
  • Refresh: Query the flexVDI Manager instance about the SSH Keys of other hosts, and update them.

...

To start the installation of a new flexVDI Manager instance, select Install in the Manager menu. You will see a dialog to select the source of the image of the flexVDI Manager.Image RemovedImage Added

To install the flexVDI Manager you need to downloada base image with the desired version of the software. You have two options:

  1. If the Host has Internet access, select the Remote option and follow these steps:
    1. Choose the download destination (/var/tmp by default).
    2. Select flexVDI 3.0 as product family.Select the version of flexVDI Manager to install.
    3. Wait for the download to complete.
  2. If you do not have Internet access, download the image from the Customer Portal in another computer and copy it to /var/tmp in the flexVDI Host host. You can use the scp command for this task. Then select Local.

If after downloading the image using the Remote option, you cancel the installation, you can later select the Local option to load the image from the directory where you previously downloaded stored it to avoid having to download it again.

...

The installation process will ask you a series of data some parameters to configure the instance of flexVDI Manager.

Info
titlePlanning the Manager's network configuration

The flexVDI Manager instance is a full virtual machine of its own. This means that you need to reserve a unique IP address for the Manager, different than the one you set for your host in the previous step. Usually, you assign IP addresses to hosts and the Manager in the same network segment, but they can live in different segments as long as they are able to reach each other. For instanceIn our example, in the previous step we have set the host's IP address to 10.111.9.4 as an example, and we will set the Manager's IP address to 10.111.9.12 here.

...

In order to be able to uniquely identify each flexVDI Manager instance and the Guests managed by them, an integer from 0 to 99 is used, known as instance number is used. If you plan to install multiple flexVDI Manager instances in the same corporate network, make sure you are using different instance numbers for each flexVDI Manager installationone. The next step in the installation will ask you to introduce an instance number for this Manager.Image RemovedImage Added

Destination path

A flexVDI Manager instance requires approximately 10 GB of disk storage. By default, it is created on the directory /flexvdi/local, which is located on the root partition. If this location doesn't have enough space for the installation, you will need to specify an alternative path.Image RemovedImage Added

Network bridge

A flexVDI Manager instance works as any other Guest, that's why it needs to be connected to a network bridge to access the corporate network. Select the virtual bridge virbr0 you created previously.Image RemovedImage Added

VLAN management

In the event that the flexVDI Manager will use a VLAN and it must tag its traffic (because the physical interface is connected to a port of a switch with 802.1q in trunk mode) needs to receive traffic from a tagged VLAN, you must specify the ID of the VLAN like this:Image RemovedImage AddedImage Removed

Image Added

Network parameters

Enter the IP address, network mask and, optionally, the gateway address that this instance will use. Please remember these parameters cannot be the same as the ones configured for the Host.Image Removed. For convenience, flexVDI Config will try to guess most of these parameters.Image Added

Instance deployment

After completing the previous steps, a screen with a summary of all information entered will be displayed:Image RemovedImage Added

Please review the data, and choose YES if it is correct. Then, an automatic process will start to deploy your new instance. This process will take a few minutes, and can't be interrupted. After finishing, you'll be notified of its outcome.

...

After the installation of flexVDI Manager instance, it is highly recommended that you change the default password (flexvdi). To do this, follow these steps with the flexvdi-config the flexVDI Config tool:

  1. Select Manager option in the main menu.
  2. Select Password.
  3. Enter the current password for your instance of flexVDI Manager.Image RemovedImage Added
  4. Enter your new password twice.

...