.TH GRIDSRV 1
.SH NAME
gridsrv - sets up a grid session and backgrounds it
.SH SYNOPSIS
g/gridsrv sessionname routableip
.SH DESCRIPTION
gridsrv begins a new gridsession and sets up its namespace. A directory named /tmp/gridfiles/SESSIONNAME is created and bound to /tmp/grid, subdirectories for organizing information are created, the given routable IP is saved at /tmp/grid/info/nodeaddr,  mntgen is started for /g, and /g/r, and a plumber and srvfs for shared namespace are launched. The consequence of these shenanigans is to create a grid workspace with a shared namespace at /g. gridsrv is identical to gridstart with the exception of not attaching to the initial session and not starting rio. Use g/gridattach SESSIONNAME to connect to it.
.SH SOURCE
/bin/g
.SH BUGS
gridsrv doesn't check that the sessionname hasnt been used before or that the routableip is in any way valid and meaningful.
