NetBSD/sbin/dmctl
andvar 100a3398b8 fix spelling mistakes, mainly in comments and log messages. 2024-02-09 22:08:30 +00:00
..
Makefile
README
dmctl.8
dmctl.c fix spelling mistakes, mainly in comments and log messages. 2024-02-09 22:08:30 +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