![Oracle EXADATA X5-2 Скачать руководство пользователя страница 194](http://html1.mh-extra.com/html/oracle/exadata-x5-2/exadata-x5-2_installation-and-configuration-manual_1646081194.webp)
3.3.3.13.2 ALTER SCAN
This command modifies the attributes of a SCAN for an individual cluster.
Syntax
ALTER SCAN { SCANNAME=scan_name | SCANPORT=scan_port | SCANIPS='scan_ip_addrs' }
WHERE
{ CLUSTERNAME = cluster_name |
CLUSTERNUMBER = cluster_number |
CLUSTERID = cluster_id }
Arguments
You can modify the following attributes for the SCAN:
•
SCANNAME
: Specifies the DNS name for the SCAN
•
SCANPORT
: Specifies the port for the SCAN.
•
SCANIPS
: A comma-separated list of IP addresses for the SCAN, enclosed in single
quotes.
The following arguments are available in the
WHERE
clause:
•
CLUSTERNAME
: Specifies the name of the cluster
•
CLUSTERNUMBER
: Specifies the cluster number in the XML configuration file, starting
at 1
•
CLUSTERID
: Specifies the ID of the cluster in the XML configuration file
3.3.3.13.3 DELETE SCAN
This command removes a SCAN for an individual cluster.
Syntax
DELETE SCAN
WHERE
{ CLUSTERNAME = cluster_name |
CLUSTERNUMBER = cluster_number |
CLUSTERID = cluster_id }
Arguments
The following arguments are available in the
WHERE
clause:
•
CLUSTERNAME
: Specifies the name of the cluster
•
CLUSTERNUMBER
: Specifies the cluster number in the XML configuration file, starting
at 1
•
CLUSTERID
: Specifies the ID of the cluster in the XML configuration file
3.3.3.13.4 LIST SCANS
This command lists the SCAN details for all clusters or for an individual cluster.
Chapter 3
OEDA Command Line Interface
3-67