User Tools

Site Tools


voice:pbx:freepbx:freepbx_distro_vm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
voice:pbx:freepbx:freepbx_distro_vm [2017/11/08 07:22]
gcooper
voice:pbx:freepbx:freepbx_distro_vm [2018/06/03 10:54] (current)
gcooper
Line 21: Line 21:
 ===== Updating ===== ===== Updating =====
  
-FIXME This section is for v6. +See also **[[voice:pbx:freepbx:freepbx_upgrade|FreePBX Upgrade]]**
- +
-http://wiki.freepbx.org/display/FD/Updating+FreePBX+Official+Distro +
- +
-Upgrade using the official scripts in order.  Don't skip any. +
- +
-:!: Here we are upgrading from 5.211.65-1. +
- +
-<file> +
-cat /etc/schmooze/pbx-version +
- +
-wget -O - http://upgrades.freepbxdistro.org/stable/5.211.65/upgrade-5.211.65-2.sh | bash +
-wget -O - http://upgrades.freepbxdistro.org/stable/5.211.65/upgrade-5.211.65-3.sh bash +
-wget -O - http://upgrades.freepbxdistro.org/stable/5.211.65/upgrade-5.211.65-4.sh | bash +
-</file>+
  
 ===== XenServer ===== ===== XenServer =====
Line 41: Line 27:
 ==== Create the PBX VM ==== ==== Create the PBX VM ====
  
-Create a new **fully-virtualized VM** using the **Other Install Media** template and the 64-bit FreePBX Distro .iso file.+Create a new **PVHVM** using the **Other Install Media** template and the 64-bit FreePBX Distro ''.iso'' file.
  
 :!: The FreePBX Distro supports PVOPS and will install para-virtualized drivers automatically. :!: The FreePBX Distro supports PVOPS and will install para-virtualized drivers automatically.
Line 56: Line 42:
 ==== Install XenServer Tools ==== ==== Install XenServer Tools ====
  
-After creating the PBX VM and installing the FreePBX Distro:+After creating the PBX VM and installing the FreePBX Distro SNG7:
  
   - In XenCenter, choose **VM -> Install XenServer Tools**   - In XenCenter, choose **VM -> Install XenServer Tools**
Line 62: Line 48:
  
 <file> <file>
-mount /dev/sr0 /mnt +mkdir -p /mnt/tmp && mount /dev/sr0 /mnt/tmp 
-mv /etc/redhat-release /etc/redhat-release.orig +yum localinstall /mnt/tmp/Linux/xe-guest-utilities-*.x86_64.rpm 
-echo "CentOS release 6.5 (Final)" > /etc/redhat-release +yum localinstall /mnt/tmp/Linux/xe-guest-utilities-xenstore-*.x86_64.rpm 
-/mnt/Linux/install.sh +reboot
-mv /etc/redhat-release /etc/redhat-release.SHMZ +
-cp -a /etc/redhat-release.orig /etc/redhat-release+
 </file> </file>
  
voice/pbx/freepbx/freepbx_distro_vm.1510150937.txt.gz · Last modified: 2017/11/08 07:22 by gcooper