EmuVM Migration tools
---------------------

    The migration tools are designed to assist migration of an Alpha AXP systems to AlphaVM.
    The tools work for both OpenVMS and Tru64/Digital UNIX.
    The tools enable simple disk migration from Alpha to an AlphaVM host system.
    The tool package consist of the server and the client parts.

The Server
----------

Usage:
	migsrv -d <directory> -p <port>

Examples:
	migsrv -d ~/disks
	migsrv -d C:\AlphaVM-Disks -p 8081	

The Client
----------

Usage:
	mig -i <disk>
		-- gets the disk information
	mig [-z] <disk> <ip> [<port>]
		-- sends the disk over the network
		-z - use compression. It does not always work faster.


Examples for OpenVMS:
	$ mig :== $DKA0:[0000000.MIG]MIG_VMS.EXE
	$ mig dka0 192.168.2.20 8080
	$ mount dka100: /for
	$ mig dka100 192.168.2.20 8080

Do not put ':' after the disk name.

Examples for Tru64 5.x
	./mig dsk0 192.168.2.20 8080
	./mig dsk1 192.168.2.20 8080

The tools uses the block devices like /dev/disk/dsk0c and /dev/disk/dsk1c

Examples for Tru64 4.0x
	./mig rz0 192.168.2.20 8080
	./mig rz1 192.168.2.20 8080

The tools uses the block devices like /dev/rz0c and /dev/rz1c
