InterviewSolution
Saved Bookmarks
| 1. |
How Do You Scan The New Lun Or Disk? |
|
Answer» Use "echo 1 > /sys/class/scsi_host/hostx/scan" to scan DISK from newly connected SAN or DISKS and also replace the "x" with NUMBER of HOST ID present under /sys/class/scsi_host/. Use "echo 1 > /sys/class/scsi_host/hostx/scan" to scan disk from newly connected SAN or DISKS and also replace the "x" with number of host id present under /sys/class/scsi_host/. |
|