Tag Archives: arcserve ca debian

CA ArcServe16.5 under Debian X64bit

  1. First install 32bit libs.
    apt-get install g++-multilib
  2. Then get the DEB’s files, from the cdrom
    mount /dev/cdrom /mnt
    cd /mnt/datamoverandagent/linux
    dpkg -i *.deb

    If you get errors like this: /opt/CA/ABcmagt/aglang_setup: 60: [: -e: unexpected operator.
    See here: http://kennethdalbjerg.dk/2014/04/07/error-while-installing-the-client-agent-on-ubuntu-and-debian-linux-unexpected-operator

  3. Run these commands
    /opt/CA/ABcmagt/caagentsetup
    /opt/CA/ABcmagt/caagent_autostrtstop
  4. Run this command to start R16.5 CA Agent.
    /etc/init.d/bab_agent start