close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jul 14, 2008, 5:48:46 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v21
|
v22
|
|
114 | 114 | * You can run '''/etc/init.d/xend start''' manually to start xen service for each DRBL clients via '''drbl-doit''' command. |
115 | 115 | {{{ |
116 | | #!sh |
117 | | # /opt/drbl/bin/drbl-doit /etc/init.d/xend start |
| 116 | drbl-xen-srv:~# /opt/drbl/bin/drbl-doit /etc/init.d/xend start |
118 | 117 | }}} |
119 | 118 | * You can check the status of xend by running '''xm list''' |
120 | 119 | {{{ |
121 | | #!sh |
122 | | # /opt/drbl/bin/drbl-doit /usr/sbin/xm list |
| 120 | drbl-xen-srv:~# /opt/drbl/bin/drbl-doit /usr/sbin/xm list |
123 | 121 | }}} |
124 | 122 | * To save your time, we recommand you to add xend to default rcX.d by running '''update-rc.d xend defaults''' |
125 | 123 | {{{ |
126 | | #!sh |
127 | | # /opt/drbl/bin/drbl-doit /usr/sbin/update-rc.d xend defaults |
| 124 | drbl-xen-srv:~# /opt/drbl/bin/drbl-doit /usr/sbin/update-rc.d xend defaults |
128 | 125 | }}} |
129 | 126 | |