4.3.21.2 ALTER MACHINES

This command modifies attributes of a collection of Engineered System machines.

Syntax

ALTER MACHINES
   { ORADISKSIZE=oradisksize |
     ORADISKPATH=oradiskpath |
     IMAGEVERSION=imageversion }...
WHERE
   { CLUSTERNUMBER=clusternumber |
     CLUSTERNAME=clustername |
     CLUSTERID=clusterid |
     TYPE=GUESTS }

Arguments

You can specify the following arguments for the machine:

  • ORADISKSIZE: Size (in GB) of the Oracle software volume (typically /u01). Default is 20, minimum is 10.

  • ORADISKPATH: Mount point of the Oracle software volume. Default is /u01. For non-default values, take great care to ensure other paths are compatible with the setting.

  • IMAGEVERSION: The version of the image to deploy on guest machines. This argument is only applicable to guest machines (WHERE TYPE=GUEST).

The following arguments are available in the WHERE clause:

  • CLUSTERNUMBER: Cluster number associated with target machine in the OEDA XML file (es.xml), starting at 1

  • CLUSTERNAME: Name of the cluster associated with target machine in the OEDA XML file (es.xml)

  • CLUSTERID: ID of the cluster associated with target machine in the OEDA XML file (es.xml)

  • TYPE=GUEST: Applies the change to all guest machines. This option is only applicable when setting the IMAGEVERSION.