Telcobridges - Session Border Controllers
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to instal FreeSBC on Proxmox VE

3 posters

Go down

How to instal FreeSBC on Proxmox VE Empty How to instal FreeSBC on Proxmox VE

Post by pavlyuts Thu Nov 15, 2018 10:00 pm

Proxmox VE is a complete open-source virtualization platform based on KVM hypervisor and LXC containers includes software-defined storage and networking functionality on a single platform, high availability clusters, and disaster recovery tools with the easy of use web management interface.

This step-by-step guide helps to install and run FreeSBC KVM image to Proxmox platform. The installation requires root-level access to Proxmox host and can not be completed with web-interface only.

1. Download and unzip correct image
In the Download Section, while filling the form, choose correct platform "KVM".
As a result you should got file fresbc_kvm.qcow2.
Please, mention "Product Key" and keep containing email in a safe place.

2. Upload image file to Proxmox host
For example, using WinSCP SFTP Client .
All the next step assumed that image file fresbc_kvm.qcow2 resides in the /root directory

3. Create VM for your SBC
Define the amount of CPUs and RAM according to guidlines for Openstack installiation.

Follow the VM creation process by dialog tabs as below

General: choose VM name and location as usual. This manual uses VM ID 1000 as a reference.

OS: check "Do not use any media", keep default Linux OS with 4.X/3.X/2.6 Kernel

Hard Disk: choose your favorite device type and keep all the rest to default.

CPU: choose core count. Important: CPU Type must be set to "host".
In the advanced area parameter "CPU units" may be increased to ensure that CPU resources will be allocated to FreeSBC with priority. Refer to Proxmox docs.

Memory: Set the memory size

Network: Set up the interface you will use for management according to your network configuration. Model "VirtIO" tested, any other should work too.

Confirm:  Check and confirm, but don't start VM.

3. Tune VM for your SBC
Go to "Hardware" tab on your VM, then:

a. Remove CD/DVD Drive, we don't need it.

b. Detach and delete Hard Disk, we don't need it and we will attach KVM image later

c. Add network adapters according to your network configuration. Please, mind that standalone FreeSBC needs at least one for management and one for voice for initial setup. If you wish to use HA configuration, then you need at least one more for intra-cluster communications. While network adapters may be added any time, it's a good idea to setup correct network configuration just now.

4. Attaching image file to VM
Go to Proxmox host shell and copy image file to VM's directory, root proveledges required.  For VM ID 1000 and image file, located in /root this will be:
Code:
cp -v /root/freesbc_kvm.qcow2 /var/lib/vz/images/1000/

After that, we need force Proxmox to include this image to VM config file and make it available for web-interface. Do that with shell command qm rescan
Code:
# qm rescan
rescan volumes...
VM 1000: add unreferenced volume 'local:1000/freesbc_kvm.qcow2' as 'unused0' to config.
#

Return to the web-interface and VM's Hardware tab. Now the image referenced as "Unused Disk 0". Select it and press "Edit".

Select bus/device and put "Write through" to the Cache selector. For some bugs, Proxmox VMs can't start with default in this field. Press "Add". Now the image attached as root drive. Make sure that device reference math in the "Boot Order" selector of VM's Options tab.

Now, VM is ready to run.

It's highly recommended to move the disk to ZFS storage and make a snapshot of this state to rollback in case of later installation mistakes. If you plan HA FreeSBC installation, this point is good to clone VM. Cloned VM can be configured as the secondary later.

5. First, run and get the web interface
Start VM and go to the Shell. Wait until the login prompt. Mind that web-interface need some time after login prompt appears.

If you have DHCP, the address will be assigned automatically and you can go to http://{address}:12358/ for setup.

If you have no DHCP, management address should be assigned like following:

a. Go to the Shell and log in with username "root" and password "root"
b. run tbchangeip utility
c. Select interface eth0
d. type "yes" on the question if you want to modify
e. follow the script, but only set IP address to access. All the other like DNS and domain names could be done later with web-interface
f. Type "yes" on the question about config apply, but check the changes before
g. Type "yes" on the question if you want to activate configuration now.

After that, we have the address configured statically on eth0 and can go http://{address}:12358/ for configuration.

Important High-Availability and license remark
Please, be advised, that:

1. The product license is bound to the fingerprint which depends on the physical machine. If you move VM between nodes - license becomes invalid, and everything stop working. This is true for both primary and secondary.

2. If you create a new VM or clone VM - you need a new license.

3. You need separate Product Key for secondary server, so you have to go to Download section again and fill the form to get another Product Key.

4. The product key may be set only once initial installation. If your license invalidated and you are not able to return your VM in the last working place and state, you only have to reinstall FreeSBC.

So, the usage of Proxmox HA features is very questionable and potentially lead to license problems.

pavlyuts

Number of Messages : 11
Point : 21
Registration Date : 2018-11-10

Back to top Go down

How to instal FreeSBC on Proxmox VE Empty Importing qcow2 to local-lvm

Post by paratus Sat Aug 10, 2019 9:08 am

root@pve01:~# qm importdisk 106 freesbc_kvm.qcow2 local-lvm
Using default stripesize 64.00 KiB.
Logical volume "vm-106-disk-0" created.
(100.00/100%)

paratus

Number of Messages : 8
Point : 14
Registration Date : 2019-07-08

Back to top Go down

How to instal FreeSBC on Proxmox VE Empty Re: How to instal FreeSBC on Proxmox VE

Post by pavlyuts Sat Aug 10, 2019 1:37 pm

paratus wrote:root@pve01:~# qm importdisk 106 freesbc_kvm.qcow2 local-lvm
 Using default stripesize 64.00 KiB.
 Logical volume "vm-106-disk-0" created.
   (100.00/100%)
Thanks, I'm just forgot this command while cp easy for me )))

This do about the same like manual copy and rescan, and you need all the other steps before and after )))

pavlyuts

Number of Messages : 11
Point : 21
Registration Date : 2018-11-10

Back to top Go down

How to instal FreeSBC on Proxmox VE Empty Re: How to instal FreeSBC on Proxmox VE

Post by daniel.lauck Wed May 06, 2020 9:43 am

Great explanation, thank you.

Just a tip. I installed the FreeSBC in a Proxmox 6.1-8 server but after finished I received a error related to "tboam_app:" module. Something related to SSE 4.2 instruction not suported in my CPU.
I fix this changig the CPU type inside the VM hardware config tab from "default KVM/64" to "host".

daniel.lauck

Number of Messages : 1
Point : 1
Registration Date : 2020-05-06

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum