Changes between Version 8 and Version 9 of Xen_Lab2


Ignore:
Timestamp:
Oct 21, 2009, 1:13:01 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab2

    v8 v9  
    3636{{{
    3737$ scons
    38 $ sudo mkdir /home/one
    39 }}}
    40  * 配置 ONE 環境變數
    41 {{{
    42 $ vim ~/.profile
    43 }}}
    44 {{{
    45 #!sh
    46 export ONE_LOCATION=/home/one
    47 export ONE_XMLRPC=http://localhost:2633/RPC2
    48 export PATH=$PATH:$ONE_LOCATION/bin
    49 }}}
    50 {{{
    51 $ source ~/.profile
    52 $ sudo ./install.sh -d /home/one
     38$ sudo ./install.sh
    5339}}}
    5440----
     
    5642 * 在 node01 上編輯,將 160~164 行註解掉,打開 169~173 行
    5743{{{
     44$ sudo mkdir /home/one
    5845$ cd /home/one
    5946}}}