Name Date Size #Lines LOC

..--

MakefileH A D08-Feb-2011381 2512

READMEH A D08-Feb-2011459 2314

dmctl.8H A D04-Jun-20172.8 KiB7069

dmctl.cH A D09-Feb-202414.1 KiB580379

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