•
DOMAINNAME
: Specifies the domain name for the VIP
•
IP
: Specifies the IP address for the VIP
The following arguments are available in the
WHERE
clause:
•
HOSTNAME
: Specifies the host name for the compute node in the cluster
•
CLUSTERNUMBER
: Specifies the cluster number in the
es.xml
, starting at 1
•
CLUSTERNAME
: Specifies the name of the cluster
•
CLUSTERID
: Specifies the
es.xml
ID of the cluster
•
COMPUTENUMBER
: Specifies the compute node number in the cluster, starting at 1
Usage Notes
When adding a VIP to a compute node, the node must not already have a VIP defined.
3.3.3.15.2 ALTER VIP
This command alters the attributes of a VIP for an individual node in a cluster.
Syntax
ALTER VIP { NAME=vip_name | DOMAINNAME=domain_name |
IP=vip_ip_addr }
WHERE {
HOSTNAME = hostname |
CLUSTERNAME = cluster_name COMPUTENUMBER = compute_number |
CLUSTERNUMBER = cluster_number COMPUTENUMBER = compute_number |
CLUSTERID = cluster_id COMPUTENUMBER = compute_number }
Arguments
You can modify the following attributes for the VIP:
•
NAME
: Specifies the short DNS name for the VIP
•
DOMAINNAME
: Specifies the domain name for the VIP
•
IP
: Specifies the IP address for the VIP
The following arguments are available in the
WHERE
clause:
•
HOSTNAME
: Specifies the host name for the compute node in the cluster
•
CLUSTERNUMBER
: Specifies the cluster number in the
es.xml
, starting at 1
•
CLUSTERNAME
: Specifies the name of the cluster
•
CLUSTERID
: Specifies the
es.xml
ID of the cluster
•
COMPUTENUMBER
: Specifies the compute node number in the cluster, starting at 1
3.3.3.15.3 DELETE VIP
This command removes a VIP from an individual node in a cluster.
Syntax
DELETE VIP
WHERE {
ID = vip_id |
Chapter 3
OEDA Command Line Interface
3-70