Changes between Version 5 and Version 6 of Reading/XenP/single


Ignore:
Timestamp:
Apr 10, 2009, 6:47:07 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reading/XenP/single

    v5 v6  
    8080$ sudo vim /etc/xen-tools/xen-tools.conf
    8181dir = /home
    82 gateway   = 140.X.X.X
     82gateway   = X.X.X.X
    8383netmask   = X.X.X.X
    8484broadcast =  X.X.X.X
     
    8686 * 產生 VM Image
    8787{{{
    88 $ sudo xen-create-iage --hostname xen01 --ip 140.X.X.X
     88$ sudo xen-create-iage --hostname xen01 --ip X.X.X.X
    8989}}}
    9090 * 啟動 VM
     
    9999   * [http://www.rpath.org/project/lamp/release?id=6274 rpath online]
    100100   * [http://www.jumpbox.com/ jumpbox]
     101 * 練習
     102{{{
     103$ wget http://virtualappliances.net/download/archive/VirtualAppliancesLAMP-xen-1.0.113.tar.bz2
     104$ tar jxvf VirtualAppliancesLAMP-xen-1.0.113.tar.bz2
     105$ cd VirtualAppliancesLAMP
     106$ vim VirtualAppliancesLAMP.cfg
     107$ sudo xm create -c VirtualAppliancesLAMP.cfg
     108}}}
    101109----
    102110== 6. 啟動 VM Cluster ==