Installing ScaleArc on Hyper-V

Follow the steps below to install ScaleArc on Microsoft Hyper-V 2012 or later.

The article contains the following subsections:

Prerequisites

  • A download of the ScaleArc GA software release in ISO format 
  • A Windows Hyper-V environment (2012 or later) containing one or more servers, with 16GB of RAM and 8 virtual CPUs available 
  • Local or shared storage with at least 100 GB for the operating system and 2TB of available space for logs

Create a virtual machine 

Use the Hyper-V Manager to create a new virtual machine:

Note that your environment view may differ slightly from the screenshots included in this section depending on your Microsoft Hyper-V version.

  1. Right-click on the physical server in the left panel where you want to create your virtual machine. From the right-click menu select New and then Virtual Machine.
    image2016-8-24_11_59_0.png

  2. The New Virtual Machine Wizard appears. Click on Next to continue.
    VM_wizard.png 
  3. Choose a name for the virtual machine and the location to store your virtual machine configuration files. Then, click Next
    VM_name_and_location.png

  4. Select 'Generation 1' when prompted to choose the generation for this virtual machine and click Next.  
    VM_generation.png

  5. Configure the amount of memory you wish to allocate for your virtual machine. The recommended minimum memory is 16GB. Click Next to continue. 
    VM_memory.png

  6. Choose the virtual network adaptor you wish to configure for this virtual machine. Select the appropriate connection for the virtual switch and click Next
    VM_network_adapter.png
     
  7. Create a Virtual Hard Disk. Refer to ScaleArc Sizing Guide for details. Click Next.
    VM_disk.png
     
  8. Browse for the installation media for your Virtual Machine OS, and click Next. 
    Installation_options.png

  9. Review the settings for the new virtual machine. Click on Finish to create the virtual machine and close the wizard.
    Review_settings.png

Configure the virtual machine

Configure the VM to meet the minimum ScaleArc system requirements by following these steps:  

  1. Right-click on the newly-created VM from the Hyper-V Manager and click on Settings.
    Hyper-V_Manager_Settings.png
      
  2. Click on Processor under Hardware to change the number of virtual processors to eight. Click Apply.
    Note: ScaleArc needs a minimum of eight virtual processors else a kernel panic occurs and blocks the ScaleArc startup.  As a rule of thumb, the total CPUs allocated should be at least two larger than the ScaleArc license that is being installed on the system. Refer here for ScaleArc Sizing Guide.
    Number_of_virtual_processors.png
  3. If you need to configure the VLAN setting for your network, select Network Adapter in the left panel and select the checkbox for Enable Virtual LAN identification. Thereafter enter the VLAN ID.
    HV-VLAN_identification.png

  4. Power on the virtual machine.

Install ScaleArc on Hyper-V

  1. In Hyper-V Manager, right-click on the virtual machine and click on Connect to power on the virtual machine and start the installation.
    Start_installation.png
     
  2. Select the Install ScaleArc option on the Welcome to ScaleArc Installer screen.  Hit Enter. 
    Welcome_to_ScaleArc.png

  3. Upon successful installation, the ScaleArc appliance automatically restarts and displays the ScaleArc console login prompt. The appliance UI cannot be accessed at this point therefore follow the steps outlined in ScaleArc Appliance Console Login to connect to the appliance and configure the requisite IP address to enable access to the UI.
     
  4. Follow these steps to add MAC address anonymity. We recommend these steps for all ScaleArc virtual machines to ensure that when they are brought up, their MAC address does not change:
    1. SSH to the ScaleArc console. (Refer to Enable SSH access to ScaleArc using User Interface for details.)
    2. Follow these steps to edit the ifcfg-eth0 config file using the vi editor:
      1. sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0
      2. Delete the following lines entirely from the file:
        • NM_CONTROLLED
          HWADDR
          UUID
          TYPE
      3. Make sure your file contains only these settings:
        • Device="eth0"
          BOOTPROTO=static
          IPADDR=<your ipaddr>
          NETMASK=<your netmask>
          ONBOOT=yes
    3. Save and quit by first entering a colon (:), then wq (:wq)
    4. Run the following command:
      • rm /etc/udev/rules.d/70-persistent-net.rules 
      • Repeat step 8 as necessary for any additional interfaces. Use the ifconfig command from the command line to identify them. Note that you need to remove the 70-persistent-net.rules file only once. 
  5. Restart the VM and proceed to Initialize ScaleArc

Best practices for VM migration

Refer to this linked article for important recommendations regarding VM migration

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request