vblade(8) | System Manager's Manual | vblade(8) |
vblade, vbladed - export data via ATA over Ethernet
vblade [ -m mac[,mac...] ] shelf slot netif filename
The vblade command starts a process that uses raw sockets to perform ATA over Ethernet, acting like a virtual EtherDrive (R) blade.
The vbladed script can be used to daemonize the vblade process, detaching it from your terminal and sending its output to the system logs.
In this example, the root user on a host named nai exports a file named "3TB" to the LAN on eth0 using AoE shelf address 11 and slot address 1. The process runs in the foreground. Using vbladed would have resulted in the process running as a daemon in the background.
nai:~# vblade 11 1 eth0 /data/3TB
Users of Jumbo frames should read the README file distributed with vblade to learn about a workaround for kernel buffering limitations.
At least one AoE initiator (WinAoE) has been found to enforce legacy CHS geometry for drives by discarding sectors. You should ensure that the underlaying regular file or block device size is a multiple of 8225280 bytes (255 heads, 63 sectors/track, 512 bytes/sector) if you encounter filesystem corruption.
Please report bugs to the aoetools-discuss mailing list.
Brantley Coile (brantley@coraid.com)