Home | History | Annotate | Line # | Download | only in dmctl
      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