< Home - < Back

smp_utils


Information about the package, smp_utils, which is shipped with common Linux distributions. The smp_utils package is designed for, Utilities for SAS management protocol (SMP).


Package Name:

smp_utils

Summary:

Utilities for SAS management protocol (SMP)

Description:

This is a package of utilities. Each utility sends a Serial Attached SCSI (SAS) Management Protocol (SMP) request to a SMP target. If the request fails then the error is decoded. If the request succeeds then the response is either decoded, printed out in hexadecimal or output in binary. This package supports multiple interfaces since SMP passthroughs are not mature. This package supports the linux 2.4 and 2.6 series and should be easy to port to other operating systems. Warning: Some of these tools access the internals of your system and the incorrect usage of them may render your system inoperable.

Architecture:

x86_64

Version:

0.94

Release:

4.el6

Size:

103 k

Repository:

base

From Repository:

Licence:

BSD



Handy Yum Commands for smp_utils


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


Command

Description of Command

yum install smp_utils

This command will install smp_utils on the server.

yum remove smp_utils

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

yum -y remove smp_utils

This command will un-install smp_utils 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 smp_utils when using the -y flag.

yum update smp_utils

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

yum -y update smp_utils

This command will update smp_utils 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 smp_utils when using the -y flag.

yum info smp_utils

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

yum deplist smp_utils

This command will show you the dependencies for smp_utils. 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 smp_utils

This command will check if there is an update waiting on smp_utils. 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.