Oracle Interface Configuration Tool- oifcfg
- The oifcfg command-line interface helps you to define and administer network interfaces.
- The oifcfg is a command-line tool for both single-instance Oracle databases and Oracle RAC
- environments.
- The oifcfg utility can direct components to use specific network interfaces.The oifcfg utility can be used to retrieve component configuration information.
$ oifcfg getif
eth2 10.220.52.0
global cluster_interconnect
eth0 10.220.16.0
global public
Determining the Current Network Settings
To determine the list of interfaces available to the cluster:
$ oifcfg iflist –p -n
To determine the public and private interfaces that have been configured:
$ oifcfg getif
To determine the Virtual IP (VIP) host name, VIP address, VIP subnet mask, and VIP interface name:
$ srvctl config nodeapps -a
To determine the list of interfaces available to the cluster:
$ oifcfg iflist –p -n
To determine the public and private interfaces that have been configured:
$ oifcfg getif
To determine the Virtual IP (VIP) host name, VIP address, VIP subnet mask, and VIP interface name:
$ srvctl config nodeapps -a
No comments:
Post a Comment