Example 13-84 Creating a VLAN Network
odacli create-network -u 0 -n btbond1 -t VLAN -p 192.0.2.1 -m vlan123
-w Database -s 255.255.255.0 -g 192.0.2.1 -v 123
odacli create-network -u 1 -n btbond1 -t VLAN -p 192.0.2.1 -m vlan123
-w Database -s 255.255.255.0 -g 192.0.2.1 -v 123
odacli update-network
Use the
odacli update-network
command to update an existing network
configuration.
File Path
$ORACLE_HOME/opt/oracle/dcs/bin/odacli
Syntax
To update a network:
odacli update-network -i id [-p IP address]
[-w [Public|Dataguard|Backup|Other]] [-s network subnet mask]
[-g network gateway] [-j] [-h]
Parameters
Parameter
Description
--id
,
-i
Defines the network identity.
--gateway
,
-g
(Optional) Defines the network gateway.
--ipaddress
,
-p
(Optional) Defines the network IP address.
--json
,
-j
(Optional) Displays JSON output.
--networktype
,
-w
[Public|
Dataguard|Backup|Other]
(Optional) Defines the type of network.
subnetmask
,
-s
(Optional) Defines the Network Subnet Mask.
--help
,
-h
(Optional) Displays help for using the command.
Usage Notes
You cannot modify the Public and Private-interfaces after the system is deployed.
The system has both SFP+ and 10GBaseT bonded pairs, which means that one of
them is used for the public, and you can configure the other after deployment if you
want additional connectivity. For example, if you want a backup network.
Example 13-85 Updating a Network
The following example updates network ID
192.0.0.2
and designates the network as
a backup network:
# odacli update-network -i 192.0.0.2 -w Backup
Chapter 13
odacli Network Commands
13-91
Summary of Contents for Database Appliance X6-2-HA
Page 15: ...Index xv...