Skip to content

Instantly share code, notes, and snippets.

View trimzulu's full-sized avatar

AJ Davis trimzulu

  • Florida, USA
View GitHub Profile
  1. Remove the onboard backup repository from VA
  2. Log into vSphere Client and add a new hard drive disk to Nakivo VA
  3. Log into Nakivo VA using root/root credentials
  4. Rescan the scsi bus for a new hardware by executing the following commands:
    1. cat /proc/partitions and note the list of devices
    2. apt-get install scsitools
    3. rescan-scsi-bus
    4. cat /proc/partitions and see what devices was added. For example, you will see sdb device
  5. Create a partition on the new disk by executing the following commands:
    1. parted /dev/, for example, sdb