Changes between Version 3 and Version 4 of jazz/DRBL_Xen
- Timestamp:
- Jun 3, 2008, 5:42:38 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/DRBL_Xen
v3 v4 25 25 * Choose Xen to boot at GRUB menu 26 26 * [[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 29 31 {{{ 30 32 root@drbl-xen-srv:~# wget http://drbl.nchc.org.tw/GPG-KEY-DRBL 31 33 root@drbl-xen-srv:~# apt-key add GPG-KEY-DRBL 32 34 }}} 33 35 * Add DRBL repository URL 34 36 {{{ 35 37 root@drbl-xen-srv:~# echo "deb http://free.nchc.org.tw/drbl-core drbl stable" > /etc/apt/sources.list.d/drbl-sources.list 36 38 }}} 37 39 * Use drblsrv command to setup DRBL server. Here we choose linux-image-2.6.18-6-486 as default DRBL PXE kernel image 38 40 {{{ 39 41 root@drbl-xen-srv:~# /opt/drbl/sbin/drblsrv -i … … 47 49 [....skip....] 48 50 }}} 51 * Use drblpush command to deploy DRBL Client Image 52 {{{ 53 root@drbl-xen-srv:~# /opt/drbl/sbin/drblpush -i 54 }}} 55 * Use dcs command to restart DRBL related service status 56 {{{ 57 root@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)]]