| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | .TH vblade 8.SH NAMEvblade, vbladed \- export data via ATA over Ethernet.SH SYNOPSIS.nf.B vblade [ -m mac[,mac...] ] shelf slot netif filename.fi.SH DESCRIPTIONThe.I vbladecommand starts a process that uses raw sockets to perform ATA overEthernet, acting like a virtual EtherDrive (R) blade..PPThe .I vbladedscript can be used to daemonize the vblade process,detaching it from your terminal and sending its output to the systemlogs..SS Arguments.TP\fBshelf\fPThis should be the shelf address (major AoE address) of the AoE deviceto create..TP\fBslot\fPThis should be the slot address (minor AoE address) of the AoE deviceto create..TP\fBnetif\fPThe name of the ethernet network interface to use for AoEcommunications..TP\fBfilename\fPThe name of the regular file or block device to export..SS Options.TP\fB-m\fPThe -m flag takes an argument, a comma separated list of MAC addressespermitted access to the vblade.  A MAC address can be specified in upperor lower case, with or without colons..SH EXAMPLEIn this example, the root user on a host named.I naiexports a file named "3TB" to the LAN on eth0 using AoE shelf address 11and slot address 1.  The process runs in the foreground.  Using .I vbladedwould have resulted in the process running as a daemon in thebackground..IP.EX.nfnai:~# vblade 11 1 eth0 /data/3TB.fi.EE.SH BUGSUsers of Jumbo frames should read the README file distributed withvblade to learn about a workaround for kernel buffering limitations..SH AUTHORBrantley Coile (brantley@coraid.com)
 |