|
 |
|
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 8 - RAC Administration
OIFCFG Syntax and Commands
You can use the OIFCFG delif command to
delete the stored configuration for global or node-specific
interfaces. A specific node-specific or global interface can be
deleted by supplying the interface name, with an optional subnet, on
the command line. Without the -node or -global
options, the delif keyword deletes either the given interface
or all the global and node-specific interfaces on all the nodes in
the cluster, so be careful with this command. For example, the
following command deletes the global interface named gif1 for the
subnet 207.122.63.66:
oifcfg delif
-global gif1/207.122.63.66
On the other hand, the next command deletes all
the global interfaces stored with the OIFCFG utility:
oifcfg delif
-global
Next, let's discuss the cluster registry and
its management in Oracle Database 10g.
The above text is
an excerpt from:
Oracle 10g Grid & Real Application
Clusters
Oracle 10g
Grid
Computing with RAC
ISBN 0-9744355-4-6
by Mike Ault, Madhu Tumma
|