DISK Add New Volume from VMWare host: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=== Installation of a New Physical Volume ===
== Installation of a New Physical Volume ==
# Create and allocate the disk to the Linux guest on the VMWare Host.
# Create and allocate the disk to the Linux guest on the VMWare Host.
=== Linux ===
# 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>
Line 10: Line 11:
## <tt>'''# tail /var/log/messages'''</tt>
## <tt>'''# tail /var/log/messages'''</tt>
# Follow the [[LVM Install a New Physical Volume|PV Install]] Procedure.
# Follow the [[LVM Install a New Physical Volume|PV Install]] Procedure.
=== Windows ===


== Further Reading ==
== Further Reading ==

Revision as of 14:15, 1 August 2014

Installation of a New Physical Volume

  1. Create and allocate the disk to the Linux guest on the VMWare Host.

Linux

  1. On the Linux guest, rescan the scsi bus.
    1. # echo '- - -' > /sys/class/scsi_host/host#

OR

    1. # echo "scsi add-single-device" 0 0 X 0 > /proc/scsi/scsi
      1. X is the Next SCSI ID.
  1. Review the messages log for the new device name of the disk.
    1. # tail /var/log/messages
  2. Follow the PV Install Procedure.

Windows

Further Reading

  1. VMWare/Linux - Add a New Hard Disk without Rebooting