Home | History | Annotate | only in /src/sbin/dmctl
Up to higher level directory
NameDateSize
dmctl.804-Jun-20172.8K
dmctl.c09-Feb-202414.1K
Makefile08-Feb-2011381
README08-Feb-2011459

README

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