|
@ extreme.indiana.edu
|
NWS Sysadmin's GuideInstalled Versions2.12.1 (default) 2.01DownloadConfiguration./configure --prefix=/l/local/packages/nws/2.01 Logs2.1Downloadftp://ftp.nsf-middleware.org/pub/nmi/1.1/source/nws/ Configuration./configure --prefix=/l/local/packages/nws/2.1 Logs2.12.1 - for use with LEAD projectDownloadRetrieved from LEAD CVS. Configuration./configure
--prefix=/l/xraid/packages/linux/nws/2.12.1 globally, but then ./configure --prefix=/usr/local/nws-2.12.1 locally
on LogsMostly straightforward. An outline of the local installs is given
below. Requires user ./configure --prefix=/usr/local/nws-2.12.1 make all sudo make install cd /usr/local sudo ln nws-2.12.1 nws # unpack the daemon-0.6.3 package ./config make cp daemon /usr/local/nws/bin sudo mkdir /var/nwsmemory sudo chown nws.nws /var/nwsmemory # back in the nws package sudo cp contrib/nws-* /etc/init.d/ # configure the init scripts accordingly # note: only nws-sensor is enabled on lead and other machines. only chinkapin # runs as the name and memory server sudo chkconfig --add nws-memory sudo chkconfig --add nws-nameserver sudo chkconfig --add nws-sensor
|