Technical data

# netAdm set --device=<ethernet_interface_5> --type=Ethernet
--master=<TVOE_NetBackup_Bridge_Interface> --slave=yes --onboot=yes
--MTU=<NetBackup_MTU_size>
Interface <ethernet_interface_5> updated
# netAdm add --type=Bridge --name=<TVOE_NetBackup_Bridge> --bootproto=none
--onboot=yes --MTU=<NetBackup_MTU_size>
--bridgeInterfaces=<TVOE_NetBackup_Bridge_Interface> --address=<TVOE_NetBackup_IP>
--netmask=<TVOE_NetBackup_Netmask>
Option 2: Create netbackup bridge using an untagged native interface.
# netAdm add --type=Bridge --name=<TVOE_NetBackup_Bridge> --bootproto=none
--onboot=yes --MTU=<NetBackup_MTU_size> --bridgeInterfaces=<Ethernet_interface_5>
--address=<TVOE_NetBackup_IP> --netmask=<TVOE_NetBackup_Netmask>
Option 3: Create netbackup bridge using a tagged device.
# netAdm add --device=<TVOE_NetBackup_Bridge_Interface> --onboot=yes
Interface <TVOE_NetBackup_Bridge_Interface> added
# netAdm add --type=Bridge --name=<TVOE_NetBackup_Bridge> --onboot=yes
--MTU=<NetBackup_MTU_size> --bridgeInterfaces=<TVOE_NetBackup_Bridge_Interface>
--address=<TVOE_NetBackup_IP> --netmask=<TVOE_NetBackup_Netmask>
8. TVOE Management Server: Setup syscheck
syscheck must be configured to monitor bonded interfaces. Replace "bondedInterfaces" with
"bond0" or "bond0,bond1" if segregated networks are used:
# syscheckAdm net ipbond --set --var=DEVICES --val=<bondedInterfaces>
# syscheckAdm net ipbond --enable
# syscheck -v net ipbond
9. TVOE Management Server: Verify the default route
Note: The output below is for illustrative purposes only. It shows the default route on the
management bridge is configured.
# netAdm query --route=default --device=management
Routes for TABLE: main and DEVICE: management
* NETWORK: default
GATEWAY: 10.240.4.1
If the route has been configured, skip to the next step.
Note: The output below is for illustrative purposes only. The site information for this system will
determine the network interfaces, (network devices, bonds, and bond enslaved devices), to configure.
For this example add default route on management network.
# netAdm add --route=default --device=<TVOE_Management_Bridge>
--gateway=<mgmt_gateway_address>
Route to <TVOE_Management_Bridge> added
10. TVOE Management Server: Verify the NetBackup route (optional)
If the NetBackup network is a unique network for NetBackup data, verify the existence of the
appropriate NetBackup route.
193
909-2209-001 Revision G, February 2014
3 Procedures