< Home - < Back

lsscsi


Information about the package, lsscsi, which is shipped with common Linux distributions. The lsscsi package is designed for, List SCSI devices (or hosts) and associated information.


Package Name:

lsscsi

Summary:

List SCSI devices (or hosts) and associated information

Description:

Uses information provided by the sysfs pseudo file system in Linux kernel 2.6 series to list SCSI devices or all SCSI hosts. Includes a "classic" option to mimic the output of "cat /proc/scsi/scsi" that has been widely used prior to the lk 2.6 series. Author: -------- Doug Gilbert <dgilbert(at)interlog(dot)com>

Architecture:

x86_64

Version:

0.23

Release:

3.el6

Size:

75 k

Repository:

installed

From Repository:

base

Licence:

GPLv2+



Handy Yum Commands for lsscsi


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


Command

Description of Command

yum install lsscsi

This command will install lsscsi on the server.

yum remove lsscsi

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

yum -y remove lsscsi

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

yum update lsscsi

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

yum -y update lsscsi

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

yum info lsscsi

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

yum deplist lsscsi

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

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