blob: 6550d0a0aa21207e7b5b55145d5a77b3f095a4a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
= RUMP howto =
Build rump dm library, build libdm with RUMP_ACTION, build dmct with RUMP_ACTION.
cd lib/libdm/
RUMP_ACTION=1 USETOOLS=no make
cd ../../sbin/dmctl
RUMP_ACTION=1 USETOOLS=no make
RUMP_ACTION=1 USETOOLS=no make -f Makefile.server
== Server Startup ==
RUMP_SP_SERVER=unix:///tmp/dmc
env RUMP_VERBOSE=1 ./dmctl_server
Server uses /home/haad/test.img file as disk1 device.
== Client Startup ==
RUMP_SP_CLIENT=unix:///tmp/dmc
./dmctl version
|