The Remote Agent has been renamed RALUS (for Remote Agent for Linux and UNIX Servers) and an excellent HOWTO on using
RALUS on Debian is available.
Don't forget to run update-rc.d VRTSralus.init defaults to make it start/stop appropritately.
Note, you need to
have a RALUS license on your media server to use RALUS 10, but you can use v9 for 'free'.
#!/bin/sh
#
# Starts and stops the Backup Exec agent
# Craig Box, 25/8/03
PATH=/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/local/bkupexec/agent.be
CONF=/etc/bkupexec/agent.cfg
# clear conflicting settings from the environment
unset TMPDIR
# See if the daemon is there
test -x $DAEMON || exit 0
case "$1" in
start)
echo -n "Starting the Backup Exec agent: agent.be"
start-stop-daemon --start --quiet -b --exec $DAEMON -- -c $CONF
echo "."
;;
stop)
echo -n "Stopping the Backup Exec agent: agent.be"
start-stop-daemon --stop --quiet --oknodo --exec $DAEMON
echo "."
;;
restart|force-reload)
echo -n "Restarting the Backup Exec agent: agent.be"
start-stop-daemon --stop --quiet --oknodo --exec $DAEMON
sleep 2
start-stop-daemon --start --quiet -b --exec $DAEMON -- -c $CONF
echo "."
;;
*)
echo "Usage: /etc/init.d/bkupexec {start|stop|restart|force-reload}"
exit 1
;;
esac
exit 0
Make it executable and run update-rc.d bkupexec defaults 96, and you're away laughing.
Run agent.be with -nd to debug and use the guide for
How to read a UNIX Agent debug log to find out what’s wrong.
Check that /etc/hosts has the right details (FQDN, IP address) for the server you are running RALUS on.
You need an entry in /etc/services. As root,
echo 'grfs 6101/tcp' >> /etc/services
You need the hostname of the server you are announcing to in the /etc/hosts file as well.
rcvr addr=10.7.13.10.23.213 attempting to connect. state=0
Telnet to that IP on port 6101 and ensure you get a response. If not, check the Agent Browser service on the Windows machine.
More troubleshooting notes are available on the VERITAS knowledge base.
2 pages link to BackupExecNotes:
lib/main.php:944: Notice: PageInfo: Cannot find action page