These are the steps I use for installing sipx on CentOS 5.4. I think the only thing you would nee dto cjange is line in the repo file which points to 4.0.4. I made it duplicate what the ISO install did whenever possible.

Install CentOS 5.4 64 Bit

-Select these options

Next

English

US English

Remove All Partitions

Manual Network (click EDIT)

<IP address>

<subnet>

Disable IPV6

Set hostname manually:

Hostname: nshpbx1.sipx.voip

Gateway: <gateway>

Pri DNS: DNS1 (Sipx server in my case)

Sec DNS: DNS2

Time: America/Chicago

Root: root pass

Deselect 'Desktop -- Gnome'

Select customize now

Next

Go to Base System, and Deselect Base and Dialup

Click Next twice. OS is loaded. Reboot when prompted.

Connect by SSH from now on

-Disabling SELinux- Run this command, and make the change in the line below

*vi /etc/selinux/config*

* SELINUX=disabled*

-Disabling Firewall- Run these three commands

*/etc/init.d/iptables save*

*/etc/init.d/iptables stop*

*chkconfig iptables off*

*reboot*

-Updating and installing several packages

*yum install wget which slocate acl*

Answer Yes and take defaults

*yum update*

Answer Yes and take defaults

-Create Sipx software repository

*vi /etc/yum.repos.d/dsi-sipx.repo*

Paste these lines in and save

*[sipxecs-stable]*

*name=SIPfoundry sipXecs pbx - latest stable version*

*baseurl=http://sipxecs.sipfoundry.org/pub/sipXecs/4.0.4/CentOS/5/$basearch/RPM*

*gpgcheck=0*

-Installing Sipx and required software (all one line below)

*yum install e2fsprogs grub kernel ntp dhcp bind caching-nameserver gdb strace yum-basearchonly yum-downloadonly java-1.6.0-sun java-1.6.0-sun-fonts sipxecs*

Answer Yes and take defaults

-Disable some services. Some will error, but that is fine.

*chkconfig sipxecs off*

*chkconfig postgresql off*

*chkconfig portmap off*

*chkconfig netfs off*

*chkconfig nfslock off*

*reboot*

-Launch sipx configuration wizard

*/usr/bin/sipxecs-setup-system*




On 4/26/2010 8:47 AM, Rhon wrote:
Hi Tony,

Sorry for hijacking the post. I'm just curious if DNS will be installed also when installing sipxecs via yum? How about CentOS 5.4 64bit? Any known issues with the install/sipxecs rpm packages?

Thanks

Rhon

On Mon, Apr 26, 2010 at 6:35 PM, Tony Graziano <tgrazi...@myitdepartment.net <mailto:tgrazi...@myitdepartment.net>> wrote:

    A very base install of centos 5.4, adding ntp and dhcp before
    installing
    sipx via yum works fine.
    ============================
    Tony Graziano, Manager
    Telephone: 434.984.8430
    Fax: 434.984.8431

    Email: tgrazi...@myitdepartment.net
    <mailto:tgrazi...@myitdepartment.net>

    LAN/Telephony/Security and Control Systems Helpdesk:
    Telephone: 434.984.8426
    Fax: 434.984.8427

    Helpdesk Contract Customers:
    http://www.myitdepartment.net/gethelp/

    ----- Original Message -----
    From: sipx-users-boun...@list.sipfoundry.org
    <mailto:sipx-users-boun...@list.sipfoundry.org>
    <sipx-users-boun...@list.sipfoundry.org
    <mailto:sipx-users-boun...@list.sipfoundry.org>>
    To: sipx-users@list.sipfoundry.org
    <mailto:sipx-users@list.sipfoundry.org>
    <sipx-users@list.sipfoundry.org
    <mailto:sipx-users@list.sipfoundry.org>>
    Sent: Mon Apr 26 06:14:29 2010
    Subject: [sipx-users] Is centos 5.4 supported with sipx 4.2?

    Hi all,
    i wonder if centos 5.4 is supported for sipx 4.2?
    I see that sipx 4.2 iso image still contains centos 5.2. Which is
    outdated.
    Though repo file points to release 5, which is 5.4 actually.
    So if one just runs "yum update" centos will be updated to 5.4. Is
    it ok for
    sipx?

    I also would like to have a possibility to install centos (current
    release
    is 5.4) myself, then install sipx rpms. Is it ok?

    Does anybody use sipx 4.2 with centos 5.4?
    Which release of centos did developers team used while testing
    sipx 4.2?

    Thanks and regards,
    Nikolay.
    _______________________________________________
    sipx-users mailing list sipx-users@list.sipfoundry.org
    <mailto:sipx-users@list.sipfoundry.org>
    List Archive: http://list.sipfoundry.org/archive/sipx-users
    Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
    sipXecs IP PBX -- http://www.sipfoundry.org/



_______________________________________________
sipx-users mailing list sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/

_______________________________________________
sipx-users mailing list sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to