NetBSD/sbin/dmctl
abhinav 4f5a1ab658 Fix typo 2017-06-04 08:34:34 +00:00
..
Makefile
README
dmctl.8 Fix typo 2017-06-04 08:34:34 +00:00
dmctl.c

README

= 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