OpenSUSE Archives - Justin Silver https://www.justinsilver.com/tag/opensuse/ Technology, Travel, and Pictures Sat, 24 Sep 2016 00:09:25 +0000 en-US hourly 1 https://wordpress.org/?v=6.0.1 https://www.justinsilver.com/wp-content/uploads/2013/06/cropped-apple-touch-icon-160x160.png OpenSUSE Archives - Justin Silver https://www.justinsilver.com/tag/opensuse/ 32 32 Install CRMSH on CentOS 6 / 7 https://www.justinsilver.com/technology/linux/install-crmsh-centos-6-centos-7/?utm_source=rss&utm_medium=rss&utm_campaign=install-crmsh-centos-6-centos-7 https://www.justinsilver.com/technology/linux/install-crmsh-centos-6-centos-7/#respond Thu, 27 Feb 2014 04:11:51 +0000 http://justin.ag/?p=3301 The CRM Shell for Pacemaker cluster management can be installed by fetching the OpenSUSE ha-clustering repository and installing crmsh via yum. Get the OS version (6 or 7) and use to fetch the correct...

The post Install CRMSH on CentOS 6 / 7 appeared first on Justin Silver.

]]>
AmpedSense.OptimizeAdSpot('AP'); AmpedSense.OptimizeAdSpot('IL'); AmpedSense.OptimizeAdSpot('IR');

The CRM Shell for Pacemaker cluster management can be installed by fetching the OpenSUSE ha-clustering repository and installing crmsh via yum. Get the OS version (6 or 7) and use to fetch the correct repository.

cd /etc/yum.repos.d/
OSVERSION=$(cat /etc/centos-release | sed -rn 's/.* ([[:digit:]]).*/\1/p')
wget http://download.opensuse.org/repositories/network:/ha-clustering:/Stable/CentOS_CentOS-${OSVERSION}/network:ha-clustering:Stable.repo
yum -y install crmsh

Since it’s rather long, the URL for the Yum repo file is http://download.opensuse.org/repositories/network:/ha-clustering:/Stable/CentOS_CentOS-${OSVERSION}/network:ha-clustering:Stable.repo.

The post Install CRMSH on CentOS 6 / 7 appeared first on Justin Silver.

]]>
https://www.justinsilver.com/technology/linux/install-crmsh-centos-6-centos-7/feed/ 0