Networker

Re: [Networker] FYI:Installing NW 7.3 on Debian etch box

2007-09-14 15:07:54
Subject: Re: [Networker] FYI:Installing NW 7.3 on Debian etch box
From: "Leiss, Jeffrey" <Jeff.Leiss AT NWDC DOT NET>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Fri, 14 Sep 2007 12:03:11 -0700
Given that Ubuntu is based off of debain, I'm guessing there is a pretty good 
chance of this working for it too. I might have to test it out.


-=-=-=
Jeffrey Leiss
Senior Infrastructure Analyst - ACS
jeff.leiss AT nwdc DOT net
503.466.6540


-----Original Message-----
From: EMC NetWorker discussion [mailto:NETWORKER AT LISTSERV.TEMPLE DOT EDU] On 
Behalf Of kraniak
Sent: Thursday, September 13, 2007 3:20 PM
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Subject: [Networker] FYI:Installing NW 7.3 on Debian etch box

Simply steps for install NW 7.3 Server on a debian box.

First install alien tool ( convert rpm packages to deb packages )

#alien -c -i lgtoclnt-7.3.2-1.i686.rpm
( Error making soft links ... does'nt matter ) #alien -c -i 
lgtonode-7.3.2-1.i686.rpm #alien -c -i lgtoserv-7.3.2-1.i686.rpm #alien -c -i 
lgtolicm-7.3.2-1.i686.rpm

Execute to add earlier failed links
# update-rc.d networker start 19 2 3 4 5 . stop 19 0 1 6 .              Adding 
system startup for /etc/init.d/networker ...
   /etc/rc0.d/K19networker -> ../init.d/networker
   /etc/rc1.d/K19networker -> ../init.d/networker
   /etc/rc6.d/K19networker -> ../init.d/networker
   /etc/rc2.d/S19networker -> ../init.d/networker
   /etc/rc3.d/S19networker -> ../init.d/networker
   /etc/rc4.d/S19networker -> ../init.d/networker
   /etc/rc5.d/S19networker -> ../init.d/networker

Install java version provided on media
#/opt/sh j2re-1_4_2_11-linux-i586.bin

Install NMC Console
#alien -c -i lgtonmc-3.2.3-1.i686.rpm

( Error gst not found ... does'nt matter )

Now go to configure nmc

Before execute /opt/lgtonmc/nmc_config, first edit it

You must change:
Near from 684 line

case "$ARCH" in
    Linux )
    base=`rpm -q --qf "%{INSTALLPREFIX}\n" lgtonmc`
    ;;

to:

case "$ARCH" in
    Linux )
    #base=`rpm -q --qf "%{INSTALLPREFIX}\n" lgtonmc`
    base=/opt/lgtonmc
    ;;

And near from 914 line

 runcmd chmod 755 /etc/init.d/gst
 runcmd chkconfig --add gst
 # Post processing to take care of bug 161870 in chkconfig 1.3.13.2

to:

 runcmd chmod 755 /etc/init.d/gst
 #runcmd chkconfig --add gst
 runcmd update-rc.d gst start 20 2 3 4 5 . stop 20 0 1 6 .
 # Post processing to take care of bug 161870 in chkconfig 1.3.13.2

Run /opt/lgtonmc/bin/nmc_config


Now, library configuration is not correct. You must add "/usr/lib/nsr" on 
/etc/ld.config.so and run #ldconfig -v

That's all folks. You can configure your jukebox running jbconfig command, and 
configure server using a webrowser http://host:9000

+----------------------------------------------------------------------
|This was sent by carlesguri AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------

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

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>