Creating USB Boot Media

An USB boot media can be created to re-image the HyperScale X Appliance.

Requirements

  • One of the following clients:

    • An UNIX based client with the dd utility, or

    • A Windows based client with Win32 Disk Imager utility

      Note

      Using any other 3rd party imaging software, other than Win32 Disk Imager utility, for the USB drive yields an improper partition structure causing the deployment to fail. If necessary, Win32 Disk Imager utility can be downloaded from https://sourceforge.net/projects/win32diskimager/.

  • HyperScale ISO from the Commvault Store.

  • 8GB+ USB storage device (like a thumb drive), for the bootable media. The USB device must be formatted in the MS-DOS (FAT) format.

Creating Boot Media Using a Linux Client

  1. Connect the USB device to the UNIX client and determine the device name using an utility, such as lsscsi.

    In the following example, SanDisk Ultra Fit USB device has been added with the name /dev/sdb.

    Creating an USB Boot Media (1)

  2. Create a bootable USB using the following command:

    dd if=<path_to_ISO> of=<device_name> bs=4M

    For example:

    dd if=/home/isos/dvd_12122020_124341.iso of=/dev/sdb bs=4M

    Note

    The above command will not display any progress and may take approximately about 15 minutes to complete.

  3. Once the USB media is ready, unmount it from the UNIX client and attach the USB device to the HyperScale X Appliance node that needs to be re-imaged.

  4. Re-image the HyperScale X Appliance node.

Creating Boot Media Using a Windows Client

  1. Install the Win32 Disk Imager utility on the client, if it is not available.

  2. Mount the USB device on the Windows client.

  3. Launch Win32 Disk Imager.

  4. In the Image File box, browse and select the downloaded HyperScale ISO.

  5. From the Device list, select the drive letter associated with mounted USB device.

  6. Click Write.

  7. Once the USB media is ready, unmount it from the Windows client and attach the USB device to the HyperScale X Appliance node that needs to be re-imaged.

  8. Re-image the HyperScale X Appliance node.

Loading...