Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
en:services:storage_services:backup:tsm:repo [2015/04/09 11:55] – created bnachtwen:services:storage_services:backup:tsm:repo [2024/04/22 09:28] – [APT] jbruene
Line 1: Line 1:
 +
 +
 +
 +
 +
 +=== RPM ===
 +
 +The RPM repository for Redhat/Fedora can be installed with the following steps:
 +
 +<code>
 +yum-config-manager --add-repo http://packages.gwdg.de/gwdg-tsm-client/rpm/
 +wget -q -O /tmp/gwdg-tsm.key "http://packages.gwdg.de/gwdg-tsm-client/rpm/repodata/repomd.xml.key"
 +rpmkeys --import /tmp/gwdg-tsm.key && rm -v /tmp/gwdg-tsm.key
 +</code>
 +
 +After refreshing the package repository cache the TSm clients can be installed directly:
 +<code>
 +yum update
 +yum install tivsm-ba
 +</code>