Check vendor name and model number of a disk in RHEL/CentOS
Standard method
smartctl –all device_name
If smartctl hadn’t been installed, you may need to run command “yum install smartmontools -y” to install.
Another method
You can execute “multipath -ll” to check external storage information if multipath software had been deployed, like following figure.