ubuntu ipvs help

Discussion in 'Server Operation' started by kendel, Aug 7, 2010.

  1. kendel

    kendel New Member

    I am trying to follow the guide of "How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS" but I am using 10.04

    How do I use these commands

    echo ip_vs_dh >> /etc/modules
    echo ip_vs_ftp >> /etc/modules
    echo ip_vs >> /etc/modules
    echo ip_vs_lblc >> /etc/modules
    echo ip_vs_lblcr >> /etc/modules
    echo ip_vs_lc >> /etc/modules
    echo ip_vs_nq >> /etc/modules
    echo ip_vs_rr >> /etc/modules
    echo ip_vs_sed >> /etc/modules
    echo ip_vs_sh >> /etc/modules
    echo ip_vs_wlc >> /etc/modules
    echo ip_vs_wrr >> /etc/modules

    I keep getting "bash: /etc/modules: Permission Denies"
    I did try using sudo.....still the same result...
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Please run
    Code:
    sudo su
    first to become root and then try again.
     
  3. kendel

    kendel New Member

    i am at this part of the guide:

    /etc/ha.d/resource.d/LVSSyncDaemonSwap master status

    Output on the active load balancer:

    master running(ipvs_syncmaster pid: 5470)


    In the http://www.howtoforge.com/set-up-a-loadbalanced-ha-apache-cluster-ubuntu8.04-p4


    But I am not getting the result: master running(ipvs_syncmaster pid: 5470)

    Instead i get a "bash: /etc/ha.d/resource.d/LVSSyncDaemonSwap: No such file or directory"

    I been looking back at the steps and i don't think I missed anything...

    Could anyone please assist?
     
  4. kendel

    kendel New Member

    Does anyone know?
     
  5. p4blit0

    p4blit0 New Member

    Did you ever find a solution? I have the same problem on 11.04
     

Share This Page