Networker

Re: [Networker] Convert server to storage node

2004-08-08 14:28:52
Subject: Re: [Networker] Convert server to storage node
From: Carl Farnsworth <cfarnsworth AT SYMPATICO DOT CA>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Sun, 8 Aug 2004 14:28:45 -0400
The "lgtolmd" is your Legato License Manager daemon.  It should be
commented out to run Server B as a Storage Node.  The "lgtolmd" is the
NetWorker Server daemon, and it should also be commented out to prevent the
Server processes from running.  (See example below.)
Good idea to create two separate copies of this script labeled as
networker.server and networker.sn for example, to be swapped back and forth.
To function as a storage node you should only need "nsrexecd" daemon -
should also add "-s <servername>" to get it "pointed in the right
direction".  If running properly, you should see "nsrmmd" processes for
each direct-attached tape drive.
To bring Server B up as Server again, you'll probably have to shut down
NetWorker on Server A, or "cross-talk" could foul things up (Server A
polling for nsrmmd's etc.)

On Fri, 6 Aug 2004 14:58:07 -0400, Somen Chanda <schanda AT NETJETS DOT COM> 
wrote:

>
>Andrew,
>
>The start portion of the networker server looks like the following:
>
>
>'start')
>(echo 'starting NetWorker daemons:') > /dev/console
>if [ -f /usr/sbin/nsrexecd ]; then
>        (/usr/sbin/nsrexecd -s nsrserver; /bin/sleep 15) > /dev/console
2>&1
>        (echo ' nsrexecd') > /dev/console
>fi
>#if [ -f /usr/sbin/lgtolmd ]; then
>#        (/usr/sbin/lgtolmd -p /nsr/lic -n 1) > /dev/console 2>&1
>#        (echo ' lgtolmd') > /dev/console
>#fi
>#if [ -f /usr/sbin/nsrd -a ! -f /usr/sbin/NetWorker.clustersvr ]; then
>#        (/usr/sbin/nsrd) > /dev/console 2>&1
>#        (echo ' nsrd') > /dev/console
>#fi
>        ;;
>

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=