Ensim Power Tools

Ensim Power Tools

Power Tools are off-the-shelf Web applications that provide e-commerce, content management, forums, chat and other dynamic features for Web sites.

1. Download the Ensim Power Tools Installer.

http://download.pro.parallels.com/support/powertools/downloads/Power-Tools-1.5-11.tar.gz

NOTE: please be sure to upload this to your server using binary mode transfer, otherwise you will receive an md5sum failure.

2. Untar the tarball and go to the folders: Power-Tools/zion-beta and Power-Tools/zion-1.5

3. For each RPM, run the following:

rpm -qa | grep [power-tool-name-version]

4. If the output of this command is non-blank, run the following:

rpm -Uhv [ rpm_name ]

Reference: http://parallels.com/

In order to synchronize updated services (RPMs) into all site file systems, you need to take Parallels Pro through its “maintenance mode” state which causes it to update the sites. Run the following steps:

Upgrade, or reinstall, any RPM.

Run the following command as root:

synchronizeFST -S

Advanced usage: If you want to add a new RPM to any service, edit the appropriate .sh file for that service in /etc/virtualhosting/filelists/.sh. Follow the instructions included in that file. After editing the file, make Parallels Pro Control Panel go through maintenance mode.

The latest CentOS 5.3/RHEL 5.3 updates for openssh (openssh-4.3p2-36) introduce the dependency on the libfipscheck.so.1 library supplied by fipscheck-1.0.3-1 RPM, but this RPM is missing in default file system template for ssh.

Log in as root to your PPCPL box.

Open the /etc/virtualhosting/filelists/ssh.sh file using a text editor:

vi /etc/virtualhosting/filelists/ssh.sh

Make sure that the file looks like:

$RPM_BIN -q nss nspr > /dev/null 2>&1 && \
cat <<EOF
S,rpm:nss
S,rpm:nspr
EOF

Reference: http://parallels.com

Site import results in the “overflow” error

This is not a Parallels Pro Control Panel-related issue, but a Python bug.

Resolution : http://bugs.python.org/issue1215928

Please refer the above url for more detailed information and apply the provided solution to your system.

Reference : http://parallels.com

To resolve this issue, check that the vacation binary file has proper permissions, the executable bit should be set.

# ls -l /home/virtual/FILESYSTEMTEMPLATE/vacation/usr/bin/vacation
-rwxr-xr-x 8 root root 18609 Apr 9 2009 /home/virtual/FILESYSTEMTEMPLATE/vacation/usr/bin/vacation

If the executable bit is not set, change the permissions:

# chmod ugo+x /home/virtual/FILESYSTEMTEMPLATE/vacation/usr/bin/vacation

Reference: http://parallels.com

« Prev - Next »