Networker

Re: [Networker] storage node's name?

2004-03-17 17:40:11
Subject: Re: [Networker] storage node's name?
From: Davina Treiber <Treiber AT HOTPOP DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Wed, 17 Mar 2004 17:52:02 +0000
Olaf Zaplinski wrote:
Hi,

I just installed my 1st storage node (W2K, 6.1.4). Now my Linux server
(6.1.4) says:

# export NSR_JUKEBOX=rd=twiki.foo.net:L700e
# nsrjb -vHE
setting verbosity level to `1'
nsrjb: Environment variable 'NSR_JUKEBOX' invalid.
nsrjb: error, No jukebox named `rd=twiki.foo.net:L700e'

what is wrong with the name?


Two things:

(1) If you define a variable with a = in it, you will need to quote it
or escape it, such as: export NSR_JUKEBOX="rd=twiki.foo.net:L700e"

(2) What you are trying to do won't work. You need to run nsrjb on the
storage node. You can do this by logging in to the storage node machine,
or you can get the server to connect to the storage node using RPC in
the same way that NetWorker does under normal operation - i.e. by
talking to nsrexecd on the storage node. nsrexec is used for this.

Example:

export RUSER=root
export RCMD="nsrjb -vHE -s buck.foo.net -j rd=twiki.foo.net:L700e"
nsrexec -c twiki.foo.net

P.S. I made up the name of your server...  :-)

--
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.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

<Prev in Thread] Current Thread [Next in Thread>