NetBackup™ Marketplace Deployment on AWS
- NetBackup marketplace deployment on AWS
- Deploying NetBackup on AWS Cloud using the marketplace offer
- Deployment options (Delivery methods) for NetBackup on AWS cloud
- Option 4: Snapshot Manager server only
- NetBackup configuration parameters
- NetBackup installation parameters for the primary server
- NetBackup installation parameters for Snapshot Manager Server
- NetBackup installation parameters for Cloud Recovery Server
- Encryption enabled NetBackup primary server
- Accessing the NetBackup servers
- Upgrade NetBackup Snapshot Manager from AWS Marketplace
- Troubleshooting section
Upgrade NetBackup Snapshot Manager from AWS Marketplace
The upgrade process is similar to when you are deploying a new instance using the Snapshot Manager CFT. Upgrading a Snapshot Manager CloudFormation stack difference is in some of the parameters where you are required to specify the values used in the existing Snapshot Manager deployment.
Prerequisites for the upgrade:
Perform the following steps before you proceed with the upgrade:
- Gather the following details about the existing Snapshot Manager instance; these are required later during the actual upgrade:
Snapshot Manager metadata volume ID.
Perform the following steps to get the volume ID
In the AWS Console, from the menu on the left, click Services, and then from under Management & Governance, click CloudFormation
From the list of stacks, click on the Snapshot Manager stack and then click the Resources tab.
From the list of resources displayed, locate a volume of type of AWS::EC2::Volume and Logical ID as NewVolume. This is the volume that contains the Snapshot Manager metadata.
Copy the entry that appears in the Physical ID column. The entry is of the format vol-123456abc789 and it represents the volume ID.
Snapshot Manager metadata disk snapshot ID.
Using the Snapshot Manager metadata volume ID that you noted earlier, perform the following steps to find out the metadata disk's snapshot ID:
In the AWS Console, from the menu on the left, click Services, and then from under Compute, click EC2.
From the EC2 Dashboard navigation menu on the left, under Elastic Block Store, click Snapshots.
Search for the snapshot ID using the Snapshot Manager metadata volume ID as the search parameter.
Copy the snapshot ID listed under the Snapshot ID column
AWS IAM role that is attached to the Snapshot Manager configuration.
AWS Elastic IP that is associated with the Snapshot Manager instance.
Snapshot Manager administrator username and password.
AWS SNS Topic ARN that is created for the existing Snapshot Manager stack. If required, you can also use another SNS topic ARN altogether.
- Verify that there are no protection policy snapshot or other operations in progress.
- Stop Snapshot Manager gracefully. Log on to the Snapshot Manager instance and then run the following command:
# sudo docker run --rm -it -v /cloudpoint:/cloudpoint -v /var/run/docker.sock:/var/run/docker.sock veritas/flexsnap-cloudpoint:current_version stop
The Snapshot Manager containers are stopped one by one. Messages similar to the following appear on the command line:
Stopping the services
Stopping container: flexsnap-agent.e425d969dd4 ...done
Stopping container: flexsnap-agent.4704fd318322 ...done
Stopping container: flexsnap-fluentd ...done
Stopping container: flexsnap-mongodb ...done
Stopping container: flexsnap-rabbitmq ...done
Wait for all the Snapshot Manager containers to be stopped.
- Unmount the Snapshot Manager file system on the instance and then detach the Snapshot Manager metadata volume mounted at
/cloudpoint
. Type the following command on the instance:# umount /cloudpoint
- Disassociate the AWS Elastic IP that is assigned to the existing Snapshot Manager instance. From the AWS console, click on the EC2 Service and then from under Network and Security, select Elastic IPs. Select the Elastic IP address assigned to the instance and then click Actions > Disassociate address and then confirm the action. You will associate the same IP address with the newer instance later during the upgrade.