Re: [Queue-developers] single-machine == NFS-shared ???
Brought to you by:
wkrebs
From: Mike C. <da...@ix...> - 2001-05-11 16:39:23
|
On Fri, May 11, 2001 at 12:23:44PM +0200, Christian Parg wrote: > I think there is still something wrong, allthough I couldn't find any > docu about the intended directories for queued data-exchange dir, Actually info -f queue has the following; 1. Run `./configure' . When installing as an ordinary user, configure sets the makefile to install GNU Queue into the current directory. `queue' will go in `./bin', `queued' daemon will go into `./sbin', `/com/queue' will be the shared spool directory, the host access control list file will go into `./share' and the queued pid files will go into `./var' . If you want things to go somewhere else, run `./configure --prefix=dir', where dir is the top-level directory where you want things to be installed. And: If you want to just experiment with Queue on a single host, all you need is a local directory that is protected to be root-accessible only. For load-balancing, however, you will need an NFS directory mounted on all your hosts with 'no_root_squash' (see NFS man pages) option turned on. Unfortunately, the 'no_root_squash' option is required for load-balancing because the file system is used to communicate information about jobs to be run. The default spool directory is under the default GNU sharedstatedir, `/usr/local/com/queue'. mrc -- Mike Castle Life is like a clock: You can work constantly da...@ix... and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen |