This command creates a VIP pool.
Usage
vippool create --ip-ranges IP_RANGES --subnet-cidr CIDR [--gw-ip IP] [--vlan VLAN] [--cnode-ids CNODE_IDs] [--cnode-names CNODE_NAMEs] [--name NAME] [--domain-name DOMAIN_NAME] [--role PROTOCOLS|REPLICATION] [--vms-preferred] [--not-vms-preferred]
Required Parameters
Options
Specifies a gateway IP. Use this option if your storage clients are on multiple subnets and you are routing your client storage traffic through a local gateway. |
|
|
Tags the VIP pool with a specific VLAN on the data network. See Tagging VIP Pools with VLANs. Specify |
Dedicates a specific group of CNodes to the VIP pool. The VIPs in this pool will only be distributed among the specified CNodes. Specify By default, VIP pools are distributed among all active CNodes. |
|
|
Dedicates a group of CNodes to the VIP pool, specifying CNodes by name. Specify CNode names as a comma separated list. For example: By default, VIP pools are distributed among all active CNodes. |
|
Specifies a name for the VIP Pool. |
|
Specifies a domain name to associate with the VIP pool for DNS resolution by the VAST Cluster DNS server. If a domain suffix is defined in the DNS server configuration, it is appended to the domain name to form a FQDN. |
|
Determines the usage of the VIP pool:
|
|
Sets CNodes participating in the VIP pool to belong to a preferred domain for VMS failover. For more details, see VMS Hosting Impact and Preferences. |
|
Disables |
Example
vcli: admin> vippool create --ip-ranges 203.0.113.2,203.0.113.5 203.0.113.8,203.0.113.24 --subnet-cidr 24 --gw-ip 203.0.113.1 --vlan 60 --cnode-ids 1,2,3 --name vippool1
Comments
0 comments
Article is closed for comments.