This command modifies a VIP pool.
Usage
vippool modify --id ID --ip-ranges IP_RANGES [--subnet-cidr CIDR] [--cnode-ids CNODE_IDs] [--cnode-names CNODE_NAMEs] [--gw-ip IP] [--name NAME] [--vlan VLAN] [--vast-dns-domain-name DOMAIN_NAME] [--role PROTOCOLS|REPLICATION] [--vms-preferred] [--not-vms-preferred]
Required Parameters
Options
Specifies the ranges of IPs included in the VIP pool. Specify IP_RANGES as a list of IP ranges in the format <start IP>,<end IP>. Separate ranges with a space. For example, |
|
|
Specifies the subnet in Classless Inter-Domain Routing (CIDR) notation. In CIDR notation, the subnet is expressed as the number of bits of each IP address that represent the subnet address. For example, the subnet mask 255.255.255.0 is expressed as 24 in CIDR notation. Specify For example: |
|
Dedicates a specific group of CNodes to the VIP pool. The VIPs in this pool will only be distributed among the specified CNodes. Dedicates a specific group of CNodes to the VIP pool. The VIPs in this pool will only be distributed among the specified CNodes. 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 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. |
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. |
|
|
|
|
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. |
|
Example
This example changes the last IP in the pool's IP range and tags the pool with VLAN 70:
vcli: admin> vippool modify --id 1 --vlan 70
Comments
0 comments
Article is closed for comments.