FreeSBC:Cloud:Virtmanager Installation A
Line 1: | Line 1: | ||
{{DISPLAYTITLE:FreeSBC:Cloud:Virtmanager Installation}} | {{DISPLAYTITLE:FreeSBC:Cloud:Virtmanager Installation}} | ||
− | Below is the procedure to work with an instance of TelcoBridges's virtual SBC on a | + | Below is the procedure to work with an instance of TelcoBridges's virtual SBC on a Virtmanager infrastructure. |
== Requirements == | == Requirements == | ||
Minimal Cloud requirements: | Minimal Cloud requirements: | ||
Line 63: | Line 63: | ||
More details on HW/CPU/NIC requirements can be found here: [[FreeSBC:RequirementsMatrix|RequirementsMatrix]] | More details on HW/CPU/NIC requirements can be found here: [[FreeSBC:RequirementsMatrix|RequirementsMatrix]] | ||
+ | |||
+ | == Getting the Image == | ||
+ | Please go to our [http://freesbc.telcobridges.com/pricing/ FreeSBC Download site] to get a copy of the latest FreeSBC Image. In the Download Section, while filling the form, choose correct platform "KVM". | ||
+ | As a result, you should get file fresbc_kvm.qcow2. Please, mention "Product Key" and keep containing email in a safe place. | ||
+ | |||
+ | == Upload Image File to Proxmox cloud == | ||
+ | You need an SFTP client to upload FreeSBC image to Proxmox. For example, using WinSCP SFTP Client. You need to uncompress FreeSBC image to virtual images folders. In our sample, we used /srv/LocalImages as a folder | ||
+ | > cd /srv/LocalImages | ||
+ | sudo tar xzvf freesbc_kvm_3.0.107.3_172_233929.qcow2.tar.gz | ||
+ | sudo mv freesbc_kvm.qcow2 my_freesbc_3_0_107_3.qcow2 | ||
+ | |||
+ | |||
+ | == Create VM for FreeSBC == |
Revision as of 00:45, 26 December 2018
Below is the procedure to work with an instance of TelcoBridges's virtual SBC on a Virtmanager infrastructure.
Contents |
Requirements
Minimal Cloud requirements:
- 64 bits infrastructures only
- Virtio/e1000 NIC interface
- One Ethernet adapter for management
- One or more Ethernet adapter(s) for data
Sessions | CPU | RAM | Disk Space | Ethernet ports |
---|---|---|---|---|
Up to 5,000 |
2 |
4 Gb |
40 Gb |
1 Gbps |
5,000-20,000 |
4 |
8 Gb |
60 Gb |
4 X 1 Gbps or 1 X 10 Gbps |
20,000-50,000 |
4** |
16 Gb |
80 Gb |
1 X 10 Gbps |
Above 50,000 |
6** |
24+ Gb |
100 Gb |
Multiple 10 Gbps |
More details on HW/CPU/NIC requirements can be found here: RequirementsMatrix
Getting the Image
Please go to our FreeSBC Download site to get a copy of the latest FreeSBC Image. In the Download Section, while filling the form, choose correct platform "KVM". As a result, you should get file fresbc_kvm.qcow2. Please, mention "Product Key" and keep containing email in a safe place.
Upload Image File to Proxmox cloud
You need an SFTP client to upload FreeSBC image to Proxmox. For example, using WinSCP SFTP Client. You need to uncompress FreeSBC image to virtual images folders. In our sample, we used /srv/LocalImages as a folder
> cd /srv/LocalImages sudo tar xzvf freesbc_kvm_3.0.107.3_172_233929.qcow2.tar.gz sudo mv freesbc_kvm.qcow2 my_freesbc_3_0_107_3.qcow2