Installation/Installing Amanda Binaries

From wiki.zmanda.com
Revision as of 00:08, 1 June 2007 by Dustin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installing RedHat Packages

Installation

  • Choose the appropriate client and server package for the machine.
  • You should run installation command as super-user ("root")
  • Use the following command to install the package:
/bin/rpm -ivh <rpm name(s)>

Upgrade

  • To upgrade from earlier version of the package, use the following command:
/bin/rpm -Fvh <rpm name(s)>

Verification

After installation or upgrade, you can verify if the package has been installed correctly on the machine.

  • Use the following command to verify the installation:
/bin/rpm -Vp <rpm name(s)>

Uninstall

  • Find the package name to un-install. Use the following command to find the packages installed on the machine.
/bin/rpm -qa | grep amanda 
  • Use the following command to un-install the package:
/bin/rpm -e <rpm name(s)>