Query whether disk is SSD disk or SAS disk according to Osdid

Source: Internet
Author: User
Tags egrep

pre-conditions:1. InstallationLSI's megacli package Megacli64

2. query tool for installing SCSI devices LSSCSI

Apt-get Install LSSCSI

steps:

1. Find the drive letter according to Osdid

Ceph-disk List | Grep-a 1-b 1 osd.0 | Egrep "^/dev/sd*\b" |cut-d ': '-f1 2. Find the device based on the drive letterTarget IDLsscsi | grep/dev/sdd | awk ' {print $} ' | cut-d ': '-f33. Determine if the disk is a SAS disk perform the following command to return 2./megacli-ldpdinfo-aall | Grep-a "Target id:3" |egrep ' (PD type:sas| Media type:hard Disk Device) ' | Wc-l 4. Determine if the disk is a SATA interface SSD perform the following command to return 2./megacli-ldpdinfo-aall | Grep-a "Target id:6" |egrep ' (PD type:sata| Media type:solid State Device) ' | Wc-l

Query whether disk is SSD disk or SAS disk according to Osdid

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.