Networker

Re: [Networker] Followup question to my SCSI bus errors post

2010-09-29 00:36:51
Subject: Re: [Networker] Followup question to my SCSI bus errors post
From: David Stes <stes AT PANDORA DOT BE>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Wed, 29 Sep 2010 06:35:41 +0200
> Is there a way to start Networker on Solaris, but prevent it from talking
> to devices, etc.? i.e., just start, but have none of the nsrmmds, etc.
> launch?

It is a good idea to start NetWorker like that, as this will allow you to
see that NetWorker gets through nsrim and nsrck and so on, before enabling nsrmmd.

To prevent nsrmmd starting, before starting nsrd, you can:

 rm -rf /nsr/tmp
 mkdir /nsr/tmp
 rm -rf /nsr/res/jobsdb

 cat <<EOF >disable-all
 . type: NSR device
 update enabled: No
 EOF

 pgrep nsrd && { echo "nsrd should not run!"; exit 0; }
 nsradmin -d /nsr/res/nsrdb -i disable-all

Regards,
David.

To sign off this list, send email to listserv AT listserv.temple DOT edu and type 
"signoff networker" in the body of the email. Please write to networker-request 
AT listserv.temple DOT edu if you have any problems with this list. You can access the 
archives at http://listserv.temple.edu/archives/networker.html or
via RSS at http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER

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