NameDateSize

..29-Apr-2024113

dmctl.8H A D21-Feb-20112.8 KiB

dmctl.cH A D27-Aug-201114.1 KiB

MakefileH A D07-Feb-2011381

READMEH A D08-Feb-2011459

README

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