Acronis PBA-S User Manual

Parallels PBA-S Integration Manual
Manual for configuration of BackupAgent services
NOTICE: If you are a PBA-S customer, please consider the usage of our APS package in Parallels
Plesk Automation as this provides much more features and a better user experience.
1. Introduction
This document is a manual to integrate BackupAgent provisioning actions in Parallels Business
knowledge of PHP and PBA-S.
The scripts were initially built by a Polish business partner of BackupAgent, which explains why
some example screenshots contain Polish texts. These will be changed soon.
The script creates groups in BackupAgent. Your customers can then login to the management
console with the group login and create the user accounts for the BackupAgent client. Currently
it is not possible to create users directly from PBA-S.
2. Pre-requirements
To be able to use PBA-S in combination with BackupAgent you need to install the following
packages:
PHP PHP-XML PHP-MCRYPT PHP-SOAP PHP-PEAR OpenSSL PEAR-Mail
1
3. Installation
3.1 CentOS
3.1.1 Quick install
yum –y install php php-xml php-mcrypt php-soap php-pear openssl; pear install Mail
3.1.2 Step by step
yum install php
yum install php-xml
2
yum install php-mcrypt
yum install php-soap
3
yum install php-pear
yum install openssl
4
pear install Mail
4. Extract files
Extract files from zip file on PBA-S node. We recommend saving custom PBA-S scripts
in/usr/sbin/provider/ba/ – but it’s up to you where you want to place BackupAgent PHP scripts
and files. Do note that the document is written with that path in mind.
5
Loading...
+ 11 hidden pages