Archive for the tag 'Installer'

Upgrading Parallels Plesk Panel through Parallels Products Installer

To upgrade your Parallels Plesk Panel software through Parallels Products Installer:

1. Download the latest version of Parallels Products Installer that suits your operating system from http://www.parallels.com/en/download/plesk9/ and save it on your server’s hard drive.

2. Run Parallels Products Installer

To update or upgrade Parallels Plesk Panel through the web interface of Parallels Products Installer, run the following command:

# ./parallels_products_installer_file_name –web-interface

Open your browser and enter http://hostname:8447/ or http://IP-address:8447/ in the address bar. The Parallels Product Installer web interface will open. Log in as root.

To update or upgrade Parallels Plesk Panel through the command line interface of Parallels Products Installer, run the following command:

# ./parallels_products_installer_file_name

3. Follow the instructions on the screen to perform the upgrade.

Troubleshooting Issues with ensim installer

Issues that you may encounter during the installation. You may refer to the log file /var/log/ensim/installer..-.log for details.

Example:

During installation, the following message is displayed:

check_hostname

This means The host file is incorrect.

The file /etc/hosts should contain the host name and IP address of your server (see the following example). If it does not, use an editor to modify the file.

Example

—/etc/hosts begin file—
127.0.0.1
localhost.localdolocalhost
1.2.3.4 myhost.mydomain.com
myhost

—/etc/hosts end file—

where 1.2.3.4 is the IP address of myhost.mydomain.com

Also check the file /etc/sysconfig/network. The host name must be a fully qualified domain name.

See the following example.

Incorrect: myhost
Correct: myhost.mydomain.com

Installation Instructions

Obtaining the Installer Script

You can obtain the installer script from the FTP server or from the download page

http://download.pro.parallels.com/ensim/apt/ensim/EPL/10.3.4/ensim-installer.py

Before you start the installation make sure that if you select any option other than the Everything option, then refer the List of RPMs to verify the RPMs required on the Parallels Pro Control Panel server.

Attended Installation

python ensim-installer.py -n [admin_username] -p [admin_passwd] -m [admin_email]
[installation_files_source] [os_update_repository]

Examples

In the following example, the command installs Parallels Pro Control Panel on RHEL by obtaining the necessary Parallels Pro Control Panel files from Parallels FTP server and the operating system RPMs, updates RPM and extras RPM from RHN.

python ensim-installer.py -n admin -p passwd -m example1@example.com

Note:

Parallels Pro Control Panel can also be installed on a Virtuozzo server. The Virtuozzo server allows you to create multiple, isolated virtual environments on a single physical server.
SBDavid

Virtualmin GPL Installer

Virtualmin GPL Installer

The installer should only be used on systems that are not currently running Webmin or hosting any websites. Ideally, it should be run on a system that has a fresh install of either CentOS 5, Debian 4.0, Ubuntu 8.04 or Solaris as at the moment those are the only supported operating systems. Further documentation on supported systems and install requirements is available on the Virtualmin download page.

The Linux installer can be downloaded from install.sh.

Once you have it on the Linux system you want to run Virtualmin on, execute it with the commands :

chmod +x install.sh
./install.sh

Because it downloads numerous packages from the Virtualmin website and your Linux distribution’s repository, it may take up to 30 minutes for the install to complete. Once it is done, you can login to Webmin at https://yourserver:10000/ to see the Virtualmin user interface.

SBDavid

Ensim Installer

How to get Ensim Installer.

Obtaining the Installer Script

You can obtain the installer script from the FTP server or from the download page.

http://download.pro.parallels.com/ensim/apt/ensim/EPL/10.3.4/ensim-installer.py

To perform an attended installation:

1. Access the installer script as described in Obtaining the Installer Script section.
2. Run the installer script by typing the following command at the prompt. For key script options, see the command options. Use the –help option with the script to learn more about the various command line options you can use with the script.

  1. python ensim-installer.py -n admin -p passwd -m example1@example.com

To perform an unattended installation:

1. Access the installer script as described in Obtaining the Installer Script section.
2. Run the script with the –assume-yes option. The –assume-yes option sets the value yes to installation queries that require a yes or no response. For key script options, see the command options. Use the –help option with the script to learn more about the various command line options you can use with the script.

  1. python ensim-installer.py -nadmin -ppasswd -m example1@example.com –assume-yes

« Prev