< Home - < Back

clustershell


Information about the package, clustershell, which is shipped with common Linux distributions. The clustershell package is designed for, Python framework for efficient cluster administration.


Package Name:

clustershell

Summary:

Python framework for efficient cluster administration

Description:

ClusterShell is a set of tools and a Python library to execute commands on cluster nodes in parallel depending on selected engine and worker mechanisms. Advanced node sets and node groups handling methods are provided to ease and improve the daily administration of large compute clusters or server farms. Command line utilities like clush, clubak and nodeset (or cluset) allow traditional shell scripts to take benefit of the features offered by the library.

Architecture:

noarch

Version:

1.8

Release:

1.el6

Size:

128 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for clustershell


Control the clustershell package with the following handy commands outlined below.


Command

Description of Command

yum install clustershell

This command will install clustershell on the server.

yum remove clustershell

This command will un-install clustershell on the server. When you run this command, you will be asked if you are sure that you want to remove clustershell, so you have to manually confirm that you want to do this.

yum -y remove clustershell

This command will un-install clustershell on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove clustershell when using the -y flag.

yum update clustershell

This command will update clustershell to the latest version. When you run this command, you will be asked if you are sure that you want to remove clustershell, so you have to manually confirm that you want to do this.

yum -y update clustershell

This command will update clustershell to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove clustershell when using the -y flag.

yum info clustershell

This command will show you core information about the clustershell package.

yum deplist clustershell

This command will show you the dependencies for clustershell. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update clustershell

This command will check if there is an update waiting on clustershell. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.