Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ARCServe Backup client installation.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
Phylroy
n00b
n00b


Joined: 23 Mar 2004
Posts: 18

PostPosted: Mon Jan 17, 2005 10:12 pm    Post subject: ARCServe Backup client installation. Reply with quote

Arcserve officially does not support Gentoo linux and there is no doc on how to install it. So here is the basics on getting it operational on gentoo.

1. Get the linux tarball and untar it.

Code:

tar xvfz Linux.tar.gz


2. Emerge rpm
Code:

emerge -auvD rpm


3. Go into the untarred agent/Linux folder and install the following in order.

Code:

rpm -i -v --nodeps ca-lic-01.0060-000003.i386.rpm
rpm -i -v --nodeps babagtux.rpm
rpm -i -v --nodeps babcmagt.rpm


4. go to /opt/CA/BABcmagt/agent.cfg and edit it for the following.
Code:


[0]
#[LinuxAgent]
NAME      LinuxAgent
VERSION   11.1.0
HOME      /opt/CA/BABuagent
#ENV      CA_ENV_DEBUG_LEVEL=4
ENV       UAGENT_HOME=/opt/CA/BABuagent
ENV       LD_ASSUME_KERNEL=2.4.18
ENV       LD_LIBRARY_PATH=/opt/CA/BABcmagt:$LD_LIBRARY_PATH::/opt/CA/BABuagent/lib
ENV       SHLIB_PATH=/opt/CA/BABcmagt:$SHLIB_PATH::/opt/CA/BABuagent/lib
ENV       LIBPATH=/opt/CA/BABcmagt:$LIBPATH::/opt/CA/BABuagent/lib
BROWSER   cabr
AGENT     uagentd
MERGE     umrgd
VERIFY    umrgd


[36]
#[BABcmagt]
NAME      BABcmagt
HOME      /opt/CA/BABcmagt
TCP_PORT  6051
UDP_PORT  6051


5. Verify the services provided.
Code:

$ caagent list

Object_type      Name             Version    Status
0                LinuxAgent       11.1.0     ENABLED
36               BABcmagt                    ENABLED


6. Add the control to /etc/init.d
Code:

ln /opt/CA/BABcmagt/caagent  /etc/init.d/caagent


7. Add the service to the default run level
Code:

rc-update add caagent default


8. Reboot or start service.
Code:

/etc/init.d/caagent start


9. Ensure your firewall opens port 6051 on udp and tcp.

10. Now configure the backup server to pull the backups.


NOTE: For some reason the installation will bork you emerging other applications...if you get a "VERSION script" error, it is because the script sets echo. Type "unset echo" to fix the problem.


Last edited by Phylroy on Wed Jul 12, 2006 7:47 pm; edited 1 time in total
Back to top
View user's profile Send private message
spaz_yo
Tux's lil' helper
Tux's lil' helper


Joined: 20 Dec 2004
Posts: 90

PostPosted: Thu Jan 27, 2005 9:28 pm    Post subject: Reply with quote

Any idea where I can get a copy of the tarball, tried contacting Arcserver and they were totally confused
Back to top
View user's profile Send private message
dwernle
n00b
n00b


Joined: 07 Mar 2005
Posts: 7

PostPosted: Wed Mar 23, 2005 3:23 pm    Post subject: Reply with quote

i'm not sure if you can get a tarball as you get the disk with the ArcServe and on this disk there are the agents too.

if you have ArcServe send me a mail, i will look if i could organice a tarball for you as my company is CA Partner.

greets
Back to top
View user's profile Send private message
sunko
n00b
n00b


Joined: 08 Nov 2004
Posts: 3
Location: Poland/Poznan

PostPosted: Thu Jan 22, 2009 8:46 pm    Post subject: Reply with quote

if you see in /opt/CA/BABcmagt/logs/caagentd.log
Quote:

01/20 01:19:10(10005) - (stcpReceive)Failed in recv(4), torcv=8, length=8, Connection reset by peer
01/20 01:19:10(10005) - (_AGBRAppendSubBrowser) Failed in _AGBROpenDir(), ret=-1
01/20 01:19:10(10005) - (_AGBRSpawnSubBrowser): Failed in _AGBRAppendSubBrowser(), ret=-1
01/20 01:19:10(10005) - (uniBrowser) no sub-browser is available

You should hash line LD_ASSUME_KERNEL in agent.cfg
like
#ENV LD_ASSUME_KERNEL=2.4.18
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum