Versions Compared

Key

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

flexVDI infrastructure uses a instance an instance of flexVDI Manager to manage all the resources of the infrastructure and coordinate the actions of the rest of the components. This instance can be created and managed with the flexvdi-config tool. In its main menu: A single flexVDI Manager instance manages a full flexVDI cluster with several hosts. Therefor:, we will performe the flexVDI manager installation

...

only once during the installation of the first node of the

...

cluster.

...

The rest fo the hosts only need to be registered

...

with the manager; this step is explained later in the Administration Guide.

The "Manager" option in flexvdi-config shows a menu with the following options:

...

  1. Launch flexVDI Config by entering flexvdi-config in the shell, just as you did when configuring the flexVDI Host.
  2. Select the Manager operation option.
  3. Select Install. You will be shown a window to select the source of the image of the flexVDI Manager.

    config_manager_install1.pngImage Modified

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

  1. If the Host has Internet access, select the Remote option and follow the these steps:
    1. Choose the download destination (/var/tmp by default).
    2. Select flexVDI 2.2 as product family.
    3. Select the version of flexVDI Manager to install.
    4. 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. You can use the scp command for this task. Then select Local.

...

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

config_manager_install6.pngImage Modified

Destination path

A flexVDI Manager instance requires approximately requires 10 GB of disk storage. By default, they are 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.

config_manager_install7.pngImage Modified

Network bridge

flexVDI Manager instance works as any other Guest, that's why it needs a network bridge to access the corporate network. On previous sections of this guide, we have described how to create a network bridge called virbr0, with the physical interface eth0 assigned to it. Now we'll select this bridge for that new flexVDI Manager instance.Select the virtual bridge virbr0 you created previously.

config_manager_install8.pngImage Modified

VLAN management

In the event that the flexVDI Manager will use a VLAN and it must mark packets tag its traffic (because the physical interface they exit is connected to a port of a switch with 802.1q in trunk mode), you must specify the ID of the VLAN like this:

config_manager_install9.pngImage Modified 

config_manager_install10.pngImage Modified

Network parameters

The flexVDI Manager instance is a separate virtual machine, and has its own network configuration. Enter the IP address, network mask and, optionally, the gateway address corresponding to that this instance will use. Please remember these parameters can't cannot be the same as the ones configured for the Host. 

config_manager_install12.pngImage Modified

Instance deployment

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

config_manager_install11.pngImage Modified

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 tool:

  1. Select Manager option in the main menu.
  2. Select Password.
  3. flexVDI Config automatically take the IP address of the instance of flexVDI Manager you configured above. Confirm that the address is correct, and press OK.
  4. Enter the current password for your instance of flexVDI Manager.
  5. Enter your new password twice.

From this point, you must use your new password for all tasks that require connection to the instance of flexVDI Manager, both from flexVDI Config as and from flexVDI Dashboard.

Upgrade the Manager

...

  1. Select Manager in the main menu of flexvdi-config.
  2. Select Upgrade.
  3. Enter the current password for your instance of flexVDI Manager.
  4. Follow the process to download a particular version of flexVDI Manager as described in the Getting Started section of the Installation, at the beginning of this chapter. Note that flexvdi-config is able to discern if you want to upgrade or downgrade, depending on whether you choose a later or earlier version than the one that is already installed.
  5. Confirm that you want to continue with the operation.config_manager_upgrade.pngImage Modified
  6. Once finished, it will show a message with the outcome.

...