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. NetBackup™ Marketplace Deployment on Azure Cloud
  3. Managing Snapshot Manager deployment
  4. Recovering Snapshot Manager virtual machine
  5. Recovering the Snapshot Manager using manually provisioned virtual machine
NetBackup™ Marketplace Deployment on Azure Cloud

Recovering the Snapshot Manager using manually provisioned virtual machine

You can also recover the Snapshot Manager using manually provisioned virtual machines.

Recover the Snapshot Manager manually

  1. Using your Azure portal, create a disk from the snapshot identified earlier, in the region where you want to create the Snapshot Manager instance.
  2. Create a new virtual machine with specifications equal to or higher than your previous Snapshot Manager server.
  3. Install docker on the new server. Docker and other system related requirements can be found in the NetBackup Snapshot Manager Install and Upgrade Guide.
  4. Attach the newly created volume to this Snapshot Manager server instance.
  5. Create the /cloudpoint mount directory on this server using the command:# mkdir /cloudpoint
  6. Login to the newly created Snapshot Manager instance. After identifying the device path of the newly attached volume in Step 1, mount the same to the /cloudpoint directory you just created by using the command: # mount <device-path> /cloudpoint
  7. Verify that all Snapshot Manager related configuration data are in the directory by using the command:# ls -l /cloudpoint
  8. Download or copy the Snapshot Manager installer binary to the newly created Snapshot Manager server instance.
  9. Install the Snapshot Manager using the following command:

    flexsnap_configure install --primary <primary_hostname> --token <security_token> --hostnames <hostnames>

  10. In the case where a static external IP address is not assigned to the newly created instance, the IP address changes after creating a new machine. You need to regenerate the certificates.

    To regenerate the Snapshot Manager certificates with the new IP address / hostname, perform the following steps.

    • Run the certificate regeneration script:

      flexsnap_configure renew --hostnames <new-hostname> --token <auth-token>

    • Restart Snapshot Manager services:

      use flexsnap_configure restart

Feedback

Was this page helpful?
Previous

Regenerate Snapshot Manager certificates

Next

Troubleshooting NetBackup Deployment

Feedback

Was this page helpful?