Changes between Version 5 and Version 6 of Reading/XenP/single
- Timestamp:
- Apr 10, 2009, 6:47:07 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Reading/XenP/single
v5 v6 80 80 $ sudo vim /etc/xen-tools/xen-tools.conf 81 81 dir = /home 82 gateway = 140.X.X.X82 gateway = X.X.X.X 83 83 netmask = X.X.X.X 84 84 broadcast = X.X.X.X … … 86 86 * 產生 VM Image 87 87 {{{ 88 $ sudo xen-create-iage --hostname xen01 --ip 140.X.X.X88 $ sudo xen-create-iage --hostname xen01 --ip X.X.X.X 89 89 }}} 90 90 * 啟動 VM … … 99 99 * [http://www.rpath.org/project/lamp/release?id=6274 rpath online] 100 100 * [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 }}} 101 109 ---- 102 110 == 6. 啟動 VM Cluster ==