Changes between Version 3 and Version 4 of jazz/DRBL_Xen


Ignore:
Timestamp:
Jun 3, 2008, 5:42:38 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/DRBL_Xen

    v3 v4  
    2525 * Choose Xen to boot at GRUB menu
    2626   * [[Image(xen_grub.png)]]
    27  * Install DRBL
    28    * Download GPG-KEY-DRBL and add GPG key via apt-key
     27
     28== Install and Configure DRBL ==
     29
     30 * Download GPG-KEY-DRBL and add GPG key via apt-key
    2931{{{
    3032root@drbl-xen-srv:~# wget http://drbl.nchc.org.tw/GPG-KEY-DRBL
    3133root@drbl-xen-srv:~# apt-key add GPG-KEY-DRBL
    3234}}}
    33    * Add DRBL repository URL
     35 * Add DRBL repository URL
    3436{{{
    3537root@drbl-xen-srv:~# echo "deb http://free.nchc.org.tw/drbl-core drbl stable" > /etc/apt/sources.list.d/drbl-sources.list
    3638}}}
    37    * Use drblsrv command to setup DRBL server. Here we choose linux-image-2.6.18-6-486 as default DRBL PXE kernel image
     39 * Use drblsrv command to setup DRBL server. Here we choose linux-image-2.6.18-6-486 as default DRBL PXE kernel image
    3840{{{
    3941root@drbl-xen-srv:~# /opt/drbl/sbin/drblsrv -i
     
    4749[....skip....]
    4850}}}
     51 * Use drblpush command to deploy DRBL Client Image
     52{{{
     53root@drbl-xen-srv:~# /opt/drbl/sbin/drblpush -i
     54}}}
     55 * Use dcs command to restart DRBL related service status
     56{{{
     57root@drbl-xen-srv:~# /opt/drbl/sbin/dcs -nl more switch-drbl-serv
     58}}}
     59 * Use Thin Client VMWare Image to test DRBL
     60   * [[Image(drbl_xen_client_boot.jpg)]]