This shows you the differences between two versions of the page.
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:// | + | |
- | + | ||
- | Upgrade using the official scripts in order. | + | |
- | + | ||
- | :!: Here we are upgrading from 5.211.65-1. | + | |
- | + | ||
- | < | + | |
- | cat / | + | |
- | + | ||
- | wget -O - http:// | + | |
- | wget -O - http:// | + | |
- | wget -O - http:// | + | |
- | </ | + | |
===== 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 |
:!: 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 |
- In XenCenter, choose **VM -> Install XenServer Tools** | - In XenCenter, choose **VM -> Install XenServer Tools** | ||
Line 62: | Line 48: | ||
< | < | ||
- | mount /dev/sr0 /mnt | + | mkdir -p /mnt/tmp && |
- | mv /etc/redhat-release | + | yum localinstall |
- | echo " | + | yum localinstall |
- | /mnt/Linux/install.sh | + | reboot |
- | mv /etc/redhat-release /etc/redhat-release.SHMZ | + | |
- | cp -a /etc/redhat-release.orig / | + | |
</ | </ | ||