[BACK]Return to 0README CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / othersrc / nastore / volman / srvr / rc / vault

File: [cvs.NetBSD.org] / othersrc / nastore / volman / srvr / rc / vault / 0README (download)

Revision 1.1.1.1 (vendor branch), Mon Feb 28 02:18:32 2000 UTC (24 years, 1 month ago) by wrstuden
Branch: NAS, MAIN
CVS Tags: nastore3-beta-20000227, HEAD
Changes since 1.1: +0 -0 lines

Import of snapshot of nastore3 code. Includes kernel code for dmfs, dmfs
user utilities, ms66 import and export, vvm, and volman. Also includes
makefile magic to automatically generate .tgz source files from the source.
Solaris support a bit of a question as zoularis is not working at the
moment.

The vaultrc or Vault Repository Controller is a server for the NAStore
voldaemon that communicates with human operators to satisfy volume
mount and move requests. It is basically a clone of the original
vault controller, the mantprc (now called protorc), with an added 
feature: it can talk to a vault database server which can talk to 
a bar-code reading 'gun' that is basically a PC.  Communication 
between the vaultrc and the database server is by RPC. If the vaultrc 
cannot contact the server, its operation is the same as the mantprc.

The database server hostname is defined in vaultrc.c:

	char	server[] = "splatter;


This directory: 	vaultrc code
server/ 		dbase server code
server/gun/		bar-code PC code