Install: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
* Install using rpm(8) command
* Install using rpm(8) command


  # rpm -ivh MySQL-zrm-1.2-1.noarch.rpm
  # rpm -ivh MySQL-zrm-1.2.1-1.noarch.rpm
  Preparing... ########################################### [100%]
  Preparing... ########################################### [100%]
  1:MySQL-zrm ########################################### [100%]
  1:MySQL-zrm ########################################### [100%]
Line 13: Line 13:
* Install using dpkg(8) command:
* Install using dpkg(8) command:


  # dpkg -i mysql-zrm_1.2_all.deb
  # dpkg -i mysql-zrm_1.2.1_all.deb
  Unpacking mysql-zrm (from mysql-zrm_1.2_all.deb) ...
  Unpacking mysql-zrm (from mysql-zrm_1.2.1_all.deb) ...
  Setting up mysql-zrm (1.2) ...
  Setting up mysql-zrm (1.2.1) ...


: On MySQL servers, you can install mysql-zrm-socket-server debian package if [[Copy_Plugin#SSH_copy_plugin| socket copy plugin]] is being used.
: On MySQL servers, you can install mysql-zrm-socket-server debian package if [[Copy_Plugin#SSH_copy_plugin| socket copy plugin]] is being used.
   # dpkg -i mysql-zrm-socket-server_1.2_all.deb
   # dpkg -i mysql-zrm-socket-server_1.2.1_all.deb
   Unpacking mysql-zrm-socket-server (from
   Unpacking mysql-zrm-socket-server (from
   mysql-zrm-socket-server_1.2_all.deb) ...
   mysql-zrm-socket-server_1.2.1_all.deb) ...
   Setting up mysql-zrm-socket-server (1.2) ...
   Setting up mysql-zrm-socket-server (1.2.1) ...
   Reloading internet superserver: inetd.
   Reloading internet superserver: inetd.


Line 29: Line 29:
* Uncompress the tar ball
* Uncompress the tar ball


  $ gunzip MySQL-zrm-1.2-release.tar.gz
  $ gunzip MySQL-zrm-1.2.1-release.tar.gz


* Extract the tar file using tar(1) command.  
* Extract the tar file using tar(1) command.  
Line 37: Line 37:


  $ mkdir /usr/tmp/MySQL-zrm; cd /usr/tmp/MySQL-zrm
  $ mkdir /usr/tmp/MySQL-zrm; cd /usr/tmp/MySQL-zrm
  $ tar xvf MySQL-zrm-1.2-release.tar
  $ tar xvf MySQL-zrm-1.2.1-release.tar

Revision as of 21:58, 14 September 2007

Installation from RPM

  • Log in as superuser to install from RPM .
  • Install using rpm(8) command
# rpm -ivh MySQL-zrm-1.2.1-1.noarch.rpm
Preparing... ########################################### [100%]
1:MySQL-zrm ########################################### [100%]

Installation from Debian Packages

  • Debian package installation must be done as superuser.
  • Install using dpkg(8) command:
# dpkg -i mysql-zrm_1.2.1_all.deb
Unpacking mysql-zrm (from mysql-zrm_1.2.1_all.deb) ...
Setting up mysql-zrm (1.2.1) ...
On MySQL servers, you can install mysql-zrm-socket-server debian package if socket copy plugin is being used.
 # dpkg -i mysql-zrm-socket-server_1.2.1_all.deb
 Unpacking mysql-zrm-socket-server (from
 mysql-zrm-socket-server_1.2.1_all.deb) ...
 Setting up mysql-zrm-socket-server (1.2.1) ...
 Reloading internet superserver: inetd.

Installation from Tar Ball

  • Log in as superuser to install from tar ball .
  • Uncompress the tar ball
$ gunzip MySQL-zrm-1.2.1-release.tar.gz
  • Extract the tar file using tar(1) command.
  • It is preferable to extract them to a temporary directory and then move them to the correct locations.
  • The files will be extracted with respect to the current directory.
  • Extracting the files in root (/) directory will install ZRM for MySQL.
$ mkdir /usr/tmp/MySQL-zrm; cd /usr/tmp/MySQL-zrm
$ tar xvf MySQL-zrm-1.2.1-release.tar