DISK Add New Volume from VMWare host: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
# On the Linux guest, rescan the scsi bus. | # On the Linux guest, rescan the scsi bus. | ||
## <tt>'''# echo '- - -' > /sys/class/scsi_host/host#'''</tt> | ## <tt>'''# echo '- - -' > /sys/class/scsi_host/host#'''</tt> | ||
'''OR''' | |||
## <tt>'''# echo "scsi add-single-device" 0 0 X 0 > /proc/scsi/scsi'''</tt> | |||
### X is the Next SCSI ID. | |||
# Review the messages log for the new device name of the disk. | # Review the messages log for the new device name of the disk. | ||
## <tt>'''# tail /var/log/messages'''</tt> | ## <tt>'''# tail /var/log/messages'''</tt> |
Revision as of 14:14, 1 August 2014
Installation of a New Physical Volume
- Create and allocate the disk to the Linux guest on the VMWare Host.
- On the Linux guest, rescan the scsi bus.
- # echo '- - -' > /sys/class/scsi_host/host#
OR
- # echo "scsi add-single-device" 0 0 X 0 > /proc/scsi/scsi
- X is the Next SCSI ID.
- # echo "scsi add-single-device" 0 0 X 0 > /proc/scsi/scsi
- Review the messages log for the new device name of the disk.
- # tail /var/log/messages
- Follow the PV Install Procedure.