Archive for the tag 'standard'

Parallels Business Automation Standard 3.4 does not support the licenses for Parallels Plesk Panel 10

To make Parallels Plesk Panel 10 licenses issuing possible, we need perform the following actions:

Note: This solution should be installed on Parallels Business Automation - Standard 3.4 only. You can damage your installation if you install it on the earlier version.

1. Download install.sh on Parallels Business Automation Standard node.

# wget http://kb.parallels.com/Attachments/14106/Attachments/kb9117-11-install.sh

2. Run install.sh script

# sh kb9117-11-install.sh

Reference: http://parallels.com

Separating standard output from standard error

Constructs like these are often used by programmers, so that output is displayed in one terminal window, and errors in another. Find out which pseudo terminal you are using issuing the tty command first:

#make all 2> /dev/pts/7

To find the tty type

root@dell:~# tty
/dev/pts/1