4.3.38.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=host_name |
     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