Documentation Index

Fetch the complete documentation index at: https://kb.ctera.com/llms.txt

Use this file to discover all available pages before exploring further.

Proxmox

Prev Next

Installing the CTERA Edge Filer in a Proxmox Environment

Installing the CTERA Edge Filer involves creating and configuring a virtual machine and then performing an initial configuration, described in First Time Setup.

The latest CTERA Edge Filer qcow2 file is available from CTERA support.

Warning

The CTERA Edge Filer installation must be done using the qcow2 file and not by cloning an existing CTERA Edge Filer.

Note

Before beginning, ensure you have downloaded the qcow2 image from CTERA Support.

To install the edge filer:

  1. Log in to the Proxmox console.
    Image
    The dashboard is displayed.
  2. Select the datacenter node and click Shell.
    Image
  3. Run the following command to create the CTERA Edge Filer image directory in Proxmox: mkdir /var/lib/vz/images/ctera-edgefiler
  4. Copy the edge filer qcow2 image to the /var/lib/vz/images/ctera-edgefiler directory.
    You can use a tool like WinSCP to copy the file.
    Image
  5. Click Create VM.
    The Create: Virtual Machine window is displayed.
    Image
  6. Enter a unique name to identify this edge filer in the Name field and click Next.
    Image
  7. Select the Do not use any media option and click Next until you display the Disks tab.
    Image
  8. Click Add.
    SCSI1 is added to the list.
    Image
  9. Select SCSI1 and then select the storage from the Storage list.
  10. Specify the disk size.
  11. Click Next or the CPU tab.
    Image
  12. Specify the number of vCPUs. The recommended vCPUs is the license number/4. For example, 8 vCPUs for an edge filer with an EV32 license. The vCPUs is the number you specify for Sockets multiplierd by the number of Cores.
    Note

    Check Advanced to see the vCPUs.
    Image

  13. Click Next.
    Image
  14. Enter the RAM amount in the Memory (MiB) field.
    The minimum RAM requirement is 8192MB (8GB). CTERA recommends that the amount of RAM is the license number/2. For example, specify 16384MB (16GB) for an edge filer with an EV32 license.
  15. Click the Next until you display the Confirm tab.
    Image
  16. Review the details and then click Finish.
  17. Select the datacenter node and click Shell.
  18. Run the following commands:
    qm importdisk vmid /var/lib/vz/images/ctera-edgefiler/file.qcow2 storage
    qm set vmid --scsihw virtio-scsi-pci --scsi0 storage:vm-vmid-disk-1
    
    Where:
    vmid is the edge filer VM id, such as 103
    file is the CTERA Edge Filer image. For example, vGateway-version.qcow2 where version is the version number of the edge filer. The value is case sensitive. That is, for example, vGateway-7.12.54000.20.qcow2 and not vgateway-7.12.54000.20.qcow2
    storage is the name of the storage.
    The VM image is overwritten with the edge filer image.
    storage:vm-vmid-disk-1s is the disk name specified at the end of the importdisk command.
    Image
  19. Right-click the VM in the navigation pane and click Start.
    The VM is powered on and the Console option is enabled.
  20. Click Console.
    Image
  21. Login in with the username setup and no password, as instructed.
    Using DHCP, after a few seconds, the IP address to access the CTERA Edge Filer is displayed in the top right of the console.
    Image
    Otherwise, set a static IP address, as described below.
  22. Continue with First Time Setup.

Setting a Static IP Address

If you did not customize the template to set the static IP address during the installation, you can set it from the virtual machine.

To set the virtual machine static IP address:

  1. Access the virtual machine.
  2. Select Console
    The following login screen is displayed:
    Image
  3. Login in with the username setup and no password, as instructed.
    Using DHCP, after a few seconds, the IP address to access the CTERA Edge Filer is displayed in the top right of the console.
    Image
  4. Click in the console to transfer the keyboard control to the console and, if necessary, use the arrow keys to scroll to Network settings.
  5. Press Enter.
    Image
  6. Select Static IP mode and press OK.
  7. Complete the configuration for static mode by entering the static IP, netmask, default CTERA Edge Filer IP and the primary and secondary DNS server IPs.
  8. Press OK.