Virtualize Me for Linux - FAQ

Updated

General

How can we select only the system mount points for restore during 1-Touch recovery or Virtualize Me?

On selecting the Automatic Disk Layout option, Logical Volume Manager (LVM) will be used for disk configuration during restores. It maps the system mount onto a single disk and non-system mount points to another disk which can be added later. This feature is useful when non-system mount points reside on disks provisioned by iSCSI or SAN.

Can I convert a Virtual machine into a physical machine?

Yes. Follow the steps given below to convert a virtual machine into a physical machine:

  1. Ensure that you have enabled 1-Touch backup on the virtual machine and you have performed atleast one full backup.

  2. Create a response file for the virtual machine and perform the Non-Interactive Restore using the response file.

    For more information about creating response file for a Windows machine, refer to Creating a Response File for Non-Interactive Restores Using 1-Touch.

    For more information about creating response file for a Linux machine, refer to Non-Interactive Restore.

    During Non interactive restore, copy the response file on a USB drive and connect the USB drive to a physical machine.

Which NIC must be specified as the default gateway for Virtualize Me if I have multiple NICs?

Specify the default gateway for the NIC that is used to connect to the CommServe computer for Virtualize Me. You can specify only one default gateway.

Do I need to create a VM lifecycle policy when I virtualize a computer?

No. There is no need to create a VM Lifecycle Policy during the process of virtualizing a computer.

After performing a Virtualize Me operation using the Automatic Disk Layout option, can I increase the mount point size?

Yes. You can extend the logical volumes and file systems after performing a Virtualize Me operation using the Automatic Disk Layout option.

Procedure

  1. Add a new virtual disk with the appropriate size.

  2. Discover the new disk on the VM.

    # for host in `ls /sys/class/scsi_host`; do echo "- - -" > /sys/class/scsi_host/$host/scan; done
        
    
  3. Create a physical volume for the new disk.

    # pvcreate /dev/sdc
        
    

    /dev/sdc is the name of the new disk.

  4. Extend the volume group.

    # vgextend VolGroup00 /dev/sdc
        
    
  5. Extend the logical volume.

    # lvextend -l +100%FREE /dev/VolGroup00/lv_root
        
    

    To resize more than one logical volumes, you can use the command to extend the volumes with actual values and sizes.

  6. Extend the file system.

    # resize2fs /dev/VolGroup00/root_logVol
        
    
  7. Verify the file system disk space.

    # df -h
        
    
Are all the iDataAgents present on the source client preserved on the cloned client?

No. All of the agents installed interactively on the source client will be re-registered on the cloned client. Agents that were installed later via remote install using CommCell Console are not re-registered. You may need to re-install and configure those on the cloned client if they are required.

Post Recovery

I see some clients on the CommServe GUI with their names ending with _ recovery. What are these clients?

These are the temporary clients created during file system restores as part of the 1-Touch recovery process.

  • If Virtualize Me is invoked with the Clone Machine option unchecked, a temporary client with name, original_client_name_recovery, will be used temporarily to perform the restores and will be deleted soon after the successful completion of 1-Touch recovery or Virtualize Me operation, or on failure during Virtualize Me.

  • If Virtualize Me is invoked with the Clone Machine option checked, the temporary client will use the name provided in the Client Name box. This client will be retained upon successful 1-Touch recovery or Virtualize Me but it will get deleted on failures.

    Always ensure that there is no existing client on the CommServe with the name original_client_name_recovery or with the new client name before running 1-Touch recovery or Virtualize Me.

Why does the readiness check to my original client fail even after a successful or failed 1-Touch recovery or Virtualize Me?

Communication between the client and the CommServe or MediaAgent is secured using SSL certificate authentication. If the Clone Machine option is not selected, then the original client name will be retained on the machine being recovered. The certificates for the original client will be revoked and new certificates will be generated for the new machine. Hence the original machine can no longer connect to the CommServe. It is therefore recommended to use the Clone Machine option to create a new client during 1-Touch recovery or Virtualize Me which will leave the original client unaffected.

If you are in a situation where you want to use the original client again and not the new client, then follow these steps:

  1. Shutdown the new machine or turn off commvault services and disable networking on it.

  2. On the CommCell Console ribbon, click the Home tab, then Control Panel.

  3. In the CommCell area, click Certificate Administration.

  4. Select the appropriate client and click Revoke.

  5. Click OK.

  6. Restart services on the original client.