Adding A Second Network Without Bonding (Example Shows 1Gbe Network) - HP StoreOnce G3 Installation And Configuration Manual

Backup system
Table of Contents

Advertisement

6.
You can check the configuration file is active using:
#net show config current
Network Name: current
Network Description:
Write Protected: no
DNS Servers:192.168.10.1,192.168.10.2
----------------------
Number of Networks:1
----------------------
Network: bondnet_1
----------------------
IP Address: 192.168.1.100
Net Mask: 255.255.255.0
Domain Name:
Gateway: 192.168.1.1
Bonding Mode: 6 (Active Load Balance Bonding)
Default Network: yes
Interfaces:eth0,eth1
Command Successful

Adding a second network without bonding (example shows 1GbE network)

It is possible to create a network configuration that defines as many subnets as there are ports
available on the HP StoreOnce Backup system
HP StoreOnce 26xx and 42xx Backup systems have two 1GbE ports and may be connected
to two separate networks. This may be useful if company policy requires a StoreOnce function
to be restricted to a specific network. For example, replication could be on one network while
other functions are via the second network.
HP StoreOnce 44xx Backup systems have two 1GbE and two 10GbE ports and may be
connected to four separate networks. A more common implementation, however, is to bond
the 1GbE ports to the network that is used to access the StoreOnce Management Console
(GUI and CLI) and to bond the 10GbE ports to the network that is used to backup and replicate
data.
For this example, we shall add a subnet, subnet_two, to the configuration file called
onegigportconfig.
1.
Make sure both 1 GbE ports are physically connected before starting to re-configure.
2.
Connect to the StoreOnce CLI from any client on the same network as an Admin user (Admin,
admin).
3.
Add new subnet to the configuration file.
net add subnet <existingconfig> subnet <newsubnetname> [subnet parameters]
#net add subnet onegigportconfig subnet subnet_two default no
nl
ipaddr 192.168.2.100 netmask 255.255.255.0 gateway 192.168.2.1 domain mycompany.local port eth1
4.
Validate the new configuration.
#net validate config onegigportconfig
5.
Activate the new configuration.
#net activate config onegigportconfig
26
Network configuration
bondedports

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents