Install: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
* Install using rpm(8) command
* Install using rpm(8) command


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


  # dpkg -i mysql-zrm_2.1_all.deb
  # dpkg -i mysql-zrm_2.2_all.deb
  Unpacking mysql-zrm (from mysql-zrm_2.1_all.deb) ...
  Unpacking mysql-zrm (from mysql-zrm_2.2_all.deb) ...
  Setting up mysql-zrm (2.1) ...
  Setting up mysql-zrm (2.2) ...


: On MySQL servers, you can install mysql-zrm-client debian package for remote backups
: On MySQL servers, you can install mysql-zrm-client debian package for remote backups
   # dpkg -i mysql-zrm-client_2.1_all.deb
   # dpkg -i mysql-zrm-client_2.2_all.deb
   Unpacking mysql-zrm-client (from
   Unpacking mysql-zrm-client (from
     mysql-zrm-client_2.1.1_all.deb) ...
     mysql-zrm-client_2.2_all.deb) ...
   Setting up mysql-zrm-client (2.1) ...
   Setting up mysql-zrm-client (2.2) ...
   Reloading internet superserver: inetd.
   Reloading internet superserver: inetd.


Line 31: Line 31:
* Unzip the downloaded file using gunzip(1) command.
* Unzip the downloaded file using gunzip(1) command.


  # pkgadd -d MySQLZrm-2.1-SunOS5.10-noarch.pkg
  # pkgadd -d MySQLZrm-2.2-SunOS5.10-noarch.pkg


  The following packages are available:
  The following packages are available:
   1  MySQLZrm    Zmanda Recovery Manager for MySQL backup
   1  MySQLZrm    Zmanda Recovery Manager for MySQL backup
                   (all) 2.1
                   (all) 2.2
  Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]:  
  Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]:  
  Processing package instance <MySQLZrm> from </tmp/MySQLZrm-2.1-SunOS5.10-noarch.pkg>
  Processing package instance <MySQLZrm> from </tmp/MySQLZrm-2.2-SunOS5.10-noarch.pkg>


Note: Complete command output is not shown.
Note: Complete command output is not shown.
Line 46: Line 46:
* Uncompress the tar ball
* Uncompress the tar ball


  $ gunzip MySQL-zrm-2.1-release.tar.gz
  $ gunzip MySQL-zrm-2.2-release.tar.gz


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


  $ mkdir /usr/tmp/MySQL-zrm; cd /usr/tmp/MySQL-zrm
  $ mkdir /usr/tmp/MySQL-zrm; cd /usr/tmp/MySQL-zrm
  $ tar xvf MySQL-zrm-2.1-release.tar
  $ tar xvf MySQL-zrm-2.2-release.tar

Latest revision as of 01:38, 9 January 2010

Installation from RPM

  • Log in as superuser to install ZRM server rpm.
  • Install using rpm(8) command
# rpm -ivh MySQL-zrm-2.2-1.noarch.rpm
Preparing... ########################################### [100%]
1:MySQL-zrm ########################################### [100%]
  • Install MySQL-zrm-client rpm on the MySQL servers being backed up.

Installation from Debian Packages

  • Debian package installation must be done as superuser.
  • Install using dpkg(8) command:
# dpkg -i mysql-zrm_2.2_all.deb
Unpacking mysql-zrm (from mysql-zrm_2.2_all.deb) ...
Setting up mysql-zrm (2.2) ...
On MySQL servers, you can install mysql-zrm-client debian package for remote backups
 # dpkg -i mysql-zrm-client_2.2_all.deb
 Unpacking mysql-zrm-client (from
   mysql-zrm-client_2.2_all.deb) ...
 Setting up mysql-zrm-client (2.2) ...
 Reloading internet superserver: inetd.

Installation on Solaris

  • Installation must be done as superuser.
  • Unzip the downloaded file using gunzip(1) command.
# pkgadd -d MySQLZrm-2.2-SunOS5.10-noarch.pkg
The following packages are available:
 1  MySQLZrm     Zmanda Recovery Manager for MySQL backup
                 (all) 2.2
Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]: 
Processing package instance <MySQLZrm> from </tmp/MySQLZrm-2.2-SunOS5.10-noarch.pkg>

Note: Complete command output is not shown.

Installation from Tar Ball

  • Log in as superuser to install from tar ball .
  • Uncompress the tar ball
$ gunzip MySQL-zrm-2.2-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-2.2-release.tar