NetBSD/sbin/dmctl
joerg 9f300e34f1 static. dead. 2011-08-27 17:07:28 +00:00
..
Makefile
README Fix typos. 2011-02-08 09:51:55 +00:00
dmctl.8 Small typo in macro (Ii -> It). 2011-02-21 17:05:50 +00:00
dmctl.c static. dead. 2011-08-27 17:07:28 +00:00

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