CREATE SUBNET
Identifies the subnet to which the nodes of an OpenText™ Analytics Database belong.
	Identifies the subnet to which the nodes of an OpenText™ Analytics Database belong. Use this statement to configure import/export from a database to other database clusters.
Syntax
CREATE SUBNET subnet-name WITH 'subnet-prefix'
Parameters
- subnet-name
- A name you assign to the subnet, where subnet-nameconforms to conventions described in Identifiers.
- subnet-prefix
- The subnet prefix in either a dotted-quad number format for IPv4 addresses, or four colon-delimited four-digit hexadecimal numbers for IPv6 addresses. Refer to system table 
NETWORK_INTERFACESto get the prefix of all available IP networks.
You can then configure the database to use the subnet for import/export. For details, see Identify the database or nodes used for import/export.
Privileges
Superuser
Examples
=> CREATE SUBNET mySubnet WITH '123.4.5.6';
=> CREATE SUBNET mysubnet WITH 'fd9b:1fcc:1dc4:78d3::';