DISK Add New Volume from VMWare host

From UNIX Systems Administration
Revision as of 14:16, 25 July 2014 by Michael Kohler (talk | contribs) (Created page with "=== 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. ## <tt>'''# echo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installation of a New Physical Volume

  1. Create and allocate the disk to the Linux guest on the VMWare Host.
  2. On the Linux guest, rescan the scsi bus.
    1. # echo '- - -' > /sys/class/scsi_host/host#
  3. Review the messages log for the new device name of the disk.
    1. # tail /var/log/messages
  4. Partition the new disk.
    1. # fdisk /dev/<device name>

Further Reading