Odacli Create-Network - Oracle X6-2-HA Deployment And User's Manual

Database appliance
Hide thumbs Also See for X6-2-HA:
Table of Contents

Advertisement

odacli create-network

Use the odacli create-network command to create a network.
File Path
$ORACLE_HOME/opt/oracle/dcs/bin/odacli
Syntax
odacli create-network [-d|-no-d] -n interface -p ipaddress
-w {Public|Private|Dataguard|Backup|Other} -s subnetmask -g
gateway[-h] [-j] VLAN [-p]
Parameters
Parameter
--defaultnetwork
--gateway
--help
--interface
--ipaddress
--json
--networktype
--no-defaultnetwork
no–d
subnetmask
,
VLAN
-p
Usage Notes
Use this command to create an additional network not done in create-appliance.
You are only allowed to create a network on the bond interface.
Example 13-83
The following example creates a new network, sfpbond1, with IP address 192.0.2.15.
The network is an additional network that uses subnet mask 255.255.255.0 and is not
a default network.
# odacli create-network -n sfpbond1 -p 192.0.2.15 -w Backup -s
255.255.255.0 -no-d
Description
Identifies the default network.
,
-d
Defines the network gateway. The gateway is required for the
,
-g
default network.
(Optional) Displays help for using the command.
,
-h
Defines the name of the network interface.
,
-n
Defines the network IP address.
,
-p
(Optional) Displays JSON output.
,
-j
Defines the type of network. Options are: {Public|Private|
,
-w
Dataguard|Backup|Other}
,
Identifies a network as not the default network. Use
defaultnetwork. -d
Defines the Network Subnet Mask.
,
-s
Add VLAN as a new network.
Creating a Network
odacli Network Commands
to identify a default network.
Chapter 13
--
13-90

Advertisement

Table of Contents
loading

Table of Contents