Networker

Re: [Networker] Help to install LINUX client

2003-12-17 11:25:57
Subject: Re: [Networker] Help to install LINUX client
From: Chad Smykay <csmykay AT RACKSPACE DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Wed, 17 Dec 2003 09:35:57 -0600
Cool!  Thanks for your response.  We are not using debian, yet, but I do see
us having to support it down the road in the next few months.  Nice to know
that an alien export of the RPM worked smoothly :)


Chad Smykay, RHCE
Systems Storage Administrator
Rackspace Managed Hosting (TM)
210-892-4025 ext 1603
Cell: 210-273-2344

-----Original Message-----
From: Legato NetWorker discussion [mailto:NETWORKER AT LISTMAIL.TEMPLE DOT EDU] 
On
Behalf Of Matt Temple
Sent: Tuesday, December 16, 2003 4:33 PM
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Subject: Re: [Networker] Help to install LINUX client

Matt Hemingway wrote:
> I created it from the rpm file that Legato provides.  I used alien to
> do the conversion:
>
> alien -d lgtoclnt-6.x.rpm (for example)
>
> would create a Debian package.  There are some dependencies that need
> to be installed first, before you can isntall the deb package.  I
> don't remember all of them off the top of my head, but when you do a
> dpkg -i on the deb package, it tells you.  I know libncurses4 is one
> of them (it may be the only one).
>

The startup file isn't right for Debian, either.   I added:

# --- these are Red Hat -- don't use --Source function library.
#. /etc/rc.d/init.d/functions
#
# Source networking configuration.
#. /etc/sysconfig/network



# Check that networking is up.
#[ ${NETWORKING} = "no" ] && exit 0
#
# --- these are redhat -- end
PIDFILE=/var/run/networker.pid
NSRDIR=/usr/sbin
NAME=nsrexecd
DAEMON=$NSRDIR/$NAME
ARGS="-s tapes"
[ -f ${DAEMON} ] || exit 0
  # See how we were called.

case "$1" in
   start)
      # Start daemons.
             echo -n "Starting networker: "  start-stop-daemon --start
--quiet --pidfile $PIDFILE -m --exec ${DAEMON}
                                   ;;
   stop)
         # Stop daemons.
         echo -n "Shutting down networker: "
         start-stop-daemon --stop --quiet --name $NAME --oknodo --exec
${DAEMON}
         rm -f $PIDFILE
         echo
         ;;
   status)
         # look for PID file
         if [ -f $PIDFILE ]; then
                 echo  "<$NAME> appears to be running"
         else
                 echo  "<$NAME> does NOT appear to be running"


      -
                                                                          fi
         ;;
   *)
         echo "Usage: networker {start|stop}"
         exit 1
esac

--
=============================================================
Matthew Temple                Tel:    617/632-2597
Director, Research Computing  Fax:    617/582-7820
Dana-Farber Cancer Institute  mht AT research.dfci.harvard DOT edu
44 Binney Street,  ML105      http://research.dfci.harvard.edu
Boston, MA 02115              Choice is the Choice!

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

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.547 / Virus Database: 340 - Release Date: 12/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.547 / Virus Database: 340 - Release Date: 12/2/2003

--
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>