Veritas NetBackup™ Flex Scale Installation and Configuration Guide

Last Published:
Product(s): Appliances (3.2)
Platform: NetBackup Flex Scale OS
  1. Preparing for NetBackup Flex Scale deployment
    1.  
      Deployment overview
    2.  
      Deployment options
  2. Configuring NetBackup Flex Scale
    1. Assigning public IP address to a management network interface
      1.  
        Assigning a public IP address to network adapter eth1 or to a VLAN on eth1 of a node
      2.  
        Configuring a bond device and assigning an IP address to the bonded device or to a VLAN on the bonded device
    2.  
      NetBackup Flex Scale configuration methods
    3.  
      Configuring NetBackup Flex Scale using the setup wizard
    4.  
      YML configuration file
  3. Upgrading NetBackup Flex Scale to 3.2
    1.  
      About NetBackup Flex Scale upgrades and EEBs
    2.  
      NetBackup Flex Scale upgrade overview
    3.  
      About parallel upgrade and supported upgrade paths
    4.  
      Downloading the upgrade file
    5.  
      Uploading the upgrade file and performing an upgrade precheck
    6. Performing pre-upgrade tasks
      1.  
        Considerations for upgrade when disaster recovery is configured
    7.  
      Performing an upgrade using GUI
    8. Performing post-upgrade tasks
      1.  
        Downloading and installing the required EEBs
      2.  
        Verifying appliance firmware compatibility
      3.  
        Adding NetBackup license file
      4.  
        Saving the default password of the HPE iLO Administrator user
      5.  
        Collecting logs post upgrade
    9.  
      Collecting logs for an upgrade precheck failure
  4. Upgrading NetBackup Flex Scale to 3.2.100
    1.  
      About NetBackup Flex Scale upgrades and EEBs
    2.  
      NetBackup Flex Scale upgrade overview
    3.  
      Supported upgrade paths
    4.  
      Downloading the upgrade file
    5.  
      Uploading the upgrade file and performing an upgrade precheck
    6. Performing pre-upgrade tasks
      1.  
        Considerations for upgrade when disaster recovery is configured
    7.  
      Performing an upgrade using GUI
    8. Performing post-upgrade tasks
      1.  
        Downloading and installing the required EEBs
      2.  
        Rolling back NetBackup EEBs
      3.  
        Verifying appliance firmware compatibility
      4.  
        Adding NetBackup license file
      5.  
        Saving the default password of the HPE iLO Administrator user
      6.  
        Collecting logs post upgrade
    9.  
      Collecting logs for an upgrade precheck failure
  5. Upgrading the firmware in NetBackup Flex Scale cluster
    1.  
      About firmware upgrades
    2.  
      Determining if a firmware upgrade is required
    3.  
      Downloading the firmware package
    4.  
      About the firmware upgrade options
    5. Upgrading the firmware
      1. Updating the firmware in NetBackup Flex Scale clusters using HPE iLO
        1.  
          Upgrading the firmware using the rolling method
        2.  
          Upgrading the firmware using the parallel method
        3.  
          Updating the ACL file on the cluster nodes
  6. Managing EEBs
    1.  
      Downloading EEBs
    2.  
      Installing EEBs using GUI
    3.  
      Installing EEBs using REST APIs
  7. Removing NetBackup Flex Scale
    1. About disk erasure
      1.  
        Configuring data erasure
      2.  
        Viewing the data erasure status
      3.  
        Aborting data erasure
    2.  
      About NetBackup Flex Scale node factory reset
    3.  
      Performing a factory reset on a node
  8. Appendix A. Installing NetBackup Flex Scale 3.2 from a USB drive
    1.  
      Installing NetBackup Flex Scale on HPE ProLiant DL380 Gen10 servers using a USB drive
    2.  
      Installing NetBackup Flex Scale on HPE ProLiant DL380 Gen11 servers using a USB drive
  9. Appendix B. Installing NetBackup Flex Scale using a downloaded ISO file
    1.  
      About NetBackup Flex Scale software installation
    2.  
      Enabling remote IPMI connections
    3.  
      Setting up the RAID configuration on the nodes
    4.  
      Configuring the BIOS settings on the nodes
    5.  
      Downloading the product installer ISO
    6.  
      Mounting the ISO file on the nodes
    7.  
      Installing NetBackup Flex Scale using the ISO
  10. Appendix C. Upgrading a NetBackup Flex Scale node
    1.  
      Upgrading a node that is not in a cluster

Configuring a bond device and assigning an IP address to the bonded device or to a VLAN on the bonded device

For greater resiliency, you can bond the management interfaces eth1 and eth2 and assign an IP address to the bonded device.

Before you configure bonding, ensure that both eth1 and eth2 are physically connected to the switch and the gateway for your network is reachable from eth1 and eth2 network interfaces.

Pick any of the nodes to create a bond and assign an IP to the bonded device so that it is accessible on the network. You can then connect to that node using the assigned IP address and start the NetBackup Flex Scale cluster configuration.

The node to which you assign the IP address and from where you start the cluster configuration is called the driver node.

Note:

Perform these steps on one of the nodes only. You do not have to do this on all the nodes. You require physical access to the system console.

To configure bonding for eth1 and eth2 and assigning a public IP to the bonded device or to a VLAN on bonded device on a node:

  1. From the system console, log on to one of the nodes using the default admin user account. Enter the following user credentials at the command prompt:
    • User: admin

    • Password: P@ssw0rd

    Note:

    The admin user account is used prior to the cluster configuration only. This account is blocked after the cluster is configured successfully.

  2. Run the set network bond command to assign a public IP address to the bonded interface.

    Type set network bond and press Tab to view the next available parameters.

    If the network is configured to use VLAN, use the set network bond gateway ip netmask mode bond_vlanid command.

    • Use the following syntax on the command prompt:

      set network bond gateway ip netmask mode xmit or set network bond gateway ip netmask mode bond_vlanid

      Parameter

      Description

      ip

      A public IP address that is to be assigned to the node.

      netmask

      The subnet mask of the network to which the public IP address belongs.

      gateway

      The IP address of the gateway server in your network.

      mode

      The mode to be used for bonding.

      xmit

      The transmission hash policy for the bonding mode. This parameter is optional. If this option is not specified the default policy is used for each bonding mode.

      bond_vlanid

      The VLAN ID if you configure VLAN on the bonded interface.

      Example:

      set network bond gateway=10.100.10.1 ip=10.100.10.100 netmask=255.255.0.10 mode=802.3ad xmit=layer3+4

      set network bond gateway=10.100.10.1 ip=10.100.10.100 netmask=255.255.0.10 mode=802.3ad xmit=layer3+4 bond_vlanid=999

      Note:

      Both eth1 and eth2 must be physically connected and the specified gateway in the above command should be reachable from both the interfaces eth1 and eth2. If any of the devices is not connected or can't reach the gateway from that device, the set network bond command fails.

    • Press Enter.

      The system starts making the required network changes based on the provided inputs. Messages similar to the following appear on the command prompt:

      INFO: Validating Inputs
      INFO: Setting the IP/Netmask
      INFO: Persisting the changes
      INFO: Applying the changes
  3. Ensure that the following confirmation message is displayed on the command prompt:

    SUCCESS: Device configured successfully!

    When you see this message, it indicates that the IP has been assigned to the node successfully.

    You can now log out of the node.

  4. Verify that the node is reachable and that you can access the node using the assigned IP address.

    You can now proceed to the cluster configuration workflow.

    See Configuring NetBackup Flex Scale using the setup wizard.