Parallels Business Automation Standard (PBAS) es una solución (NO LIBRE) de automatización del hosting y facturación pre integrada para proveedores de hosting nuevos en el sector, para aquellos que necesiten sistemas más completos o que requieran una solución de automatización y facturación más avanzada.
Info:
http://www.parallels.com/products/pba-standard/ (En ingles)
Demo del software en funcionamiento:
http://dev.myhspc.com/hspc/pcc
usuario: demo@dev.myhspc.com
password: provider
Instalación paso a paso de PBAS de Parallels
Nota de Parallels: “Recomendamos realizar la instalación de Parallels Business Automation Standard (PBAS) en un VPS Virtuozzo para simplificar las copias de seguridad, la vigilancia, la migración, y garantizar una alta disponibilidad.”
Sistemas Operativos soportados:
- Red Hat® Enterprise Linux 5.x
- CentOS 5.x
- SUSE Linux Enterprise Server 9
Nota 1: PBAS sólo es compatible con 32 bits
Nota 2: MySQL 5.x no es compatible. Debe ser utilizado MySQL 4.1
Nota 3: PBAS funciona en otros sistemas operativos aunque, según la web de Parallels, es recomendable usar los SO mencionados.
Nota 2: MySQL 5.x no es compatible. Debe ser utilizado MySQL 4.1
Nota 3: PBAS funciona en otros sistemas operativos aunque, según la web de Parallels, es recomendable usar los SO mencionados.
Requerimientos de Hardware:
- Standard(Management Node)
- IBM PC-compatible computer with 2 GHz (or higher)
- Intel Celeron, Pentium, or AMD Athlon CPU;
- At least 2 GB of RAM;
- At least 40 GB of total disk space;
- Network card
Requisitos del servidor de hosting:
- Parallels Virtuozzo Containers Linux — 3.0 release or later
- Parallels Virtuozzo Containers Windows — 3.0 release or later
- Plesk Control Panel for Linux/UNIX — 7.5.4 or later
- Plesk Control Panel for Windows — 7.5.6 or later
- Plesk Sitebuilder for Linux/Unix — 2.1.1 or later
- Plesk Sitebuilder for Windows — 2.0.x, 3.2.1 or later
- Parallels Server Bare Metal — build 697.5612 or later
- Parallels Server for Mac 4.0 — build 4.0.10294 or later
Requerimientos de Navegador:
- Firefox 3.6 and above
- Microsoft Internet Explorer 7 and above
- Safari 5.0 and above for Mac
- Google Chrome 8.0 and above
Configuracion del sistema (CentOS 5):
configurar ip estatica:
(ifconfig -a para ver que eth estamos usando)
[root@pbas ~]# vim /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
IPADDR=192.168.1.20
NETMASK=255.255.255.0
BROADCAST=192.168.1.255
NETWORK=192.168.1.0
GATEWAY=192.168.1.1
[root@pbas ~]# vim /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
IPADDR=192.168.1.20
NETMASK=255.255.255.0
BROADCAST=192.168.1.255
NETWORK=192.168.1.0
GATEWAY=192.168.1.1
Reiniciar el servicio de red:
[root@pbas /]# service network restart
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
[root@pbas /]#
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
[root@pbas /]#
configurar el resolv.conf:
[root@pbas ~]# vim /etc/resolv.conf
search midominio.com.ar
nameserver 192.168.1.2
nameserver 8.8.8.8
search midominio.com.ar
nameserver 192.168.1.2
nameserver 8.8.8.8
copiar los datos al server:
[root@pbas ~]# scp -rvP2222 jonathan@192.168.1.5:/home/jonathan/Software_Parallels/Parallels_PBAS/pbas-4.1.6-09/* /root/
-r = Recursively, copia archivos y carpetas.
-v = Verbose mode, Muestra el progreso del copiado
-P = Port, Puerto remoto
-r = Recursively, copia archivos y carpetas.
-v = Verbose mode, Muestra el progreso del copiado
-P = Port, Puerto remoto
Crear un link al directorio de la zona horaria.
[root@pbas ~]# ln -sf /usr/share/zoneinfo/America/Argentina/Buenos_Aires /etc/localtime
instalar el PBAS
[root@pbas ~]# ll
total 5160
-rwxr-xr-x 1 root root 1319248 abr 13 14:35 install.sh
drwxr-xr-x 2 root root 36864 abr 13 14:36 packages
-rwxr-xr-x 1 root root 4091 feb 7 12:21 product.conf
-rwxr-xr-x 1 root root 9225 abr 13 14:36 release-notes.txt
-rwxrwxr-x 1 519 522 3892016 abr 2 2011 unpacked_product_installer
-rwxr-xr-x 1 root root 1143 abr 13 14:36 vps.hspc.conf
[root@pbas ~]# sh install.sh
total 5160
-rwxr-xr-x 1 root root 1319248 abr 13 14:35 install.sh
drwxr-xr-x 2 root root 36864 abr 13 14:36 packages
-rwxr-xr-x 1 root root 4091 feb 7 12:21 product.conf
-rwxr-xr-x 1 root root 9225 abr 13 14:36 release-notes.txt
-rwxrwxr-x 1 519 522 3892016 abr 2 2011 unpacked_product_installer
-rwxr-xr-x 1 root root 1143 abr 13 14:36 vps.hspc.conf
[root@pbas ~]# sh install.sh
Screens de instalación el PBAS
Finalmente deben configurar según sus parámetros y servicios.


















No hay comentarios:
Publicar un comentario