Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ for VMware Administrator's Guide
  3. Troubleshooting
  4. Ensuring that guest customizations can be restored in vCloud Director
Veritas NetBackup™ for VMware Administrator's Guide

Ensuring that guest customizations can be restored in vCloud Director

This topic applies to NetBackup for VMware.

NetBackup can back up VMware vCloud Director environments and restore virtual machines into vCloud Director.

See About NetBackup for vCloud Director.

To ensure that any VM guest customizations are restored into vCloud Director, you must set a NetBackup parameter, as follows:

  • On Windows, you must set a registry value.

    See “To ensure that guest customizations can be restored in vCloud Director on Windows”.

  • On UNIX and Linux, you must edit a NetBackup configuration file.

    See “To ensure that guest customizations can be restored in vCloud Director on Linux”.

The parameter value specifies a wait period in seconds so that the guest customizations can be restored successfully. (The VMware API requires that the VMware Tools are installed and running, but the state of the VMware Tools cannot be identified after the restore. Therefore, we wait the specified amount of time so that the VMware Tools are running in the initial restore environment.)

To ensure that guest customizations can be restored in vCloud Director on Windows

  1. On the Windows desktop of the backup host, click Start > Run and enter regedit.
  2. To be on the safe side, make a backup of the current registry (File > Export).
  3. Go to HKEY_LOCAL_MACHINE > SOFTWARE > Veritas > NetBackup > CurrentVersion > CONFIG and create a key that is called BACKUP.
  4. Create a new DWORD under BACKUP and name it powerCycleInterval.

    Enter a decimal value of 60 for the timeout.

  5. Close the Windows Registry Editor.

To ensure that guest customizations can be restored in vCloud Director on Linux

  1. On the Linux backup host, create (or open) the following file:

    /usr/openv/netbackup/virtualization.conf

  2. Create a line in the file named [BACKUP] and then on a separate line create a powerCycleInterval dword parameter with a value of 60, as follows:

    For example:

    [BACKUP]
    "powerCycleInterval"=dword:60

    Note: If the file already contains a [BACKUP] line, do not add another [BACKUP] line. Any other lines that already exist under [BACKUP] should remain as they are.

  3. Save the file and then close it from the text editor.

More Information

Notes on restoring virtual machines into vCloud Director

Feedback

Was this page helpful?
Previous

Troubleshooting VMware tag usage

Next

Troubleshooting vmdk restore to existing VM

Feedback

Was this page helpful?