Guide To Installing Hyper Vm And Lxadmin On Cent Os 5!

Discussion in 'Site & Server Administration' started by shadowcastpm, Sep 26, 2008.

  1. #1
    I made this guide to help people who are new to the server scene ^_^. Anyway I hope someone can make use of the guide =)


    GUIDE TO INSTALLING HYPER VM AND LXADMIN ON CENT OS 5!
    =========================================

    Firstly you will need to access your server via SSH, Putty or Tunnilier are well known clients for access of the SSH protocol. Once in SHH you are ready to go! >>

    As a prerequisite, make sure that port 7778 and 8888 are accessable and not blocked by your firewall.

    INSTALLING LXADMIN
    
    # wget [url]http://download.lxlabs.com/download/lxadmin/production/lxadmin-install-master.sh[/url]
    # sh ./lxadmin-install-master.sh
    
    <WAIT! - BE PAITENT>
    
    RESET ROOT MYSQL PASS, LXADMIN CREATED
    
    # cd /usr/local/lxlabs/lxadmin/httpdocs/
    # lphp.exe ../bin/common/misc/reset-mysql-root-password.phps
    
    INSTALLING Hypervm
    
    # setenforce 0 
    # wget [url]http://download.lxlabs.com/download/hypervm/production/hypervm-install-master.sh[/url] 
    # sh ./hypervm-install-master.sh --virtualization-type=xen/openvz/NONE
    
    FINAL STEPS OF HYPERVM INSTALLATION
    
    # yum install nano
    # nano /etc/grub.conf
    Add line "default=0"
    
    REBOOTING THE SYSTEM
    
    # shutdown -r now
    
    
    Everything should be setup now:
    
    LX Admin: xx.xx.xx.xx:7778
    
    HYPER VM: xx.xx.xx.xx:8888
    
    --------------
    
    EXTRA NOTES:
    
    Default user/pass for LX & VM are:
    
    USER: admin
    PASSWORD: admin
    
    =========================================
    Code (markup):
    By Peter Manton / admin [at] cursid.com

    http://www.cursid.com
     
    shadowcastpm, Sep 26, 2008 IP
    st1905 likes this.