This command modifies a VIP pool.
Usage
vippool modify --id ID [--ip-ranges IP_RANGES] [--subnet-cidr CIDR] [--subnet-cidr-ipw6 CIDR] [--cnode-ids CNODE_IDs] [--cnode-names CNODE_NAMEs] [--gw-ip IPV4] [--gw-ipv6 IPV6] [--name NAME] [--vlan VLAN] [--vast-dns-domain-name DOMAIN_NAME] [--role PROTOCOLS|REPLICATION] [--vms-preferred] [--not-vms-preferred] [--port-membership ALL|RIGHT|LEFT]
Required Parameters
Options
Lists the ranges of IPv4 or IPv6 addresses included in the VIP pool. NoteIPv6 is supported for VIP pools on new installations only. If the cluster has been upgraded to version 4.5, do not specify IPv6 addresses for this option. Specify For example, |
|
|
Specifies the subnet in Classless Inter-Domain Routing (CIDR) notation for IPv4. 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: |
|
Specifies the subnet in Classless Inter-Domain Routing (CIDR) notation for IPv6. In CIDR notation, the subnet is expressed as the number of bits of each IP address that represent the subnet address. For IPv6, this is known as IPv6 prefix length. For example, the prefix length of /32 in 2001:db8::/32 would include IP addresses from 2001:db8:: to 2001:db8:ffff:ffff:ffff:ffff:ffff:ffff. NoteIPv6 is supported for VIP pools on new installations only. If the cluster has been upgraded to version 4.5, do not use this option. 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 IPv4 address. Use this option if your storage clients are on multiple subnets and you are routing your client storage traffic through a local gateway. |
|
Specifies a gateway IPv6 address. 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 Configuring Network Access. |
|
|
|
Determines which port (right or left) in a group of CNodes is allocated to the VIP pool. For more information, see CNode Port Affinity. By default, all ports on the pool's CNodes are included in the VIP pool. |
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.