NetBackup powered by Cloud Scale Technology - Marketplace Deployment Guide on Azure Kubernetes Services

Last Published:
Product(s): NetBackup & Alta Data Protection (10.2)

How to access the NetBackup after deployment

After the deployment is successful, perform the below steps to access the NetBackup installation.

Steps to access NetBackup after deployment

  1. After the successful deployment, click Deployment details (Download) link.

    You will see all the deployment resources created and their corresponding status.

  2. Click on the created cluster resource.
  3. Click on the Connect and click Open Cloud Shell link of Azure CLI.
  4. Execute the command kubectl get namespaces.

    After executing the above command, you will get list of namespaces created. You can also view by navigating through UI under Kubernetes resources.

  5. To view the operators through Cloud Shell, execute the below command:
    • For MSDP Operator and NetBackup Operator:

      kubectl get all --namespace netbackup-operator-system

  6. To view the NetBackup deployment environment through the Cloud Shell, execute the below command. Verify that all the resources are up and running successfully.

    kubectl get -n netbackup all,environments,primaryservers,mediaservers,msdpscaleout,cpservers

    Output:

    All pod status should be Ready and Running
    NAME                                   	READY       STATUS
    pod/<environment-name>-primary-0         1/1        Running
    
    Overall application environment status:
    NAME 						                         READY   AGE   STATUS
    environemnt.netbackup.veritas.com/			4      27h   Success
    <environment-name>
    Primary server status:
    NAME 									                      TAG    AGE  PRIMARY SERVER   STATUS
    primaryserver.netbackup.veritas.com	10.1.1 27h  <primary server  Success
    /<environment-name>                                 fqdn>
    Media server status:
    NAME 									                      TAG    AGE   STATUS
    mediaserver.netbackup.veritas.com/	 10.1.1 26h   Success
    <environment-name>
    Storage server status:
    NAME 									                      TAG    AGE   SIZE   READY
    msdpcscaleout.msdp.veritas.com/ 	   10.1.1 27h     4      4
    <environment-name>
    Snapshot Manager server status:
    NAME																																TAG				AGE			STATUS				
    cpserver.netbackup.veritas.com/					10.1.1	146m  Success	
    <environment-name>																													
  7. Access the NetBackup Web UI using https://<primaryserver>/webui/login.

    Note:

    The primaryserver is the host name or IP address of the NetBackup primary server that you want to sign in to.

    To get the primary server hostname you may use the following command and check the hostname under the Primary Server Details section:

    kubectl describe primaryserver.netbackup.veritas.com/<name of primaryserver custom resource>

  8. From the Web UI under theStorage Configuration > Storage servers, you can see the storage server configuration details.