Changes between Version 4 and Version 5 of XenInstallationTips

Show
Ignore:
Timestamp:
05/19/06 16:32:10 (4 years ago)
Author:
KevinLai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XenInstallationTips

    v4 v5  
    1111 * Install the Xen kernel. 
    1212{{{ 
    13 $ yum install tycoon_aucd_xen3 
     13$ yum install -y tycoon_aucd_xen3 
    1414}}} 
    1515 
     
    2020}}} 
    2121 
    22 4) Change the default runlevel to 3. Xen can run Xwindows, but becomes 
    23 very slow. 
     22 * Remove the following packages: GFS-kernel, cman-kernel, dlm-kernel, gnbd-kernel. These are incompatible with Xen. 
     23{{{ 
     24$ yum remove -y GFS-kernel cman-kernel dlm-kernel gnbd-kernel 
     25}}} 
    2426 
    25 5) Remove the following packages: GFS-kernel, cman-kernel, dlm-kernel, 
    26 gnbd-kernel. These are incompatible with Xen. 
    27  
    28 6) Yum update. Updates all the other packages. 
     27 * Updates all the other packages. 
     28{{{ 
     29$ yum update -y  
     30}}}