guest.lst - keep track of users' Xen slices



NAME

guest.lst - keep track of users' Xen slices


DESCRIPTION

guest.lst is the file that matches usernames and slice numbers to names of xen domains. It is used by the userxm utility to provide reqular users with access to the xm commands to control their guest domain(s).

An entry in guest.lst takses the following form:

        username:slice-number slice-name

For example, if a user pkaeding has a slice number 3 named poseidon, the correspoding entry would be:

        pkaeding:3 poseidon

This file should never need to be edited by hand; it is automatically generated and maintained by the newdisk utility. However, should hand-editing ever be necessary, the format is simple enough that it should not be a problem.


FILES

/xen/guest.lst - the xen guest list


AUTHOR

Written by Patrick Kaeding (pkaeding at ccs dot neu dot edu) for Crew (http://crew.ccs.neu.edu).


SEE ALSO

userxm(1), newdisk(8)