DISK Add New Volume from VMWare host: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 16: | Line 16: | ||
== Further Reading == | == Further Reading == | ||
# [http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html VMWare/Linux - Add a New Hard Disk without Rebooting] | # [http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html VMWare/Linux - Add a New Hard Disk without Rebooting] | ||
# [http://unix-rootvg.blogspot.com/2011/09/redhat-linux-how-to-dynamically-add.html rootvg: Redhat Linux How to dynamically add LUNs to Qlogic HBA] | |||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:Windows]] | [[Category:Windows]] |
Revision as of 16:34, 26 August 2014
Installation of a New Physical Volume
- Create and allocate the disk to the Linux guest on the VMWare Host.
Linux
- On the Linux guest, rescan the SCSI Bus.
- # echo '- - -' > /sys/class/scsi_host/host#/scan
- If you do not know the host, just scan the entire SCSI Bus.
- # 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.