Networker

[Networker] SUMMARY: [Networker] ACSLS

2002-11-12 15:53:40
Subject: [Networker] SUMMARY: [Networker] ACSLS
From: Joel Fisher <jfisher AT WFUBMC DOT EDU>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Tue, 12 Nov 2002 15:53:33 -0500
That was it... where did you find any documentation on this?

Sun Support seemed to know nothing about it either.

Anyway below is required to allow a Networker server to talk to an ACSLS
silo.

Add the below lines to your /etc/init.d/networker script.(Within the
'start' section)

CSI_HOSTNAME=name_of_ACSLS_server; export CSI_HOSTNAME
if [ -f /usr/sbin/nsr/mini_el ]; then
        /usr/sbin/nsr/mini_el &
fi
if [ -f /usr/sbin/nsr/ssi ]; then
        /usr/sbin/nsr/ssi &
fi


Thanks,

Joel

-----Original Message-----
From: Remsing, Steven (SR) [mailto:SRRemsing AT dow DOT com] 
Sent: Tuesday, November 12, 2002 3:10 PM
To: Joel Fisher
Subject: RE: [Networker] ACSLS

Joel,

I have nearly the same setup as you.  I am running Solaris 8 on the
NetWorker server and Solaris 2.6 on a ACSLS server, which is running
ACSLS
5.3.

After doing the install you need to add the following lines to your
S95networker script.

CSI_HOSTNAME=name_of_ACSLS_server; export CSI_HOSTNAME
if [ -f /usr/sbin/nsr/mini_el ]; then
        /usr/sbin/nsr/mini_el &
fi
if [ -f /usr/sbin/nsr/ssi ]; then
        /usr/sbin/nsr/ssi &
fi

You need to do this even if the ACSLS and NetWorker servers are the same
system.  This should get you going.  This is poorly documented if you
ask
me.

Steve Remsing
The Dow Chemical Company
UNIX System Administrator
1776 Bldg / C-211
Phone: 989-636-2949
Fax: 989-638-9707
Email: sremsing AT dow DOT com


-----Original Message-----
From: Joel Fisher [mailto:jfisher AT WFUBMC DOT EDU]
Sent: Tuesday, November 12, 2002 3:00 PM
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Subject: [Networker] ACSLS


Hey All,
 
Is anyone using Solstice backup 6.x/Solaris 2.6 with an STK Silo using
ACSLS 6.1?  Anything special you needed to do to get Networker to talk
to the acsls server?
 
Thanks,
 
Joel

--
Note: To sign off this list, send a "signoff" 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.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

--
Note: To sign off this list, send a "signoff" 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>
  • [Networker] SUMMARY: [Networker] ACSLS, Joel Fisher <=